#E0A8DC

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

Shades of Plum #E0A8DC

Tints of Plum #E0A8DC

Color information

#E0A8DC (or 0xE0A8DC) is unknown color: approx Plum. HEX triplet: E0, A8 and DC. RGB value is (224,168,220). Sum of RGB (Red+Green+Blue) = 224+168+220=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A8DC is #1F5723. Grayscale: #BEBEBE. Windows color (decimal): -2053924 or 14461152. OLE color: 14461152.

HSL color Cylindrical-coordinate representation of color #E0A8DC: hue angle of 304.29º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0A8DC is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224168220-
CMYK00.250.020.12
HSL304.29º47.46%76.86%-
HSV(B)304.29º25%87.84%-
XYZ57.6649.0274.13-
YUV190.67144.55151.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.60%
GREEN value IS 168 (66.02% from 255) = 27.45%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=36.60%
G=27.45%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416822000.250.020.12304.2947.4676.86
HexE0A8DC0192C1302f4d
Octal34025033403121446057115
Binary1110000010101000110111000110011011001001100001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A8DC; }

 p { color: rgb(224,168,220); }

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

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

 a { background-color: rgb(224,168,220); }

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

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

 span { border-color: rgb(224,168,220); }

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