#E8A0D9

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

Shades of Plum #E8A0D9

Tints of Plum #E8A0D9

Color information

#E8A0D9 (or 0xE8A0D9) is unknown color: approx Plum. HEX triplet: E8, A0 and D9. RGB value is (232,160,217). Sum of RGB (Red+Green+Blue) = 232+160+217=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 160 (62.89% from 255 or 26.27% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A0D9 is #175F26. Grayscale: #BBBBBB. Windows color (decimal): -1531687 or 14262504. OLE color: 14262504.

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

Color convert

RGB232160217-
CMYK00.310.060.09
HSL312.5º61.02%76.86%-
HSV(B)312.5º31.03%90.98%-
XYZ58.3747.3171.7-
YUV188.03144.35159.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.10%
GREEN value IS 160 (62.89% from 255) = 26.27%
BLUE value IS 217 (85.16% from 255) = 35.63%
R=38.10%
G=26.27%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216021700.310.060.09312.561.0276.86
HexE8A0D901F691383d4d
Octal35024033103761147075115
Binary11101000101000001101100101111111010011001110001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A0D9; }

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

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

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

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

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

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

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

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