#E59EDE

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

Shades of Plum #E59EDE

Tints of Plum #E59EDE

Color information

#E59EDE (or 0xE59EDE) is unknown color: approx Plum. HEX triplet: E5, 9E and DE. RGB value is (229,158,222). Sum of RGB (Red+Green+Blue) = 229+158+222=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 229 - color contains mainly: red. Hex color #E59EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59EDE is #1A6121. Grayscale: #BABABA. Windows color (decimal): -1728802 or 14589669. OLE color: 14589669.

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

Color convert

RGB229158222-
CMYK00.310.030.10
HSL305.92º57.72%75.88%-
HSV(B)305.92º31%89.8%-
XYZ57.7246.3975.02-
YUV186.52148.02158.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.60%
GREEN value IS 158 (62.11% from 255) = 25.94%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=37.60%
G=25.94%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915822200.310.030.10305.9257.7275.88
HexE59EDE01F3A1323a4c
Octal34523633603731246272114
Binary1110010110011110110111100111111110101001100101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59EDE; }

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

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

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

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

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

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

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

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