#ed50ac color space conversions
Hex:
        #ed50ac
        RGB:
        237, 80, 172
        CMY:
        7, 69, 33
        CMYK:
        0, 66, 27, 7
      HSL:
        325°, 81.3472%, 62.1569%
        HSV (HSB):
        325°, 66.2447%, 92.9412%
        XYZ:
        45.2401, 26.7204, 41.8029
        xyY:
        0.3977, 0.2349, 26.7204
      CIE-Lab:
        58.7146, 68.3439, -16.5418
        CIE-LCH:
        58.7146, 70.3173, 346.3939
        CIE-Luv:
        58.7146, 90.6991, -36.2633
        Hunter-Lab:
        51.6918, 65.7607, -11.7632
      #ed50ac color charts
#ed50ac RGB chart
      #ed50ac CMYK chart
      #ed50ac RGB pie chart
      #ed50ac color shades, tints & tones
#ed50ac color schemes
#ed50ac color preview, HTML & CSS examples
           This text has a color of #ed50ac        
        
          <p style="color:#ed50ac;">Text here</p>
        
        
          .mytext {color:#ed50ac;}
        
        Text color #ed50ac
      
           This box has a color of #ed50ac        
        
          <div style="background-color:#ed50ac;">Content here</div>
        
        
          .mybackground {background-color:#ed50ac;}
        
        Background color #ed50ac
      
           Border around this has a color of #ed50ac        
        
          <div style="border:2px solid #ed50ac;">Content here</div>
        
        
          .myborder {border:2px solid #ed50ac;}
        
        Border color #ed50ac