#e120ce color space conversions
Hex:
        #e120ce
        RGB:
        225, 32, 206
        CMY:
        12, 87, 19
        CMYK:
        0, 86, 8, 12
      HSL:
        306°, 76.2846%, 50.3922%
        HSV (HSB):
        306°, 85.7778%, 88.2353%
        XYZ:
        42.7084, 21.4968, 60.2908
        xyY:
        0.3431, 0.1727, 21.4968
      CIE-Lab:
        53.4890, 83.4458, -44.4244
        CIE-LCH:
        53.4890, 94.5343, 331.9703
        CIE-Luv:
        53.4890, 79.9824, -79.2809
        Hunter-Lab:
        46.3646, 83.2857, -44.6432
      #e120ce color charts
#e120ce RGB chart
      #e120ce CMYK chart
      #e120ce RGB pie chart
      #e120ce color shades, tints & tones
#e120ce color schemes
#e120ce color preview, HTML & CSS examples
           This text has a color of #e120ce        
        
          <p style="color:#e120ce;">Text here</p>
        
        
          .mytext {color:#e120ce;}
        
        Text color #e120ce
      
           This box has a color of #e120ce        
        
          <div style="background-color:#e120ce;">Content here</div>
        
        
          .mybackground {background-color:#e120ce;}
        
        Background color #e120ce
      
           Border around this has a color of #e120ce        
        
          <div style="border:2px solid #e120ce;">Content here</div>
        
        
          .myborder {border:2px solid #e120ce;}
        
        Border color #e120ce