#E59FD6

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

Shades of Plum #E59FD6

Tints of Plum #E59FD6

Color information

#E59FD6 (or 0xE59FD6) is unknown color: approx Plum. HEX triplet: E5, 9F and D6. RGB value is (229,159,214). Sum of RGB (Red+Green+Blue) = 229+159+214=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FD6 is #1A6029. Grayscale: #BABABA. Windows color (decimal): -1728554 or 14065637. OLE color: 14065637.

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

Color convert

RGB229159214-
CMYK00.310.070.10
HSL312.86º57.38%76.08%-
HSV(B)312.86º30.57%89.8%-
XYZ56.8546.3169.56-
YUV186.2143.69158.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.04%
GREEN value IS 159 (62.5% from 255) = 26.41%
BLUE value IS 214 (83.98% from 255) = 35.55%
R=38.04%
G=26.41%
B=35.55%

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
Decimal22915921400.310.070.10312.8657.3876.08
HexE59FD601F7A139394c
Octal34523732603771247171114
Binary11100101100111111101011001111111110101001110011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59FD6; }

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

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

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

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

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

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

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

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