#ed64ce color space conversions
Hex:
        #ed64ce
        RGB:
        237, 100, 206
        CMY:
        7, 61, 19
        CMYK:
        0, 58, 13, 7
      HSL:
        314°, 79.1908%, 66.0784%
        HSV (HSB):
        314°, 57.8059%, 92.9412%
        XYZ:
        50.6228, 31.5751, 61.8190
        xyY:
        0.3515, 0.2192, 31.5751
      CIE-Lab:
        62.9901, 64.8215, -29.4191
        CIE-LCH:
        62.9901, 71.1851, 335.5892
        CIE-Luv:
        62.9901, 71.6325, -55.6202
        Hunter-Lab:
        56.1917, 62.4741, -25.8933
      #ed64ce color charts
#ed64ce RGB chart
      #ed64ce CMYK chart
      #ed64ce RGB pie chart
      #ed64ce color shades, tints & tones
#ed64ce color schemes
#ed64ce color preview, HTML & CSS examples
           This text has a color of #ed64ce        
        
          <p style="color:#ed64ce;">Text here</p>
        
        
          .mytext {color:#ed64ce;}
        
        Text color #ed64ce
      
           This box has a color of #ed64ce        
        
          <div style="background-color:#ed64ce;">Content here</div>
        
        
          .mybackground {background-color:#ed64ce;}
        
        Background color #ed64ce
      
           Border around this has a color of #ed64ce        
        
          <div style="border:2px solid #ed64ce;">Content here</div>
        
        
          .myborder {border:2px solid #ed64ce;}
        
        Border color #ed64ce