#e0a0ed color space conversions
Hex:
        #e0a0ed
        RGB:
        224, 160, 237
        CMY:
        12, 37, 7
        CMYK:
        5, 32, 0, 7
      HSL:
        290°, 68.1416%, 77.8431%
        HSV (HSB):
        290°, 32.4895%, 92.9412%
        XYZ:
        58.5973, 47.1033, 86.1242
        xyY:
        0.3055, 0.2456, 47.1033
      CIE-Lab:
        74.2558, 36.5156, -29.3496
        CIE-LCH:
        74.2558, 46.8485, 321.2092
        CIE-Luv:
        74.2558, 30.0828, -52.2704
        Hunter-Lab:
        68.6319, 32.2961, -26.3590
      #e0a0ed color charts
#e0a0ed RGB chart
      #e0a0ed CMYK chart
      #e0a0ed RGB pie chart
      #e0a0ed color shades, tints & tones
#e0a0ed color schemes
#e0a0ed color preview, HTML & CSS examples
           This text has a color of #e0a0ed        
        
          <p style="color:#e0a0ed;">Text here</p>
        
        
          .mytext {color:#e0a0ed;}
        
        Text color #e0a0ed
      
           This box has a color of #e0a0ed        
        
          <div style="background-color:#e0a0ed;">Content here</div>
        
        
          .mybackground {background-color:#e0a0ed;}
        
        Background color #e0a0ed
      
           Border around this has a color of #e0a0ed        
        
          <div style="border:2px solid #e0a0ed;">Content here</div>
        
        
          .myborder {border:2px solid #e0a0ed;}
        
        Border color #e0a0ed