#E5A3DC

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

Shades of Plum #E5A3DC

Tints of Plum #E5A3DC

Color information

#E5A3DC (or 0xE5A3DC) is unknown color: approx Plum. HEX triplet: E5, A3 and DC. RGB value is (229,163,220). Sum of RGB (Red+Green+Blue) = 229+163+220=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A3DC is #1A5C23. Grayscale: #BDBDBD. Windows color (decimal): -1727524 or 14459877. OLE color: 14459877.

HSL color Cylindrical-coordinate representation of color #E5A3DC: hue angle of 308.18º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5A3DC is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB229163220-
CMYK00.290.040.10
HSL308.18º55.93%76.86%-
HSV(B)308.18º28.82%89.8%-
XYZ58.3348.0273.9-
YUV189.23145.37156.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.42%
GREEN value IS 163 (64.06% from 255) = 26.63%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=37.42%
G=26.63%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916322000.290.040.10308.1855.9376.86
HexE5A3DC01D4A134384d
Octal34524333403541246470115
Binary11100101101000111101110001110110010101001101001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A3DC; }

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

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

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

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

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

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

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

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