#ed0fed color space conversions
Hex:
        #ed0fed
        RGB:
        237, 15, 237
        CMY:
        7, 94, 7
        CMYK:
        0, 94, 0, 7
      HSL:
        300°, 88.0952%, 49.4118%
        HSV (HSB):
        300°, 93.6709%, 92.9412%
        XYZ:
        50.3819, 24.4606, 82.1867
        xyY:
        0.3208, 0.1558, 24.4606
      CIE-Lab:
        56.5460, 91.9540, -57.0209
        CIE-LCH:
        56.5460, 108.1985, 328.1969
        CIE-Luv:
        56.5460, 77.7249, -100.5009
        Hunter-Lab:
        49.4577, 95.2850, -63.9053
      #ed0fed color charts
#ed0fed RGB chart
      #ed0fed CMYK chart
      #ed0fed RGB pie chart
      #ed0fed color shades, tints & tones
#ed0fed color schemes
#ed0fed color preview, HTML & CSS examples
           This text has a color of #ed0fed        
        
          <p style="color:#ed0fed;">Text here</p>
        
        
          .mytext {color:#ed0fed;}
        
        Text color #ed0fed
      
           This box has a color of #ed0fed        
        
          <div style="background-color:#ed0fed;">Content here</div>
        
        
          .mybackground {background-color:#ed0fed;}
        
        Background color #ed0fed
      
           Border around this has a color of #ed0fed        
        
          <div style="border:2px solid #ed0fed;">Content here</div>
        
        
          .myborder {border:2px solid #ed0fed;}
        
        Border color #ed0fed