#ee2fed color space conversions
Hex:
        #ee2fed
        RGB:
        238, 47, 237
        CMY:
        7, 82, 7
        CMYK:
        0, 80, 0, 7
      HSL:
        300°, 84.8889%, 55.8824%
        HSV (HSB):
        300°, 80.2521%, 93.3333%
        XYZ:
        51.5625, 26.3246, 82.4843
        xyY:
        0.3215, 0.1641, 26.3246
      CIE-Lab:
        58.3439, 87.3409, -54.1406
        CIE-LCH:
        58.3439, 102.7601, 328.2062
        CIE-Luv:
        58.3439, 75.3918, -96.2454
        Hunter-Lab:
        51.3075, 89.5989, -59.4020
      #ee2fed color charts
#ee2fed RGB chart
      #ee2fed CMYK chart
      #ee2fed RGB pie chart
      #ee2fed color shades, tints & tones
#ee2fed color schemes
#ee2fed color preview, HTML & CSS examples
           This text has a color of #ee2fed        
        
          <p style="color:#ee2fed;">Text here</p>
        
        
          .mytext {color:#ee2fed;}
        
        Text color #ee2fed
      
           This box has a color of #ee2fed        
        
          <div style="background-color:#ee2fed;">Content here</div>
        
        
          .mybackground {background-color:#ee2fed;}
        
        Background color #ee2fed
      
           Border around this has a color of #ee2fed        
        
          <div style="border:2px solid #ee2fed;">Content here</div>
        
        
          .myborder {border:2px solid #ee2fed;}
        
        Border color #ee2fed