#ed03da color space conversions
Hex:
        #ed03da
        RGB:
        237, 3, 218
        CMY:
        7, 99, 15
        CMYK:
        0, 99, 8, 7
      HSL:
        305°, 97.5000%, 47.0588%
        HSV (HSB):
        305°, 98.7342%, 92.9412%
        XYZ:
        47.6125, 23.1316, 68.2851
        xyY:
        0.3425, 0.1664, 23.1316
      CIE-Lab:
        55.2076, 90.1684, -48.4209
        CIE-LCH:
        55.2076, 102.3471, 331.7640
        CIE-Luv:
        55.2076, 86.0324, -86.8697
        Hunter-Lab:
        48.0953, 92.5412, -50.5124
      #ed03da color charts
#ed03da RGB chart
      #ed03da CMYK chart
      #ed03da RGB pie chart
      #ed03da color shades, tints & tones
#ed03da color schemes
#ed03da color preview, HTML & CSS examples
           This text has a color of #ed03da        
        
          <p style="color:#ed03da;">Text here</p>
        
        
          .mytext {color:#ed03da;}
        
        Text color #ed03da
      
           This box has a color of #ed03da        
        
          <div style="background-color:#ed03da;">Content here</div>
        
        
          .mybackground {background-color:#ed03da;}
        
        Background color #ed03da
      
           Border around this has a color of #ed03da        
        
          <div style="border:2px solid #ed03da;">Content here</div>
        
        
          .myborder {border:2px solid #ed03da;}
        
        Border color #ed03da