#e140ed color space conversions
Hex:
        #e140ed
        RGB:
        225, 64, 237
        CMY:
        12, 75, 7
        CMYK:
        5, 73, 0, 7
      HSL:
        296°, 82.7751%, 59.0196%
        HSV (HSB):
        296°, 72.9958%, 92.9412%
        XYZ:
        48.1708, 25.7888, 82.5596
        xyY:
        0.3078, 0.1648, 25.7888
      CIE-Lab:
        57.8360, 80.3853, -55.0718
        CIE-LCH:
        57.8360, 97.4407, 325.5850
        CIE-Luv:
        57.8360, 63.4614, -96.5059
        Hunter-Lab:
        50.7826, 80.4498, -60.8426
      #e140ed color charts
#e140ed RGB chart
      #e140ed CMYK chart
      #e140ed RGB pie chart
      #e140ed color shades, tints & tones
#e140ed color schemes
#e140ed color preview, HTML & CSS examples
           This text has a color of #e140ed        
        
          <p style="color:#e140ed;">Text here</p>
        
        
          .mytext {color:#e140ed;}
        
        Text color #e140ed
      
           This box has a color of #e140ed        
        
          <div style="background-color:#e140ed;">Content here</div>
        
        
          .mybackground {background-color:#e140ed;}
        
        Background color #e140ed
      
           Border around this has a color of #e140ed        
        
          <div style="border:2px solid #e140ed;">Content here</div>
        
        
          .myborder {border:2px solid #e140ed;}
        
        Border color #e140ed