#E59AEC

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

Shades of Plum #E59AEC

Tints of Plum #E59AEC

Color information

#E59AEC (or 0xE59AEC) is unknown color: approx Plum. HEX triplet: E5, 9A and EC. RGB value is (229,154,236). Sum of RGB (Red+Green+Blue) = 229+154+236=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #E59AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59AEC is #1A6513. Grayscale: #B9B9B9. Windows color (decimal): -1729812 or 15506149. OLE color: 15506149.

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

Color convert

RGB229154236-
CMYK0.030.3500.07
HSL294.88º68.33%76.47%-
HSV(B)294.88º34.75%92.55%-
XYZ59.0145.8385.09-
YUV185.77156.35158.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.00%
GREEN value IS 154 (60.55% from 255) = 24.88%
BLUE value IS 236 (92.58% from 255) = 38.13%
R=37.00%
G=24.88%
B=38.13%

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
Decimal2291542360.030.3500.07294.8868.3376.47
HexE59AEC32307127444c
Octal34523235434307447104114
Binary11100101100110101110110011100011011110010011110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59AEC; }

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

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

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

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

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

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

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

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