#ed148a color space conversions
Hex:
        #ed148a
        RGB:
        237, 20, 138
        CMY:
        7, 92, 46
        CMYK:
        0, 92, 42, 7
      HSL:
        327°, 85.7708%, 50.3922%
        HSV (HSB):
        327°, 91.5612%, 92.9412%
        XYZ:
        39.7627, 20.3398, 25.8750
        xyY:
        0.4625, 0.2366, 20.3398
      CIE-Lab:
        52.2193, 79.9033, -6.2612
        CIE-LCH:
        52.2193, 80.1482, 355.5194
        CIE-Luv:
        52.2193, 121.2595, -23.7914
        Hunter-Lab:
        45.0997, 78.4521, -2.4466
      #ed148a color charts
#ed148a RGB chart
      #ed148a CMYK chart
      #ed148a RGB pie chart
      #ed148a color shades, tints & tones
#ed148a color schemes
#ed148a color preview, HTML & CSS examples
           This text has a color of #ed148a        
        
          <p style="color:#ed148a;">Text here</p>
        
        
          .mytext {color:#ed148a;}
        
        Text color #ed148a
      
           This box has a color of #ed148a        
        
          <div style="background-color:#ed148a;">Content here</div>
        
        
          .mybackground {background-color:#ed148a;}
        
        Background color #ed148a
      
           Border around this has a color of #ed148a        
        
          <div style="border:2px solid #ed148a;">Content here</div>
        
        
          .myborder {border:2px solid #ed148a;}
        
        Border color #ed148a