#e142be color space conversions
Hex:
        #e142be
        RGB:
        225, 66, 190
        CMY:
        12, 74, 25
        CMYK:
        0, 71, 16, 12
      HSL:
        313°, 72.6027%, 57.0588%
        HSV (HSB):
        313°, 70.6667%, 88.2353%
        XYZ:
        42.2938, 23.6217, 51.0455
        xyY:
        0.3616, 0.2020, 23.6217
      CIE-Lab:
        55.7070, 72.6421, -31.7355
        CIE-LCH:
        55.7070, 79.2718, 336.4007
        CIE-Luv:
        55.7070, 79.5801, -59.1141
        Hunter-Lab:
        48.6021, 70.2778, -28.2492
      #e142be color charts
#e142be RGB chart
      #e142be CMYK chart
      #e142be RGB pie chart
      #e142be color shades, tints & tones
#e142be color schemes
#e142be color preview, HTML & CSS examples
           This text has a color of #e142be        
        
          <p style="color:#e142be;">Text here</p>
        
        
          .mytext {color:#e142be;}
        
        Text color #e142be
      
           This box has a color of #e142be        
        
          <div style="background-color:#e142be;">Content here</div>
        
        
          .mybackground {background-color:#e142be;}
        
        Background color #e142be
      
           Border around this has a color of #e142be        
        
          <div style="border:2px solid #e142be;">Content here</div>
        
        
          .myborder {border:2px solid #e142be;}
        
        Border color #e142be