#E59ADC

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

Shades of Plum #E59ADC

Tints of Plum #E59ADC

Color information

#E59ADC (or 0xE59ADC) is unknown color: approx Plum. HEX triplet: E5, 9A and DC. RGB value is (229,154,220). Sum of RGB (Red+Green+Blue) = 229+154+220=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ADC is #1A6523. Grayscale: #B7B7B7. Windows color (decimal): -1729828 or 14457573. OLE color: 14457573.

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

Color convert

RGB229154220-
CMYK00.330.040.10
HSL307.2º59.06%75.1%-
HSV(B)307.2º32.75%89.8%-
XYZ56.7944.9473.39-
YUV183.95148.35160.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.98%
GREEN value IS 154 (60.55% from 255) = 25.54%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=37.98%
G=25.54%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915422000.330.040.10307.259.0675.1
HexE59ADC0214A1333b4b
Octal34523233404141246373113
Binary111001011001101011011100010000110010101001100111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59ADC; }

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

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

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

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

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

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

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

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