#E0A9DB

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

Shades of Plum #E0A9DB

Tints of Plum #E0A9DB

Color information

#E0A9DB (or 0xE0A9DB) is unknown color: approx Plum. HEX triplet: E0, A9 and DB. RGB value is (224,169,219). Sum of RGB (Red+Green+Blue) = 224+169+219=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A9DB is #1F5624. Grayscale: #BFBFBF. Windows color (decimal): -2053669 or 14395872. OLE color: 14395872.

HSL color Cylindrical-coordinate representation of color #E0A9DB: hue angle of 305.45º 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 #E0A9DB is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224169219-
CMYK00.250.020.12
HSL305.45º47.01%77.06%-
HSV(B)305.45º24.55%87.84%-
XYZ57.7149.3473.5-
YUV191.14143.72151.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.60%
GREEN value IS 169 (66.41% from 255) = 27.61%
BLUE value IS 219 (85.94% from 255) = 35.78%
R=36.60%
G=27.61%
B=35.78%

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
Decimal22416921900.250.020.12305.4547.0177.06
HexE0A9DB0192C1312f4d
Octal34025133303121446157115
Binary1110000010101001110110110110011011001001100011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A9DB; }

 p { color: rgb(224,169,219); }

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

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

 a { background-color: rgb(224,169,219); }

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

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

 span { border-color: rgb(224,169,219); }

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