#E59DDC

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

Shades of Plum #E59DDC

Tints of Plum #E59DDC

Color information

#E59DDC (or 0xE59DDC) is unknown color: approx Plum. HEX triplet: E5, 9D and DC. RGB value is (229,157,220). Sum of RGB (Red+Green+Blue) = 229+157+220=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E59DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59DDC is #1A6223. Grayscale: #B9B9B9. Windows color (decimal): -1729060 or 14458341. OLE color: 14458341.

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

Color convert

RGB229157220-
CMYK00.310.040.10
HSL307.5º58.06%75.69%-
HSV(B)307.5º31.44%89.8%-
XYZ57.2945.9473.56-
YUV185.71147.35158.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.79%
GREEN value IS 157 (61.72% from 255) = 25.91%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=37.79%
G=25.91%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915722000.310.040.10307.558.0675.69
HexE59DDC01F4A1343a4c
Octal34523533403741246472114
Binary11100101100111011101110001111110010101001101001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59DDC; }

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

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

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

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

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

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

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

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