#e172ee color space conversions
Hex:
        #e172ee
        RGB:
        225, 114, 238
        CMY:
        12, 55, 7
        CMYK:
        5, 52, 0, 7
      HSL:
        294°, 78.4810%, 69.0196%
        HSV (HSB):
        294°, 52.1008%, 93.3333%
        XYZ:
        52.5013, 34.2152, 84.7260
        xyY:
        0.3062, 0.1996, 34.2152
      CIE-Lab:
        65.1330, 60.5372, -44.0721
        CIE-LCH:
        65.1330, 74.8806, 323.9448
        CIE-Luv:
        65.1330, 49.3582, -78.5435
        Hunter-Lab:
        58.4938, 57.8491, -44.9336
      #e172ee color charts
#e172ee RGB chart
      #e172ee CMYK chart
      #e172ee RGB pie chart
      #e172ee color shades, tints & tones
#e172ee color schemes
#e172ee color preview, HTML & CSS examples
           This text has a color of #e172ee        
        
          <p style="color:#e172ee;">Text here</p>
        
        
          .mytext {color:#e172ee;}
        
        Text color #e172ee
      
           This box has a color of #e172ee        
        
          <div style="background-color:#e172ee;">Content here</div>
        
        
          .mybackground {background-color:#e172ee;}
        
        Background color #e172ee
      
           Border around this has a color of #e172ee        
        
          <div style="border:2px solid #e172ee;">Content here</div>
        
        
          .myborder {border:2px solid #e172ee;}
        
        Border color #e172ee