#E59AD2

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

Shades of Plum #E59AD2

Tints of Plum #E59AD2

Color information

#E59AD2 (or 0xE59AD2) is unknown color: approx Plum. HEX triplet: E5, 9A and D2. RGB value is (229,154,210). Sum of RGB (Red+Green+Blue) = 229+154+210=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59AD2 is #1A652D. Grayscale: #B6B6B6. Windows color (decimal): -1729838 or 13802213. OLE color: 13802213.

HSL color Cylindrical-coordinate representation of color #E59AD2: hue angle of 315.2º 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 #E59AD2 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB229154210-
CMYK00.330.080.10
HSL315.2º59.06%75.1%-
HSV(B)315.2º32.75%89.8%-
XYZ55.544.4266.62-
YUV182.81143.35160.95-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.62%
GREEN value IS 154 (60.55% from 255) = 25.97%
BLUE value IS 210 (82.42% from 255) = 35.41%
R=38.62%
G=25.97%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915421000.330.080.10315.259.0675.1
HexE59AD20218A13b3b4b
Octal345232322041101247373113
Binary1110010110011010110100100100001100010101001110111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59AD2; }

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

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

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

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

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

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

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

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