#E8A2E2

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

Shades of Plum #E8A2E2

Tints of Plum #E8A2E2

Color information

#E8A2E2 (or 0xE8A2E2) is unknown color: approx Plum. HEX triplet: E8, A2 and E2. RGB value is (232,162,226). Sum of RGB (Red+Green+Blue) = 232+162+226=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 162 (63.67% from 255 or 26.13% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A2E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A2E2 is #175D1D. Grayscale: #BEBEBE. Windows color (decimal): -1531166 or 14852840. OLE color: 14852840.

HSL color Cylindrical-coordinate representation of color #E8A2E2: hue angle of 305.14º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8A2E2 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB232162226-
CMYK00.300.030.09
HSL305.14º60.34%77.25%-
HSV(B)305.14º30.17%90.98%-
XYZ59.9348.4978.15-
YUV190.23148.19157.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.42%
GREEN value IS 162 (63.67% from 255) = 26.13%
BLUE value IS 226 (88.67% from 255) = 36.45%
R=37.42%
G=26.13%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216222600.300.030.09305.1460.3477.25
HexE8A2E201E391313c4d
Octal35024234203631146174115
Binary1110100010100010111000100111101110011001100011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A2E2; }

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

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

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

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

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

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

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

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