#e10fed color space conversions
Hex:
        #e10fed
        RGB:
        225, 15, 237
        CMY:
        12, 94, 7
        CMYK:
        5, 94, 0, 7
      HSL:
        297°, 88.0952%, 49.4118%
        HSV (HSB):
        297°, 93.6709%, 92.9412%
        XYZ:
        46.5082, 22.4636, 82.0054
        xyY:
        0.3080, 0.1488, 22.4636
      CIE-Lab:
        54.5155, 90.0577, -60.3878
        CIE-LCH:
        54.5155, 108.4301, 326.1563
        CIE-Luv:
        54.5155, 69.2366, -104.2937
        Hunter-Lab:
        47.3958, 92.2146, -69.4080
      #e10fed color charts
#e10fed RGB chart
      #e10fed CMYK chart
      #e10fed RGB pie chart
      #e10fed color shades, tints & tones
#e10fed color schemes
#e10fed color preview, HTML & CSS examples
           This text has a color of #e10fed        
        
          <p style="color:#e10fed;">Text here</p>
        
        
          .mytext {color:#e10fed;}
        
        Text color #e10fed
      
           This box has a color of #e10fed        
        
          <div style="background-color:#e10fed;">Content here</div>
        
        
          .mybackground {background-color:#e10fed;}
        
        Background color #e10fed
      
           Border around this has a color of #e10fed        
        
          <div style="border:2px solid #e10fed;">Content here</div>
        
        
          .myborder {border:2px solid #e10fed;}
        
        Border color #e10fed