#ed25da color space conversions
Hex:
        #ed25da
        RGB:
        237, 37, 218
        CMY:
        7, 85, 15
        CMYK:
        0, 84, 8, 7
      HSL:
        306°, 84.7458%, 53.7255%
        HSV (HSB):
        306°, 84.3882%, 92.9412%
        XYZ:
        48.2415, 24.3896, 68.4947
        xyY:
        0.3418, 0.1728, 24.3896
      CIE-Lab:
        56.4758, 86.4432, -46.4095
        CIE-LCH:
        56.4758, 98.1135, 331.7696
        CIE-Luv:
        56.4758, 83.4121, -83.7322
        Hunter-Lab:
        49.3858, 87.9387, -47.6610
      #ed25da color charts
#ed25da RGB chart
      #ed25da CMYK chart
      #ed25da RGB pie chart
      #ed25da color shades, tints & tones
#ed25da color schemes
#ed25da color preview, HTML & CSS examples
           This text has a color of #ed25da        
        
          <p style="color:#ed25da;">Text here</p>
        
        
          .mytext {color:#ed25da;}
        
        Text color #ed25da
      
           This box has a color of #ed25da        
        
          <div style="background-color:#ed25da;">Content here</div>
        
        
          .mybackground {background-color:#ed25da;}
        
        Background color #ed25da
      
           Border around this has a color of #ed25da        
        
          <div style="border:2px solid #ed25da;">Content here</div>
        
        
          .myborder {border:2px solid #ed25da;}
        
        Border color #ed25da