#E59ADE

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

Shades of Plum #E59ADE

Tints of Plum #E59ADE

Color information

#E59ADE (or 0xE59ADE) is unknown color: approx Plum. HEX triplet: E5, 9A and DE. RGB value is (229,154,222). Sum of RGB (Red+Green+Blue) = 229+154+222=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ADE is #1A6521. Grayscale: #B7B7B7. Windows color (decimal): -1729826 or 14588645. OLE color: 14588645.

HSL color Cylindrical-coordinate representation of color #E59ADE: hue angle of 305.6º 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 #E59ADE is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229154222-
CMYK00.330.030.10
HSL305.6º59.06%75.1%-
HSV(B)305.6º32.75%89.8%-
XYZ57.0545.0474.79-
YUV184.18149.35159.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.85%
GREEN value IS 154 (60.55% from 255) = 25.45%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=37.85%
G=25.45%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915422200.330.030.10305.659.0675.1
HexE59ADE0213A1323b4b
Octal34523233604131246273113
Binary11100101100110101101111001000011110101001100101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59ADE; }

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

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

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

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

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

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

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

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