#E59FED

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

Shades of Plum #E59FED

Tints of Plum #E59FED

Color information

#E59FED (or 0xE59FED) is unknown color: approx Plum. HEX triplet: E5, 9F and ED. RGB value is (229,159,237). Sum of RGB (Red+Green+Blue) = 229+159+237=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #E59FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59FED is #1A6012. Grayscale: #BCBCBC. Windows color (decimal): -1728531 or 15572965. OLE color: 15572965.

HSL color Cylindrical-coordinate representation of color #E59FED: hue angle of 293.85º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59FED is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229159237-
CMYK0.030.3300.07
HSL293.85º68.42%77.65%-
HSV(B)293.85º32.91%92.94%-
XYZ6047.5786.14-
YUV188.82155.19156.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.64%
GREEN value IS 159 (62.5% from 255) = 25.44%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=36.64%
G=25.44%
B=37.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291592370.030.3300.07293.8568.4277.65
HexE59FED32107126444e
Octal34523735534107446104116
Binary11100101100111111110110111100001011110010011010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59FED; }

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

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

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

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

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

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

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

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