#E59FDF

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

Shades of Plum #E59FDF

Tints of Plum #E59FDF

Color information

#E59FDF (or 0xE59FDF) is unknown color: approx Plum. HEX triplet: E5, 9F and DF. RGB value is (229,159,223). Sum of RGB (Red+Green+Blue) = 229+159+223=611 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.48% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FDF is #1A6020. Grayscale: #BBBBBB. Windows color (decimal): -1728545 or 14655461. OLE color: 14655461.

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

Color convert

RGB229159223-
CMYK00.310.030.10
HSL305.14º57.38%76.08%-
HSV(B)305.14º30.57%89.8%-
XYZ58.0346.7875.78-
YUV187.23148.19157.8-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.48%
GREEN value IS 159 (62.5% from 255) = 26.02%
BLUE value IS 223 (87.5% from 255) = 36.50%
R=37.48%
G=26.02%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915922300.310.030.10305.1457.3876.08
HexE59FDF01F3A131394c
Octal34523733703731246171114
Binary1110010110011111110111110111111110101001100011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59FDF; }

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

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

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

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

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

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

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

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