#E59CDC

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

Shades of Plum #E59CDC

Tints of Plum #E59CDC

Color information

#E59CDC (or 0xE59CDC) is unknown color: approx Plum. HEX triplet: E5, 9C and DC. RGB value is (229,156,220). Sum of RGB (Red+Green+Blue) = 229+156+220=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E59CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59CDC is #1A6323. Grayscale: #B8B8B8. Windows color (decimal): -1729316 or 14458085. OLE color: 14458085.

HSL color Cylindrical-coordinate representation of color #E59CDC: hue angle of 307.4º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59CDC is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB229156220-
CMYK00.320.040.10
HSL307.4º58.4%75.49%-
HSV(B)307.4º31.88%89.8%-
XYZ57.1245.673.5-
YUV185.12147.68159.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.85%
GREEN value IS 156 (61.33% from 255) = 25.79%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=37.85%
G=25.79%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915622000.320.040.10307.458.475.49
HexE59CDC0204A1333a4b
Octal34523433404041246372113
Binary111001011001110011011100010000010010101001100111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59CDC; }

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

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

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

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

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

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

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

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