#ed22ee color space conversions
Hex:
        #ed22ee
        RGB:
        237, 34, 238
        CMY:
        7, 87, 7
        CMYK:
        0, 86, 0, 7
      HSL:
        300°, 85.7143%, 53.3333%
        HSV (HSB):
        300°, 85.7143%, 93.3333%
        XYZ:
        50.9297, 25.3216, 83.0922
        xyY:
        0.3196, 0.1589, 25.3216
      CIE-Lab:
        57.3875, 89.7884, -56.2364
        CIE-LCH:
        57.3875, 105.9457, 327.9402
        CIE-Luv:
        57.3875, 75.8967, -99.3813
        Hunter-Lab:
        50.3206, 92.5996, -62.6785
      #ed22ee color charts
#ed22ee RGB chart
      #ed22ee CMYK chart
      #ed22ee RGB pie chart
      #ed22ee color shades, tints & tones
#ed22ee color schemes
#ed22ee color preview, HTML & CSS examples
           This text has a color of #ed22ee        
        
          <p style="color:#ed22ee;">Text here</p>
        
        
          .mytext {color:#ed22ee;}
        
        Text color #ed22ee
      
           This box has a color of #ed22ee        
        
          <div style="background-color:#ed22ee;">Content here</div>
        
        
          .mybackground {background-color:#ed22ee;}
        
        Background color #ed22ee
      
           Border around this has a color of #ed22ee        
        
          <div style="border:2px solid #ed22ee;">Content here</div>
        
        
          .myborder {border:2px solid #ed22ee;}
        
        Border color #ed22ee