Shades of Plum #E5A2DB
Tints of Plum #E5A2DB
RGB
CMYK
RGB Variations
Color information
#E5A2DB (or 0xE5A2DB) is known color: Plum. HEX triplet: E5, A2 and DB. RGB value is (229,162,219). Sum of RGB (Red+Green+Blue) = 229+162+219=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 162 (63.67% from 255 or 26.56% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A2DB is #1A5D24. Grayscale: #BCBCBC. Windows color (decimal): -1727781 or 14394085. OLE color: 14394085.
HSL color Cylindrical-coordinate representation of color #E5A2DB: hue angle of 308.96º 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 #E5A2DB is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 162 | 219 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.10 |
| HSL | 308.96º | 0.56% | 0.77% | - |
| HSV(B) | 308.96º | 0.29% | 0.9% | - |
| XYZ | 58.02 | 47.61 | 73.15 | - |
| YUV | 188.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 162 | 219 | 0 | 0.29 | 0.04 | 0.10 | 308.96 | 0.56 | 0.77 |
| Hex | E5 | A2 | DB | 0 | 1D | 4 | A | 135 | 38 | 4D |
| Octal | 345 | 242 | 333 | 0 | 35 | 4 | 12 | 465 | 70 | 115 |
| Binary | 11100101 | 10100010 | 11011011 | 0 | 11101 | 100 | 1010 | 100110101 | 111000 | 1001101 |
Color Harmonies of #E5A2DB
Complementary color
Monochromatic Colors of #E5A2DB
Black with #E5A2DB
Text Example
Text Example
White with #E5A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A2DB; }
p { color: rgb(229,162,219); }
H1.HeaderClassName
{
color: #E5A2DB;
}
.AnyTagClassName
{
color: #E5A2DB;
}
</style>
background-color css
<style>
a { background-color: #E5A2DB; }
a { background-color: rgb(229,162,219); }
div.DivClassName
{
background-color: #E5A2DB;
}
.BgClassName
{
background-color: #E5A2DB;
}
</style>
border-color css
<style>
span { border-color: #E5A2DB; }
span { border-color: rgb(229,162,219); }
td.TdClassName
{
border-color: #E5A2DB;
}
.TagClassName
{
border-color: #E5A2DB;
}
</style>