#E59EED

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

Shades of Plum #E59EED

Tints of Plum #E59EED

Color information

#E59EED (or 0xE59EED) is unknown color: approx Plum. HEX triplet: E5, 9E and ED. RGB value is (229,158,237). Sum of RGB (Red+Green+Blue) = 229+158+237=624 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.70% from 624); Green value is 158 (62.11% from 255 or 25.32% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #E59EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59EED is #1A6112. Grayscale: #BBBBBB. Windows color (decimal): -1728787 or 15572709. OLE color: 15572709.

HSL color Cylindrical-coordinate representation of color #E59EED: hue angle of 293.92º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59EED is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229158237-
CMYK0.030.3300.07
HSL293.92º68.7%77.45%-
HSV(B)293.92º33.33%92.94%-
XYZ59.8347.2386.08-
YUV188.24155.52157.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.70%
GREEN value IS 158 (62.11% from 255) = 25.32%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=36.70%
G=25.32%
B=37.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291582370.030.3300.07293.9268.777.45
HexE59EED32107126454d
Octal34523635534107446105115
Binary11100101100111101110110111100001011110010011010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59EED; }

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

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

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

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

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

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

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

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