#E59CEC

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

Shades of Plum #E59CEC

Tints of Plum #E59CEC

Color information

#E59CEC (or 0xE59CEC) is unknown color: approx Plum. HEX triplet: E5, 9C and EC. RGB value is (229,156,236). Sum of RGB (Red+Green+Blue) = 229+156+236=621 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.88% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #E59CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59CEC is #1A6313. Grayscale: #BABABA. Windows color (decimal): -1729300 or 15506661. OLE color: 15506661.

HSL color Cylindrical-coordinate representation of color #E59CEC: hue angle of 294.75º degrees, saturation: 0.68, 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 #E59CEC is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229156236-
CMYK0.030.3400.07
HSL294.75º67.8%76.86%-
HSV(B)294.75º33.9%92.55%-
XYZ59.3446.4985.2-
YUV186.95155.68158-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.88%
GREEN value IS 156 (61.33% from 255) = 25.12%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=36.88%
G=25.12%
B=38.00%

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
Decimal2291562360.030.3400.07294.7567.876.86
HexE59CEC32207127444d
Octal34523435434207447104115
Binary11100101100111001110110011100010011110010011110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59CEC; }

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

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

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

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

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

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

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

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