#ed3cac color space conversions
Hex:
        #ed3cac
        RGB:
        237, 60, 172
        CMY:
        7, 76, 33
        CMYK:
        0, 75, 27, 7
      HSL:
        322°, 83.0986%, 58.2353%
        HSV (HSB):
        322°, 74.6835%, 92.9412%
        XYZ:
        43.9873, 24.2148, 41.3853
        xyY:
        0.4014, 0.2210, 24.2148
      CIE-Lab:
        56.3022, 75.1049, -20.2155
        CIE-LCH:
        56.3022, 77.7779, 344.9351
        CIE-Luv:
        56.3022, 97.5566, -42.5968
        Hunter-Lab:
        49.2085, 73.4455, -15.4180
      #ed3cac color charts
#ed3cac RGB chart
      #ed3cac CMYK chart
      #ed3cac RGB pie chart
      #ed3cac color shades, tints & tones
#ed3cac color schemes
#ed3cac color preview, HTML & CSS examples
           This text has a color of #ed3cac        
        
          <p style="color:#ed3cac;">Text here</p>
        
        
          .mytext {color:#ed3cac;}
        
        Text color #ed3cac
      
           This box has a color of #ed3cac        
        
          <div style="background-color:#ed3cac;">Content here</div>
        
        
          .mybackground {background-color:#ed3cac;}
        
        Background color #ed3cac
      
           Border around this has a color of #ed3cac        
        
          <div style="border:2px solid #ed3cac;">Content here</div>
        
        
          .myborder {border:2px solid #ed3cac;}
        
        Border color #ed3cac