#ed00ac color space conversions
Hex:
        #ed00ac
        RGB:
        237, 0, 172
        CMY:
        7, 100, 33
        CMYK:
        0, 100, 27, 7
      HSL:
        316°, 100.0000%, 46.4706%
        HSV (HSB):
        316°, 100.0000%, 92.9412%
        XYZ:
        42.3714, 20.9831, 40.8466
        xyY:
        0.4066, 0.2014, 20.9831
      CIE-Lab:
        52.9310, 84.8412, -25.3967
        CIE-LCH:
        52.9310, 88.5608, 343.3352
        CIE-Luv:
        52.9310, 107.0052, -51.3481
        Hunter-Lab:
        45.8073, 84.9486, -20.8041
      #ed00ac color charts
#ed00ac RGB chart
      #ed00ac CMYK chart
      #ed00ac RGB pie chart
      #ed00ac color shades, tints & tones
#ed00ac color schemes
#ed00ac color preview, HTML & CSS examples
           This text has a color of #ed00ac        
        
          <p style="color:#ed00ac;">Text here</p>
        
        
          .mytext {color:#ed00ac;}
        
        Text color #ed00ac
      
           This box has a color of #ed00ac        
        
          <div style="background-color:#ed00ac;">Content here</div>
        
        
          .mybackground {background-color:#ed00ac;}
        
        Background color #ed00ac
      
           Border around this has a color of #ed00ac        
        
          <div style="border:2px solid #ed00ac;">Content here</div>
        
        
          .myborder {border:2px solid #ed00ac;}
        
        Border color #ed00ac