#ed005a color space conversions
Hex:
        #ed005a
        RGB:
        237, 0, 90
        CMY:
        7, 100, 65
        CMYK:
        0, 100, 62, 7
      HSL:
        337°, 100.0000%, 46.4706%
        HSV (HSB):
        337°, 100.0000%, 92.9412%
        XYZ:
        36.7705, 18.7427, 11.3525
        xyY:
        0.5499, 0.2803, 18.7427
      CIE-Lab:
        50.3848, 78.1848, 20.3238
        CIE-LCH:
        50.3848, 80.7831, 14.5713
        CIE-Luv:
        50.3848, 144.1294, 7.1547
        Hunter-Lab:
        43.2929, 75.8454, 14.7576
      #ed005a color charts
#ed005a RGB chart
      #ed005a CMYK chart
      #ed005a RGB pie chart
      #ed005a color shades, tints & tones
#ed005a color schemes
#ed005a color preview, HTML & CSS examples
           This text has a color of #ed005a        
        
          <p style="color:#ed005a;">Text here</p>
        
        
          .mytext {color:#ed005a;}
        
        Text color #ed005a
      
           This box has a color of #ed005a        
        
          <div style="background-color:#ed005a;">Content here</div>
        
        
          .mybackground {background-color:#ed005a;}
        
        Background color #ed005a
      
           Border around this has a color of #ed005a        
        
          <div style="border:2px solid #ed005a;">Content here</div>
        
        
          .myborder {border:2px solid #ed005a;}
        
        Border color #ed005a