#e115da color space conversions
Hex:
        #e115da
        RGB:
        225, 21, 218
        CMY:
        12, 92, 15
        CMYK:
        0, 91, 3, 12
      HSL:
        302°, 82.9268%, 48.2353%
        HSV (HSB):
        302°, 90.6667%, 88.2353%
        XYZ:
        43.9744, 21.6058, 68.1823
        xyY:
        0.3287, 0.1615, 21.6058
      CIE-Lab:
        53.6063, 86.6875, -51.0960
        CIE-LCH:
        53.6063, 100.6256, 329.4838
        CIE-Luv:
        53.6063, 76.2015, -89.7206
        Hunter-Lab:
        46.4821, 87.5264, -54.4322
      #e115da color charts
#e115da RGB chart
      #e115da CMYK chart
      #e115da RGB pie chart
      #e115da color shades, tints & tones
#e115da color schemes
#e115da color preview, HTML & CSS examples
           This text has a color of #e115da        
        
          <p style="color:#e115da;">Text here</p>
        
        
          .mytext {color:#e115da;}
        
        Text color #e115da
      
           This box has a color of #e115da        
        
          <div style="background-color:#e115da;">Content here</div>
        
        
          .mybackground {background-color:#e115da;}
        
        Background color #e115da
      
           Border around this has a color of #e115da        
        
          <div style="border:2px solid #e115da;">Content here</div>
        
        
          .myborder {border:2px solid #e115da;}
        
        Border color #e115da