#ed4dec color space conversions
Hex:
        #ed4dec
        RGB:
        237, 77, 236
        CMY:
        7, 70, 7
        CMYK:
        0, 68, 0, 7
      HSL:
        300°, 81.6327%, 61.5686%
        HSV (HSB):
        300°, 67.5105%, 92.9412%
        XYZ:
        52.7193, 29.3684, 82.2469
        xyY:
        0.3208, 0.1787, 29.3684
      CIE-Lab:
        61.1054, 78.4648, -49.2044
        CIE-LCH:
        61.1054, 92.6163, 327.9086
        CIE-Luv:
        61.1054, 69.2170, -88.2913
        Hunter-Lab:
        54.1926, 78.8099, -52.0483
      #ed4dec color charts
#ed4dec RGB chart
      #ed4dec CMYK chart
      #ed4dec RGB pie chart
      #ed4dec color shades, tints & tones
#ed4dec color schemes
#ed4dec color preview, HTML & CSS examples
           This text has a color of #ed4dec        
        
          <p style="color:#ed4dec;">Text here</p>
        
        
          .mytext {color:#ed4dec;}
        
        Text color #ed4dec
      
           This box has a color of #ed4dec        
        
          <div style="background-color:#ed4dec;">Content here</div>
        
        
          .mybackground {background-color:#ed4dec;}
        
        Background color #ed4dec
      
           Border around this has a color of #ed4dec        
        
          <div style="border:2px solid #ed4dec;">Content here</div>
        
        
          .myborder {border:2px solid #ed4dec;}
        
        Border color #ed4dec