#E59FD7

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

Shades of Plum #E59FD7

Tints of Plum #E59FD7

Color information

#E59FD7 (or 0xE59FD7) is unknown color: approx Plum. HEX triplet: E5, 9F and D7. RGB value is (229,159,215). Sum of RGB (Red+Green+Blue) = 229+159+215=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 215 (84.38% from 255 or 35.66% from 603); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FD7 is #1A6028. Grayscale: #BABABA. Windows color (decimal): -1728553 or 14131173. OLE color: 14131173.

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

Color convert

RGB229159215-
CMYK00.310.060.10
HSL312º57.38%76.08%-
HSV(B)312º30.57%89.8%-
XYZ56.9846.3670.24-
YUV186.31144.19158.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.98%
GREEN value IS 159 (62.5% from 255) = 26.37%
BLUE value IS 215 (84.38% from 255) = 35.66%
R=37.98%
G=26.37%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915921500.310.060.1031257.3876.08
HexE59FD701F6A138394c
Octal34523732703761247071114
Binary11100101100111111101011101111111010101001110001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59FD7; }

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

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

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

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

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

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

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

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