#e010ff color space conversions
Hex:
        #e010ff
        RGB:
        224, 16, 255
        CMY:
        12, 94, 0
        CMYK:
        12, 94, 0, 0
      HSL:
        292°, 100.0000%, 53.1373%
        HSV (HSB):
        292°, 93.7255%, 100.0000%
        XYZ:
        48.9758, 23.4379, 96.5504
        xyY:
        0.2899, 0.1387, 23.4379
      CIE-Lab:
        55.5205, 92.5740, -68.8333
        CIE-LCH:
        55.5205, 115.3602, 323.3674
        CIE-Luv:
        55.5205, 62.0701, -117.4396
        Hunter-Lab:
        48.4127, 95.8539, -84.3544
      #e010ff color charts
#e010ff RGB chart
      #e010ff CMYK chart
      #e010ff RGB pie chart
      #e010ff color shades, tints & tones
#e010ff color schemes
#e010ff color preview, HTML & CSS examples
           This text has a color of #e010ff        
        
          <p style="color:#e010ff;">Text here</p>
        
        
          .mytext {color:#e010ff;}
        
        Text color #e010ff
      
           This box has a color of #e010ff        
        
          <div style="background-color:#e010ff;">Content here</div>
        
        
          .mybackground {background-color:#e010ff;}
        
        Background color #e010ff
      
           Border around this has a color of #e010ff        
        
          <div style="border:2px solid #e010ff;">Content here</div>
        
        
          .myborder {border:2px solid #e010ff;}
        
        Border color #e010ff