#E59ADF

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

Shades of Plum #E59ADF

Tints of Plum #E59ADF

Color information

#E59ADF (or 0xE59ADF) is unknown color: approx Plum. HEX triplet: E5, 9A and DF. RGB value is (229,154,223). Sum of RGB (Red+Green+Blue) = 229+154+223=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ADF is #1A6520. Grayscale: #B8B8B8. Windows color (decimal): -1729825 or 14654181. OLE color: 14654181.

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

Color convert

RGB229154223-
CMYK00.330.030.10
HSL304.8º59.06%75.1%-
HSV(B)304.8º32.75%89.8%-
XYZ57.1945.175.5-
YUV184.29149.85159.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.79%
GREEN value IS 154 (60.55% from 255) = 25.41%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=37.79%
G=25.41%
B=36.80%

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
Decimal22915422300.330.030.10304.859.0675.1
HexE59ADF0213A1313b4b
Octal34523233704131246173113
Binary11100101100110101101111101000011110101001100011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59ADF; }

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

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

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

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

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

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

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

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