#E9A1DE

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

Shades of Plum #E9A1DE

Tints of Plum #E9A1DE

Color information

#E9A1DE (or 0xE9A1DE) is unknown color: approx Plum. HEX triplet: E9, A1 and DE. RGB value is (233,161,222). Sum of RGB (Red+Green+Blue) = 233+161+222=616 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.82% from 616); Green value is 161 (63.28% from 255 or 26.14% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A1DE is #165E21. Grayscale: #BDBDBD. Windows color (decimal): -1465890 or 14590441. OLE color: 14590441.

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

Color convert

RGB233161222-
CMYK00.310.050.09
HSL309.17º62.07%77.25%-
HSV(B)309.17º30.9%91.37%-
XYZ59.5348.0975.25-
YUV189.48146.35159.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.82%
GREEN value IS 161 (63.28% from 255) = 26.14%
BLUE value IS 222 (87.11% from 255) = 36.04%
R=37.82%
G=26.14%
B=36.04%

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
Decimal23316122200.310.050.09309.1762.0777.25
HexE9A1DE01F591353e4d
Octal35124133603751146576115
Binary11101001101000011101111001111110110011001101011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A1DE; }

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

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

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

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

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

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

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

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