#ed6add color space conversions
Hex:
        #ed6add
        RGB:
        237, 106, 221
        CMY:
        7, 58, 13
        CMYK:
        0, 55, 7, 7
      HSL:
        307°, 78.4431%, 67.2549%
        HSV (HSB):
        307°, 55.2743%, 92.9412%
        XYZ:
        53.1302, 33.5331, 72.0789
        xyY:
        0.3347, 0.2112, 33.5331
      CIE-Lab:
        64.5902, 64.5087, -35.3575
        CIE-LCH:
        64.5902, 73.5631, 331.2727
        CIE-Luv:
        64.5902, 64.9211, -65.1506
        Hunter-Lab:
        57.9077, 62.4349, -33.2640
      #ed6add color charts
#ed6add RGB chart
      #ed6add CMYK chart
      #ed6add RGB pie chart
      #ed6add color shades, tints & tones
#ed6add color schemes
#ed6add color preview, HTML & CSS examples
           This text has a color of #ed6add        
        
          <p style="color:#ed6add;">Text here</p>
        
        
          .mytext {color:#ed6add;}
        
        Text color #ed6add
      
           This box has a color of #ed6add        
        
          <div style="background-color:#ed6add;">Content here</div>
        
        
          .mybackground {background-color:#ed6add;}
        
        Background color #ed6add
      
           Border around this has a color of #ed6add        
        
          <div style="border:2px solid #ed6add;">Content here</div>
        
        
          .myborder {border:2px solid #ed6add;}
        
        Border color #ed6add