#E8A0DE

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

Shades of Plum #E8A0DE

Tints of Plum #E8A0DE

Color information

#E8A0DE (or 0xE8A0DE) is unknown color: approx Plum. HEX triplet: E8, A0 and DE. RGB value is (232,160,222). Sum of RGB (Red+Green+Blue) = 232+160+222=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 160 (62.89% from 255 or 26.06% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A0DE is #175F21. Grayscale: #BCBCBC. Windows color (decimal): -1531682 or 14590184. OLE color: 14590184.

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

Color convert

RGB232160222-
CMYK00.310.040.09
HSL308.33º61.02%76.86%-
HSV(B)308.33º31.03%90.98%-
XYZ59.0347.5775.18-
YUV188.6146.85158.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.79%
GREEN value IS 160 (62.89% from 255) = 26.06%
BLUE value IS 222 (87.11% from 255) = 36.16%
R=37.79%
G=26.06%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216022200.310.040.09308.3361.0276.86
HexE8A0DE01F491343d4d
Octal35024033603741146475115
Binary11101000101000001101111001111110010011001101001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A0DE; }

 p { color: rgb(232,160,222); }

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

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

 a { background-color: rgb(232,160,222); }

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

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

 span { border-color: rgb(232,160,222); }

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