#ed005b color space conversions
Hex:
        #ed005b
        RGB:
        237, 0, 91
        CMY:
        7, 100, 64
        CMYK:
        0, 100, 62, 7
      HSL:
        337°, 100.0000%, 46.4706%
        HSV (HSB):
        337°, 100.0000%, 92.9412%
        XYZ:
        36.8134, 18.7599, 11.5783
        xyY:
        0.5482, 0.2794, 18.7599
      CIE-Lab:
        50.4051, 78.2390, 19.7389
        CIE-LCH:
        50.4051, 80.6906, 14.1596
        CIE-Luv:
        50.4051, 143.7475, 6.5746
        Hunter-Lab:
        43.3126, 75.9181, 14.4696
      #ed005b color charts
#ed005b RGB chart
      #ed005b CMYK chart
      #ed005b RGB pie chart
      #ed005b color shades, tints & tones
#ed005b color schemes
#ed005b color preview, HTML & CSS examples
           This text has a color of #ed005b        
        
          <p style="color:#ed005b;">Text here</p>
        
        
          .mytext {color:#ed005b;}
        
        Text color #ed005b
      
           This box has a color of #ed005b        
        
          <div style="background-color:#ed005b;">Content here</div>
        
        
          .mybackground {background-color:#ed005b;}
        
        Background color #ed005b
      
           Border around this has a color of #ed005b        
        
          <div style="border:2px solid #ed005b;">Content here</div>
        
        
          .myborder {border:2px solid #ed005b;}
        
        Border color #ed005b