#E5AAE8

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

Shades of Plum #E5AAE8

Tints of Plum #E5AAE8

Color information

#E5AAE8 (or 0xE5AAE8) is unknown color: approx Plum. HEX triplet: E5, AA and E8. RGB value is (229,170,232). Sum of RGB (Red+Green+Blue) = 229+170+232=631 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.29% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 232 - color contains mainly: blue. Hex color #E5AAE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AAE8 is #1A5517. Grayscale: #C2C2C2. Windows color (decimal): -1725720 or 15248101. OLE color: 15248101.

HSL color Cylindrical-coordinate representation of color #E5AAE8: hue angle of 297.1º degrees, saturation: 0.57, 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 #E5AAE8 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB229170232-
CMYK0.010.2700.09
HSL297.1º57.41%78.82%-
HSV(B)297.1º26.72%90.98%-
XYZ61.2551.2383-
YUV194.71149.05152.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.29%
GREEN value IS 170 (66.80% from 255) = 26.94%
BLUE value IS 232 (91.02% from 255) = 36.77%
R=36.29%
G=26.94%
B=36.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2291702320.010.2700.09297.157.4178.82
HexE5AAE811B09129394f
Octal34525235013301145171117
Binary111001011010101011101000111011010011001010011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AAE8; }

 p { color: rgb(229,170,232); }

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

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

 a { background-color: rgb(229,170,232); }

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

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

 span { border-color: rgb(229,170,232); }

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