#E8AAE2

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

Shades of Plum #E8AAE2

Tints of Plum #E8AAE2

Color information

#E8AAE2 (or 0xE8AAE2) is unknown color: approx Plum. HEX triplet: E8, AA and E2. RGB value is (232,170,226). Sum of RGB (Red+Green+Blue) = 232+170+226=628 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.94% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 226 (88.67% from 255 or 35.99% from 628); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AAE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AAE2 is #17551D. Grayscale: #C2C2C2. Windows color (decimal): -1529118 or 14854888. OLE color: 14854888.

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

Color convert

RGB232170226-
CMYK00.270.030.09
HSL305.81º57.41%78.82%-
HSV(B)305.81º26.72%90.98%-
XYZ61.3851.478.64-
YUV194.92145.54154.45-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.94%
GREEN value IS 170 (66.80% from 255) = 27.07%
BLUE value IS 226 (88.67% from 255) = 35.99%
R=36.94%
G=27.07%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217022600.270.030.09305.8157.4178.82
HexE8AAE201B39132394f
Octal35025234203331146271117
Binary1110100010101010111000100110111110011001100101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AAE2; }

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

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

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

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

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

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

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

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