#e153be color space conversions
Hex:
        #e153be
        RGB:
        225, 83, 190
        CMY:
        12, 67, 25
        CMYK:
        0, 63, 16, 12
      HSL:
        315°, 70.2970%, 60.3922%
        HSV (HSB):
        315°, 63.1111%, 88.2353%
        XYZ:
        43.4389, 25.9118, 51.4272
        xyY:
        0.3597, 0.2145, 25.9118
      CIE-Lab:
        57.9532, 66.3744, -28.2491
        CIE-LCH:
        57.9532, 72.1358, 336.9453
        CIE-Luv:
        57.9532, 74.1868, -53.2221
        Hunter-Lab:
        50.9036, 63.2426, -24.2673
      #e153be color charts
#e153be RGB chart
      #e153be CMYK chart
      #e153be RGB pie chart
      #e153be color shades, tints & tones
#e153be color schemes
#e153be color preview, HTML & CSS examples
           This text has a color of #e153be        
        
          <p style="color:#e153be;">Text here</p>
        
        
          .mytext {color:#e153be;}
        
        Text color #e153be
      
           This box has a color of #e153be        
        
          <div style="background-color:#e153be;">Content here</div>
        
        
          .mybackground {background-color:#e153be;}
        
        Background color #e153be
      
           Border around this has a color of #e153be        
        
          <div style="border:2px solid #e153be;">Content here</div>
        
        
          .myborder {border:2px solid #e153be;}
        
        Border color #e153be