#e11fee color space conversions
Hex:
        #e11fee
        RGB:
        225, 31, 238
        CMY:
        12, 88, 7
        CMYK:
        5, 87, 0, 7
      HSL:
        296°, 85.8921%, 52.7451%
        HSV (HSB):
        296°, 86.9748%, 93.3333%
        XYZ:
        46.9739, 23.1606, 82.8836
        xyY:
        0.3070, 0.1514, 23.1606
      CIE-Lab:
        55.2373, 88.2571, -59.7904
        CIE-LCH:
        55.2373, 106.6030, 325.8840
        CIE-Luv:
        55.2373, 67.7603, -103.5315
        Hunter-Lab:
        48.1254, 90.0095, -68.4238
      #e11fee color charts
#e11fee RGB chart
      #e11fee CMYK chart
      #e11fee RGB pie chart
      #e11fee color shades, tints & tones
#e11fee color schemes
#e11fee color preview, HTML & CSS examples
           This text has a color of #e11fee        
        
          <p style="color:#e11fee;">Text here</p>
        
        
          .mytext {color:#e11fee;}
        
        Text color #e11fee
      
           This box has a color of #e11fee        
        
          <div style="background-color:#e11fee;">Content here</div>
        
        
          .mybackground {background-color:#e11fee;}
        
        Background color #e11fee
      
           Border around this has a color of #e11fee        
        
          <div style="border:2px solid #e11fee;">Content here</div>
        
        
          .myborder {border:2px solid #e11fee;}
        
        Border color #e11fee