#E59EDD

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

Shades of Plum #E59EDD

Tints of Plum #E59EDD

Color information

#E59EDD (or 0xE59EDD) is unknown color: approx Plum. HEX triplet: E5, 9E and DD. RGB value is (229,158,221). Sum of RGB (Red+Green+Blue) = 229+158+221=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E59EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59EDD is #1A6122. Grayscale: #BABABA. Windows color (decimal): -1728803 or 14524133. OLE color: 14524133.

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

Color convert

RGB229158221-
CMYK00.310.030.10
HSL306.76º57.72%75.88%-
HSV(B)306.76º31%89.8%-
XYZ57.5946.3374.31-
YUV186.41147.52158.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.66%
GREEN value IS 158 (62.11% from 255) = 25.99%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=37.66%
G=25.99%
B=36.35%

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
Decimal22915822100.310.030.10306.7657.7275.88
HexE59EDD01F3A1333a4c
Octal34523633503731246372114
Binary1110010110011110110111010111111110101001100111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59EDD; }

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

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

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

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

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

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

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

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