#E0AAE2

Color #E0AAE2 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #E0AAE2

Tints of Plum #E0AAE2

Color information

#E0AAE2 (or 0xE0AAE2) is unknown color: approx Plum. HEX triplet: E0, AA and E2. RGB value is (224,170,226). Sum of RGB (Red+Green+Blue) = 224+170+226=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 226 - color contains mainly: blue. Hex color #E0AAE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AAE2 is #1F551D. Grayscale: #C0C0C0. Windows color (decimal): -2053406 or 14854880. OLE color: 14854880.

HSL color Cylindrical-coordinate representation of color #E0AAE2: hue angle of 297.86º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0AAE2 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB224170226-
CMYK0.010.2500.11
HSL297.86º49.12%77.65%-
HSV(B)297.86º24.78%88.63%-
XYZ58.8450.0978.52-
YUV192.53146.89150.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.13%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 226 (88.67% from 255) = 36.45%
R=36.13%
G=27.42%
B=36.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2241702260.010.2500.11297.8649.1277.65
HexE0AAE21190B12a314e
Octal34025234213101345261116
Binary111000001010101011100010111001010111001010101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AAE2; }

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

 H1.HeaderClassName
 {
   color: #E0AAE2;
 }
 .AnyTagClassName
 {
   color: #E0AAE2;
 }
</style>
background-color css

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

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

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

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

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

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