#E59FE1

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

Shades of Plum #E59FE1

Tints of Plum #E59FE1

Color information

#E59FE1 (or 0xE59FE1) is unknown color: approx Plum. HEX triplet: E5, 9F and E1. RGB value is (229,159,225). Sum of RGB (Red+Green+Blue) = 229+159+225=613 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.36% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FE1 is #1A601E. Grayscale: #BBBBBB. Windows color (decimal): -1728543 or 14786533. OLE color: 14786533.

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

Color convert

RGB229159225-
CMYK00.310.020.10
HSL303.43º57.38%76.08%-
HSV(B)303.43º30.57%89.8%-
XYZ58.346.8977.21-
YUV187.45149.19157.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.36%
GREEN value IS 159 (62.5% from 255) = 25.94%
BLUE value IS 225 (88.28% from 255) = 36.70%
R=37.36%
G=25.94%
B=36.70%

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
Decimal22915922500.310.020.10303.4357.3876.08
HexE59FE101F2A12f394c
Octal34523734103721245771114
Binary1110010110011111111000010111111010101001011111110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59FE1; }

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

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

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

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

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

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

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

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