#E59BDE

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

Shades of Plum #E59BDE

Tints of Plum #E59BDE

Color information

#E59BDE (or 0xE59BDE) is unknown color: approx Plum. HEX triplet: E5, 9B and DE. RGB value is (229,155,222). Sum of RGB (Red+Green+Blue) = 229+155+222=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59BDE is #1A6421. Grayscale: #B8B8B8. Windows color (decimal): -1729570 or 14588901. OLE color: 14588901.

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

Color convert

RGB229155222-
CMYK00.320.030.10
HSL305.68º58.73%75.29%-
HSV(B)305.68º32.31%89.8%-
XYZ57.2245.3774.85-
YUV184.76149.02159.55-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.79%
GREEN value IS 155 (60.94% from 255) = 25.58%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=37.79%
G=25.58%
B=36.63%

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
Decimal22915522200.320.030.10305.6858.7375.29
HexE59BDE0203A1323b4b
Octal34523333604031246273113
Binary11100101100110111101111001000001110101001100101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59BDE; }

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

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

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

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

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

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

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

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