#E9ADEF

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

Shades of Plum #E9ADEF

Tints of Plum #E9ADEF

Color information

#E9ADEF (or 0xE9ADEF) is unknown color: approx Plum. HEX triplet: E9, AD and EF. RGB value is (233,173,239). Sum of RGB (Red+Green+Blue) = 233+173+239=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9ADEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ADEF is #165210. Grayscale: #C6C6C6. Windows color (decimal): -1462801 or 15707625. OLE color: 15707625.

HSL color Cylindrical-coordinate representation of color #E9ADEF: hue angle of 294.55º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9ADEF is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB233173239-
CMYK0.030.2800.06
HSL294.55º67.35%80.78%-
HSV(B)294.55º27.62%93.73%-
XYZ64.1353.4488.6-
YUV198.46150.88152.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.12%
GREEN value IS 173 (67.97% from 255) = 26.82%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=36.12%
G=26.82%
B=37.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2331732390.030.2800.06294.5567.3580.78
HexE9ADEF31C061274351
Octal35125535733406447103121
Binary1110100110101101111011111111100011010010011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ADEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ADEF; }

 p { color: rgb(233,173,239); }

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

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

 a { background-color: rgb(233,173,239); }

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

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

 span { border-color: rgb(233,173,239); }

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