#e134ed color space conversions
Hex:
        #e134ed
        RGB:
        225, 52, 237
        CMY:
        12, 80, 7
        CMYK:
        5, 78, 0, 7
      HSL:
        296°, 83.7104%, 56.6667%
        HSV (HSB):
        296°, 78.0591%, 92.9412%
        XYZ:
        47.5654, 24.5780, 82.3578
        xyY:
        0.3079, 0.1591, 24.5780
      CIE-Lab:
        56.6619, 83.7691, -56.9474
        CIE-LCH:
        56.6619, 101.2930, 325.7916
        CIE-Luv:
        56.6619, 65.5560, -99.3339
        Hunter-Lab:
        49.5762, 84.5019, -63.7915
      #e134ed color charts
#e134ed RGB chart
      #e134ed CMYK chart
      #e134ed RGB pie chart
      #e134ed color shades, tints & tones
#e134ed color schemes
#e134ed color preview, HTML & CSS examples
           This text has a color of #e134ed        
        
          <p style="color:#e134ed;">Text here</p>
        
        
          .mytext {color:#e134ed;}
        
        Text color #e134ed
      
           This box has a color of #e134ed        
        
          <div style="background-color:#e134ed;">Content here</div>
        
        
          .mybackground {background-color:#e134ed;}
        
        Background color #e134ed
      
           Border around this has a color of #e134ed        
        
          <div style="border:2px solid #e134ed;">Content here</div>
        
        
          .myborder {border:2px solid #e134ed;}
        
        Border color #e134ed