#e120ff color space conversions
Hex:
        #e120ff
        RGB:
        225, 32, 255
        CMY:
        12, 87, 0
        CMYK:
        12, 87, 0, 0
      HSL:
        292°, 100.0000%, 56.2745%
        HSV (HSB):
        292°, 87.4510%, 100.0000%
        XYZ:
        49.6178, 24.2606, 96.6753
        xyY:
        0.2909, 0.1422, 24.2606
      CIE-Lab:
        56.3477, 90.7526, -67.4899
        CIE-LCH:
        56.3477, 113.0969, 323.3630
        CIE-Luv:
        56.3477, 61.7215, -115.7307
        Hunter-Lab:
        49.2550, 93.6186, -81.8930
      #e120ff color charts
#e120ff RGB chart
      #e120ff CMYK chart
      #e120ff RGB pie chart
      #e120ff color shades, tints & tones
#e120ff color schemes
#e120ff color preview, HTML & CSS examples
           This text has a color of #e120ff        
        
          <p style="color:#e120ff;">Text here</p>
        
        
          .mytext {color:#e120ff;}
        
        Text color #e120ff
      
           This box has a color of #e120ff        
        
          <div style="background-color:#e120ff;">Content here</div>
        
        
          .mybackground {background-color:#e120ff;}
        
        Background color #e120ff
      
           Border around this has a color of #e120ff        
        
          <div style="border:2px solid #e120ff;">Content here</div>
        
        
          .myborder {border:2px solid #e120ff;}
        
        Border color #e120ff