#e010af color space conversions
Hex:
        #e010af
        RGB:
        224, 16, 175
        CMY:
        12, 94, 31
        CMYK:
        0, 93, 22, 12
      HSL:
        314°, 86.6667%, 47.0588%
        HSV (HSB):
        314°, 92.8571%, 87.8431%
        XYZ:
        38.6636, 19.3130, 42.2474
        xyY:
        0.3858, 0.1927, 19.3130
      CIE-Lab:
        51.0514, 81.4595, -30.2677
        CIE-LCH:
        51.0514, 86.9010, 339.6166
        CIE-Luv:
        51.0514, 94.2307, -57.3446
        Hunter-Lab:
        43.9466, 80.1354, -26.2350
      #e010af color charts
#e010af RGB chart
      #e010af CMYK chart
      #e010af RGB pie chart
      #e010af color shades, tints & tones
#e010af color schemes
#e010af color preview, HTML & CSS examples
           This text has a color of #e010af        
        
          <p style="color:#e010af;">Text here</p>
        
        
          .mytext {color:#e010af;}
        
        Text color #e010af
      
           This box has a color of #e010af        
        
          <div style="background-color:#e010af;">Content here</div>
        
        
          .mybackground {background-color:#e010af;}
        
        Background color #e010af
      
           Border around this has a color of #e010af        
        
          <div style="border:2px solid #e010af;">Content here</div>
        
        
          .myborder {border:2px solid #e010af;}
        
        Border color #e010af