#E5A7DB

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

Shades of Plum #E5A7DB

Tints of Plum #E5A7DB

Color information

#E5A7DB (or 0xE5A7DB) is unknown color: approx Plum. HEX triplet: E5, A7 and DB. RGB value is (229,167,219). Sum of RGB (Red+Green+Blue) = 229+167+219=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 167 (65.62% from 255 or 27.15% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A7DB is #1A5824. Grayscale: #BFBFBF. Windows color (decimal): -1726501 or 14395365. OLE color: 14395365.

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

Color convert

RGB229167219-
CMYK00.270.040.10
HSL309.68º54.39%77.65%-
HSV(B)309.68º27.07%89.8%-
XYZ58.9249.4173.45-
YUV191.47143.54154.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.24%
GREEN value IS 167 (65.62% from 255) = 27.15%
BLUE value IS 219 (85.94% from 255) = 35.61%
R=37.24%
G=27.15%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916721900.270.040.10309.6854.3977.65
HexE5A7DB01B4A136364e
Octal34524733303341246666116
Binary11100101101001111101101101101110010101001101101101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A7DB; }

 p { color: rgb(229,167,219); }

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

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

 a { background-color: rgb(229,167,219); }

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

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

 span { border-color: rgb(229,167,219); }

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