#E8A1DE

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

Shades of Plum #E8A1DE

Tints of Plum #E8A1DE

Color information

#E8A1DE (or 0xE8A1DE) is unknown color: approx Plum. HEX triplet: E8, A1 and DE. RGB value is (232,161,222). Sum of RGB (Red+Green+Blue) = 232+161+222=615 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.72% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A1DE is #175E21. Grayscale: #BDBDBD. Windows color (decimal): -1531426 or 14590440. OLE color: 14590440.

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

Color convert

RGB232161222-
CMYK00.310.040.09
HSL308.45º60.68%77.06%-
HSV(B)308.45º30.6%90.98%-
XYZ59.2147.9275.24-
YUV189.18146.52158.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.72%
GREEN value IS 161 (63.28% from 255) = 26.18%
BLUE value IS 222 (87.11% from 255) = 36.10%
R=37.72%
G=26.18%
B=36.10%

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
Decimal23216122200.310.040.09308.4560.6877.06
HexE8A1DE01F491343d4d
Octal35024133603741146475115
Binary11101000101000011101111001111110010011001101001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A1DE; }

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

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

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

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

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

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

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

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