#E59FE9

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

Shades of Plum #E59FE9

Tints of Plum #E59FE9

Color information

#E59FE9 (or 0xE59FE9) is unknown color: approx Plum. HEX triplet: E5, 9F and E9. RGB value is (229,159,233). Sum of RGB (Red+Green+Blue) = 229+159+233=621 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.88% from 621); Green value is 159 (62.5% from 255 or 25.60% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #E59FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59FE9 is #1A6016. Grayscale: #BCBCBC. Windows color (decimal): -1728535 or 15310821. OLE color: 15310821.

HSL color Cylindrical-coordinate representation of color #E59FE9: hue angle of 296.76º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59FE9 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB229159233-
CMYK0.020.3200.09
HSL296.76º62.71%76.86%-
HSV(B)296.76º31.76%91.37%-
XYZ59.4247.3483.1-
YUV188.37153.19156.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.88%
GREEN value IS 159 (62.5% from 255) = 25.60%
BLUE value IS 233 (91.41% from 255) = 37.52%
R=36.88%
G=25.60%
B=37.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2291592330.020.3200.09296.7662.7176.86
HexE59FE9220091293f4d
Octal34523735124001145177115
Binary11100101100111111110100110100000010011001010011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59FE9; }

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

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

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

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

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

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

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

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