#E59BDD

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

Shades of Plum #E59BDD

Tints of Plum #E59BDD

Color information

#E59BDD (or 0xE59BDD) is unknown color: approx Plum. HEX triplet: E5, 9B and DD. RGB value is (229,155,221). Sum of RGB (Red+Green+Blue) = 229+155+221=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59BDD is #1A6422. Grayscale: #B8B8B8. Windows color (decimal): -1729571 or 14523365. OLE color: 14523365.

HSL color Cylindrical-coordinate representation of color #E59BDD: hue angle of 306.49º degrees, saturation: 0.59, 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 #E59BDD is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229155221-
CMYK00.320.030.10
HSL306.49º58.73%75.29%-
HSV(B)306.49º32.31%89.8%-
XYZ57.0945.3274.15-
YUV184.65148.52159.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.85%
GREEN value IS 155 (60.94% from 255) = 25.62%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=37.85%
G=25.62%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915522100.320.030.10306.4958.7375.29
HexE59BDD0203A1323b4b
Octal34523333504031246273113
Binary11100101100110111101110101000001110101001100101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59BDD; }

 p { color: rgb(229,155,221); }

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

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

 a { background-color: rgb(229,155,221); }

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

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

 span { border-color: rgb(229,155,221); }

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