#E59FE0

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

Shades of Plum #E59FE0

Tints of Plum #E59FE0

Color information

#E59FE0 (or 0xE59FE0) is unknown color: approx Plum. HEX triplet: E5, 9F and E0. RGB value is (229,159,224). Sum of RGB (Red+Green+Blue) = 229+159+224=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FE0 is #1A601F. Grayscale: #BBBBBB. Windows color (decimal): -1728544 or 14720997. OLE color: 14720997.

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

Color convert

RGB229159224-
CMYK00.310.020.10
HSL304.29º57.38%76.08%-
HSV(B)304.29º30.57%89.8%-
XYZ58.1746.8476.5-
YUV187.34148.69157.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.42%
GREEN value IS 159 (62.5% from 255) = 25.98%
BLUE value IS 224 (87.89% from 255) = 36.60%
R=37.42%
G=25.98%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915922400.310.020.10304.2957.3876.08
HexE59FE001F2A130394c
Octal34523734003721246071114
Binary1110010110011111111000000111111010101001100001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59FE0; }

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

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

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

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

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

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

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

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