#E59ED6

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

Shades of Plum #E59ED6

Tints of Plum #E59ED6

Color information

#E59ED6 (or 0xE59ED6) is unknown color: approx Plum. HEX triplet: E5, 9E and D6. RGB value is (229,158,214). Sum of RGB (Red+Green+Blue) = 229+158+214=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ED6 is #1A6129. Grayscale: #B9B9B9. Windows color (decimal): -1728810 or 14065381. OLE color: 14065381.

HSL color Cylindrical-coordinate representation of color #E59ED6: hue angle of 312.68º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E59ED6 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB229158214-
CMYK00.310.070.10
HSL312.68º57.72%75.88%-
HSV(B)312.68º31%89.8%-
XYZ56.6845.9769.5-
YUV185.61144.02158.95-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.10%
GREEN value IS 158 (62.11% from 255) = 26.29%
BLUE value IS 214 (83.98% from 255) = 35.61%
R=38.10%
G=26.29%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915821400.310.070.10312.6857.7275.88
HexE59ED601F7A1393a4c
Octal34523632603771247172114
Binary11100101100111101101011001111111110101001110011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59ED6; }

 p { color: rgb(229,158,214); }

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

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

 a { background-color: rgb(229,158,214); }

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

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

 span { border-color: rgb(229,158,214); }

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