#E8A1DC

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

Shades of Plum #E8A1DC

Tints of Plum #E8A1DC

Color information

#E8A1DC (or 0xE8A1DC) is unknown color: approx Plum. HEX triplet: E8, A1 and DC. RGB value is (232,161,220). Sum of RGB (Red+Green+Blue) = 232+161+220=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 161 (63.28% from 255 or 26.26% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A1DC is #175E23. Grayscale: #BCBCBC. Windows color (decimal): -1531428 or 14459368. OLE color: 14459368.

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

Color convert

RGB232161220-
CMYK00.310.050.09
HSL310.14º60.68%77.06%-
HSV(B)310.14º30.6%90.98%-
XYZ58.9447.8173.83-
YUV188.96145.52158.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.85%
GREEN value IS 161 (63.28% from 255) = 26.26%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=37.85%
G=26.26%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216122000.310.050.09310.1460.6877.06
HexE8A1DC01F591363d4d
Octal35024133403751146675115
Binary11101000101000011101110001111110110011001101101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A1DC; }

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

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

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

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

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

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

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

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