#E59ADB

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

Shades of Plum #E59ADB

Tints of Plum #E59ADB

Color information

#E59ADB (or 0xE59ADB) is unknown color: approx Plum. HEX triplet: E5, 9A and DB. RGB value is (229,154,219). Sum of RGB (Red+Green+Blue) = 229+154+219=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ADB is #1A6524. Grayscale: #B7B7B7. Windows color (decimal): -1729829 or 14392037. OLE color: 14392037.

HSL color Cylindrical-coordinate representation of color #E59ADB: hue angle of 308º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59ADB is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB229154219-
CMYK00.330.040.10
HSL308º59.06%75.1%-
HSV(B)308º32.75%89.8%-
XYZ56.6544.8872.7-
YUV183.84147.85160.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.04%
GREEN value IS 154 (60.55% from 255) = 25.58%
BLUE value IS 219 (85.94% from 255) = 36.38%
R=38.04%
G=25.58%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915421900.330.040.1030859.0675.1
HexE59ADB0214A1343b4b
Octal34523233304141246473113
Binary111001011001101011011011010000110010101001101001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59ADB; }

 p { color: rgb(229,154,219); }

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

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

 a { background-color: rgb(229,154,219); }

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

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

 span { border-color: rgb(229,154,219); }

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