#E59FD9

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

Shades of Plum #E59FD9

Tints of Plum #E59FD9

Color information

#E59FD9 (or 0xE59FD9) is unknown color: approx Plum. HEX triplet: E5, 9F and D9. RGB value is (229,159,217). Sum of RGB (Red+Green+Blue) = 229+159+217=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 217 (85.16% from 255 or 35.87% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FD9 is #1A6026. Grayscale: #BABABA. Windows color (decimal): -1728551 or 14262245. OLE color: 14262245.

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

Color convert

RGB229159217-
CMYK00.310.050.10
HSL310.29º57.38%76.08%-
HSV(B)310.29º30.57%89.8%-
XYZ57.2446.4671.6-
YUV186.54145.19158.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.85%
GREEN value IS 159 (62.5% from 255) = 26.28%
BLUE value IS 217 (85.16% from 255) = 35.87%
R=37.85%
G=26.28%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915921700.310.050.10310.2957.3876.08
HexE59FD901F5A136394c
Octal34523733103751246671114
Binary11100101100111111101100101111110110101001101101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59FD9; }

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

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

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

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

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

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

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

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