#E59BD7

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

Shades of Plum #E59BD7

Tints of Plum #E59BD7

Color information

#E59BD7 (or 0xE59BD7) is unknown color: approx Plum. HEX triplet: E5, 9B and D7. RGB value is (229,155,215). Sum of RGB (Red+Green+Blue) = 229+155+215=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59BD7 is #1A6428. Grayscale: #B7B7B7. Windows color (decimal): -1729577 or 14130149. OLE color: 14130149.

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

Color convert

RGB229155215-
CMYK00.320.060.10
HSL311.35º58.73%75.29%-
HSV(B)311.35º32.31%89.8%-
XYZ56.345.0170.01-
YUV183.97145.52160.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.23%
GREEN value IS 155 (60.94% from 255) = 25.88%
BLUE value IS 215 (84.38% from 255) = 35.89%
R=38.23%
G=25.88%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915521500.320.060.10311.3558.7375.29
HexE59BD70206A1373b4b
Octal34523332704061246773113
Binary111001011001101111010111010000011010101001101111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59BD7; }

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

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

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

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

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

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

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

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