#e142ed color space conversions
Hex:
        #e142ed
        RGB:
        225, 66, 237
        CMY:
        12, 74, 7
        CMYK:
        5, 72, 0, 7
      HSL:
        296°, 82.6087%, 59.4118%
        HSV (HSB):
        296°, 72.1519%, 92.9412%
        XYZ:
        48.2856, 26.0184, 82.5979
        xyY:
        0.3077, 0.1658, 26.0184
      CIE-Lab:
        58.0545, 79.7599, -54.7232
        CIE-LCH:
        58.0545, 96.7278, 325.5460
        CIE-Luv:
        58.0545, 63.0659, -95.9715
        Hunter-Lab:
        51.0082, 79.7079, -60.3028
      #e142ed color charts
#e142ed RGB chart
      #e142ed CMYK chart
      #e142ed RGB pie chart
      #e142ed color shades, tints & tones
#e142ed color schemes
#e142ed color preview, HTML & CSS examples
           This text has a color of #e142ed        
        
          <p style="color:#e142ed;">Text here</p>
        
        
          .mytext {color:#e142ed;}
        
        Text color #e142ed
      
           This box has a color of #e142ed        
        
          <div style="background-color:#e142ed;">Content here</div>
        
        
          .mybackground {background-color:#e142ed;}
        
        Background color #e142ed
      
           Border around this has a color of #e142ed        
        
          <div style="border:2px solid #e142ed;">Content here</div>
        
        
          .myborder {border:2px solid #e142ed;}
        
        Border color #e142ed