Shades of Plum #E5A7DB
Tints of Plum #E5A7DB
RGB
CMYK
RGB Variations
Color information
#E5A7DB (or 0xE5A7DB) is known color: 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
| RGB | 229 | 167 | 219 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.10 |
| HSL | 309.68º | 0.54% | 0.78% | - |
| HSV(B) | 309.68º | 0.27% | 0.9% | - |
| XYZ | 58.92 | 49.41 | 73.45 | - |
| YUV | 191.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 167 | 219 | 0 | 0.27 | 0.04 | 0.10 | 309.68 | 0.54 | 0.78 |
| Hex | E5 | A7 | DB | 0 | 1B | 4 | A | 136 | 36 | 4E |
| Octal | 345 | 247 | 333 | 0 | 33 | 4 | 12 | 466 | 66 | 116 |
| Binary | 11100101 | 10100111 | 11011011 | 0 | 11011 | 100 | 1010 | 100110110 | 110110 | 1001110 |
Color Harmonies of #E5A7DB
Complementary color
Monochromatic Colors of #E5A7DB
Black with #E5A7DB
Text Example
Text Example
White with #E5A7DB
Text Example
Text Example
HTML Codes & Css Web 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>