#ea8def color space conversions
Hex:
        #ea8def
        RGB:
        234, 141, 239
        CMY:
        8, 45, 6
        CMYK:
        2, 41, 0, 6
      HSL:
        297°, 75.3846%, 74.5098%
        HSV (HSB):
        297°, 41.0042%, 93.7255%
        XYZ:
        59.0365, 42.7742, 86.8060
        xyY:
        0.3130, 0.2268, 42.7742
      CIE-Lab:
        71.4014, 49.8795, -34.7578
        CIE-LCH:
        71.4014, 60.7953, 325.1299
        CIE-Luv:
        71.4014, 44.4363, -62.9088
        Hunter-Lab:
        65.4020, 46.6736, -32.9124
      #ea8def color charts
#ea8def RGB chart
      #ea8def CMYK chart
      #ea8def RGB pie chart
      #ea8def color shades, tints & tones
#ea8def color schemes
#ea8def color preview, HTML & CSS examples
           This text has a color of #ea8def        
        
          <p style="color:#ea8def;">Text here</p>
        
        
          .mytext {color:#ea8def;}
        
        Text color #ea8def
      
           This box has a color of #ea8def        
        
          <div style="background-color:#ea8def;">Content here</div>
        
        
          .mybackground {background-color:#ea8def;}
        
        Background color #ea8def
      
           Border around this has a color of #ea8def        
        
          <div style="border:2px solid #ea8def;">Content here</div>
        
        
          .myborder {border:2px solid #ea8def;}
        
        Border color #ea8def