#E59AED

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

Shades of Plum #E59AED

Tints of Plum #E59AED

Color information

#E59AED (or 0xE59AED) is unknown color: approx Plum. HEX triplet: E5, 9A and ED. RGB value is (229,154,237). Sum of RGB (Red+Green+Blue) = 229+154+237=620 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.94% from 620); Green value is 154 (60.55% from 255 or 24.84% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #E59AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59AED is #1A6512. Grayscale: #B9B9B9. Windows color (decimal): -1729811 or 15571685. OLE color: 15571685.

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

Color convert

RGB229154237-
CMYK0.030.3500.07
HSL294.22º69.75%76.67%-
HSV(B)294.22º35.02%92.94%-
XYZ59.1545.8885.86-
YUV185.89156.85158.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.94%
GREEN value IS 154 (60.55% from 255) = 24.84%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=36.94%
G=24.84%
B=38.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291542370.030.3500.07294.2269.7576.67
HexE59AED32307126464d
Octal34523235534307446106115
Binary11100101100110101110110111100011011110010011010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59AED; }

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

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

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

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

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

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

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

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