#e49def color space conversions
Hex:
        #e49def
        RGB:
        228, 157, 239
        CMY:
        11, 38, 6
        CMYK:
        5, 34, 0, 6
      HSL:
        292°, 71.9298%, 77.6471%
        HSV (HSB):
        292°, 34.3096%, 93.7255%
        XYZ:
        59.6319, 46.8399, 87.5594
        xyY:
        0.3073, 0.2414, 46.8399
      CIE-Lab:
        74.0873, 39.7319, -30.6620
        CIE-LCH:
        74.0873, 50.1874, 322.3418
        CIE-Luv:
        74.0873, 33.6043, -54.9202
        Hunter-Lab:
        68.4397, 35.7585, -27.9458
      #e49def color charts
#e49def RGB chart
      #e49def CMYK chart
      #e49def RGB pie chart
      #e49def color shades, tints & tones
#e49def color schemes
#e49def color preview, HTML & CSS examples
           This text has a color of #e49def        
        
          <p style="color:#e49def;">Text here</p>
        
        
          .mytext {color:#e49def;}
        
        Text color #e49def
      
           This box has a color of #e49def        
        
          <div style="background-color:#e49def;">Content here</div>
        
        
          .mybackground {background-color:#e49def;}
        
        Background color #e49def
      
           Border around this has a color of #e49def        
        
          <div style="border:2px solid #e49def;">Content here</div>
        
        
          .myborder {border:2px solid #e49def;}
        
        Border color #e49def