#E59AE0

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

Shades of Plum #E59AE0

Tints of Plum #E59AE0

Color information

#E59AE0 (or 0xE59AE0) is unknown color: approx Plum. HEX triplet: E5, 9A and E0. RGB value is (229,154,224). Sum of RGB (Red+Green+Blue) = 229+154+224=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59AE0 is #1A651F. Grayscale: #B8B8B8. Windows color (decimal): -1729824 or 14719717. OLE color: 14719717.

HSL color Cylindrical-coordinate representation of color #E59AE0: hue angle of 304º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59AE0 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB229154224-
CMYK00.330.020.10
HSL304º59.06%75.1%-
HSV(B)304º32.75%89.8%-
XYZ57.3245.1576.21-
YUV184.4150.35159.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.73%
GREEN value IS 154 (60.55% from 255) = 25.37%
BLUE value IS 224 (87.89% from 255) = 36.90%
R=37.73%
G=25.37%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915422400.330.020.1030459.0675.1
HexE59AE00212A1303b4b
Octal34523234004121246073113
Binary11100101100110101110000001000011010101001100001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59AE0; }

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

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

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

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

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

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

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

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