#E59FDA

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

Shades of Plum #E59FDA

Tints of Plum #E59FDA

Color information

#E59FDA (or 0xE59FDA) is unknown color: approx Plum. HEX triplet: E5, 9F and DA. RGB value is (229,159,218). Sum of RGB (Red+Green+Blue) = 229+159+218=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FDA is #1A6025. Grayscale: #BABABA. Windows color (decimal): -1728550 or 14327781. OLE color: 14327781.

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

Color convert

RGB229159218-
CMYK00.310.050.10
HSL309.43º57.38%76.08%-
HSV(B)309.43º30.57%89.8%-
XYZ57.3746.5272.28-
YUV186.66145.69158.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.79%
GREEN value IS 159 (62.5% from 255) = 26.24%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=37.79%
G=26.24%
B=35.97%

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
Decimal22915921800.310.050.10309.4357.3876.08
HexE59FDA01F5A135394c
Octal34523733203751246571114
Binary11100101100111111101101001111110110101001101011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59FDA; }

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

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

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

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

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

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

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

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