#ed7add color space conversions
Hex:
        #ed7add
        RGB:
        237, 122, 221
        CMY:
        7, 52, 13
        CMYK:
        0, 49, 7, 7
      HSL:
        308°, 76.1589%, 70.3922%
        HSV (HSB):
        308°, 48.5232%, 92.9412%
        XYZ:
        54.9357, 37.1441, 72.6807
        xyY:
        0.3334, 0.2254, 37.1441
      CIE-Lab:
        67.3850, 57.0761, -31.0227
        CIE-LCH:
        67.3850, 64.9623, 331.4745
        CIE-Luv:
        67.3850, 58.5754, -57.4981
        Hunter-Lab:
        60.9459, 54.2418, -28.0438
      #ed7add color charts
#ed7add RGB chart
      #ed7add CMYK chart
      #ed7add RGB pie chart
      #ed7add color shades, tints & tones
#ed7add color schemes
#ed7add color preview, HTML & CSS examples
           This text has a color of #ed7add        
        
          <p style="color:#ed7add;">Text here</p>
        
        
          .mytext {color:#ed7add;}
        
        Text color #ed7add
      
           This box has a color of #ed7add        
        
          <div style="background-color:#ed7add;">Content here</div>
        
        
          .mybackground {background-color:#ed7add;}
        
        Background color #ed7add
      
           Border around this has a color of #ed7add        
        
          <div style="border:2px solid #ed7add;">Content here</div>
        
        
          .myborder {border:2px solid #ed7add;}
        
        Border color #ed7add