#e012ec color space conversions
Hex:
        #e012ec
        RGB:
        224, 18, 236
        CMY:
        12, 93, 7
        CMYK:
        5, 92, 0, 7
      HSL:
        297°, 85.8268%, 49.8039%
        HSV (HSB):
        297°, 92.3729%, 92.5490%
        XYZ:
        46.0971, 22.3360, 81.2386
        xyY:
        0.3080, 0.1492, 22.3360
      CIE-Lab:
        54.3817, 89.4698, -60.0494
        CIE-LCH:
        54.3817, 107.7534, 326.1317
        CIE-Luv:
        54.3817, 68.7527, -103.6562
        Hunter-Lab:
        47.2610, 91.3972, -68.8329
      #e012ec color charts
#e012ec RGB chart
      #e012ec CMYK chart
      #e012ec RGB pie chart
      #e012ec color shades, tints & tones
#e012ec color schemes
#e012ec color preview, HTML & CSS examples
           This text has a color of #e012ec        
        
          <p style="color:#e012ec;">Text here</p>
        
        
          .mytext {color:#e012ec;}
        
        Text color #e012ec
      
           This box has a color of #e012ec        
        
          <div style="background-color:#e012ec;">Content here</div>
        
        
          .mybackground {background-color:#e012ec;}
        
        Background color #e012ec
      
           Border around this has a color of #e012ec        
        
          <div style="border:2px solid #e012ec;">Content here</div>
        
        
          .myborder {border:2px solid #e012ec;}
        
        Border color #e012ec