Html Css Color HEX #E0AAE9 Plum

📋 copy color: '#E0AAE9'

red 224 ◦ green 170 ◦ blue 233

#E0AAE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #E0AAE9

Tints of Plum #E0AAE9

RGB

 RED value IS 224 (87.89% from 255) = 35.73%

 GREEN value IS 170 (66.8% from 255) = 27.11%

 BLUE value IS 233 (91.41% from 255) = 37.16%

R = 35.73%
G = 27.11%
B = 37.16%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E0AAE9 (or 0xE0AAE9) is known color: Plum. HEX triplet: E0, AA and E9. RGB value is (224,170,233). Sum of RGB (Red+Green+Blue) = 224+170+233=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0AAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AAE9 is #1F5516. Grayscale: #C1C1C1. Windows color (decimal): -2053399 or 15313632. OLE color: 15313632.

HSL color Cylindrical-coordinate representation of color #E0AAE9: hue angle of 291.43º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0AAE9 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 170 233 -
CMYK 0.04 0.27 0 0.09
HSL 291.43º 0.59% 0.79% -
HSV(B) 291.43º 0.27% 0.91% -
XYZ 59.82 50.48 83.68 -
YUV 193.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 224 170 233 0.04 0.27 0 0.09 291.43 0.59 0.79
Hex E0 AA E9 4 1B 0 9 123 3B 4F
Octal 340 252 351 4 33 0 11 443 73 117
Binary 11100000 10101010 11101001 100 11011 0 1001 100100011 111011 1001111

Color Harmonies of #E0AAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AAE9

Black with #E0AAE9

Text Example


Text Example

White with #E0AAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AAE9; }

 p { color: rgb(224,170,233); }

 H1.HeaderClassName
 {
   color: #E0AAE9;
 }
 .AnyTagClassName
 {
   color: #E0AAE9;
 }
</style>

background-color css

<style>
 a { background-color: #E0AAE9; }

 a { background-color: rgb(224,170,233); }

 div.DivClassName
 {
   background-color: #E0AAE9;
 }
 .BgClassName
 {
   background-color: #E0AAE9;
 }
</style>

border-color css

<style>
 span { border-color: #E0AAE9; }

 span { border-color: rgb(224,170,233); }

 td.TdClassName
 {
   border-color: #E0AAE9;
 }
 .TagClassName
 {
   border-color: #E0AAE9;
 }
</style>