#E59CED

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

Shades of Plum #E59CED

Tints of Plum #E59CED

Color information

#E59CED (or 0xE59CED) is unknown color: approx Plum. HEX triplet: E5, 9C and ED. RGB value is (229,156,237). Sum of RGB (Red+Green+Blue) = 229+156+237=622 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.82% from 622); Green value is 156 (61.33% from 255 or 25.08% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #E59CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59CED is #1A6312. Grayscale: #BABABA. Windows color (decimal): -1729299 or 15572197. OLE color: 15572197.

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

Color convert

RGB229156237-
CMYK0.030.3400.07
HSL294.07º69.23%77.06%-
HSV(B)294.07º34.18%92.94%-
XYZ59.4946.5585.97-
YUV187.06156.18157.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.82%
GREEN value IS 156 (61.33% from 255) = 25.08%
BLUE value IS 237 (92.97% from 255) = 38.10%
R=36.82%
G=25.08%
B=38.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291562370.030.3400.07294.0769.2377.06
HexE59CED32207126454d
Octal34523435534207446105115
Binary11100101100111001110110111100010011110010011010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59CED; }

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

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

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

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

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

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

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

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