#E59FD5

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

Shades of Plum #E59FD5

Tints of Plum #E59FD5

Color information

#E59FD5 (or 0xE59FD5) is unknown color: approx Plum. HEX triplet: E5, 9F and D5. RGB value is (229,159,213). Sum of RGB (Red+Green+Blue) = 229+159+213=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FD5 is #1A602A. Grayscale: #B9B9B9. Windows color (decimal): -1728555 or 14000101. OLE color: 14000101.

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

Color convert

RGB229159213-
CMYK00.310.070.10
HSL313.71º57.38%76.08%-
HSV(B)313.71º30.57%89.8%-
XYZ56.7246.2668.89-
YUV186.09143.19158.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.10%
GREEN value IS 159 (62.5% from 255) = 26.46%
BLUE value IS 213 (83.59% from 255) = 35.44%
R=38.10%
G=26.46%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915921300.310.070.10313.7157.3876.08
HexE59FD501F7A13a394c
Octal34523732503771247271114
Binary11100101100111111101010101111111110101001110101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59FD5; }

 p { color: rgb(229,159,213); }

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

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

 a { background-color: rgb(229,159,213); }

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

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

 span { border-color: rgb(229,159,213); }

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