#e040ac color space conversions
Hex:
        #e040ac
        RGB:
        224, 64, 172
        CMY:
        12, 75, 33
        CMYK:
        0, 71, 23, 12
      HSL:
        320°, 72.0721%, 56.4706%
        HSV (HSB):
        320°, 71.4286%, 87.8431%
        XYZ:
        40.0203, 22.4926, 41.2619
        xyY:
        0.3856, 0.2167, 22.4926
      CIE-Lab:
        54.5459, 70.6807, -23.0996
        CIE-LCH:
        54.5459, 74.3596, 341.9017
        CIE-Luv:
        54.5459, 86.1966, -45.6903
        Hunter-Lab:
        47.4264, 67.6291, -18.3850
      #e040ac color charts
#e040ac RGB chart
      #e040ac CMYK chart
      #e040ac RGB pie chart
      #e040ac color shades, tints & tones
#e040ac color schemes
#e040ac color preview, HTML & CSS examples
           This text has a color of #e040ac        
        
          <p style="color:#e040ac;">Text here</p>
        
        
          .mytext {color:#e040ac;}
        
        Text color #e040ac
      
           This box has a color of #e040ac        
        
          <div style="background-color:#e040ac;">Content here</div>
        
        
          .mybackground {background-color:#e040ac;}
        
        Background color #e040ac
      
           Border around this has a color of #e040ac        
        
          <div style="border:2px solid #e040ac;">Content here</div>
        
        
          .myborder {border:2px solid #e040ac;}
        
        Border color #e040ac