Shades of Plum #E7A6DB
Tints of Plum #E7A6DB
RGB
CMYK
RGB Variations
Color information
#E7A6DB (or 0xE7A6DB) is known color: Plum. HEX triplet: E7, A6 and DB. RGB value is (231,166,219). Sum of RGB (Red+Green+Blue) = 231+166+219=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 166 (65.23% from 255 or 26.95% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A6DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A6DB is #185924. Grayscale: #BFBFBF. Windows color (decimal): -1595685 or 14395111. OLE color: 14395111.
HSL color Cylindrical-coordinate representation of color #E7A6DB: hue angle of 311.08º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7A6DB is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 219 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.09 |
| HSL | 311.08º | 0.58% | 0.78% | - |
| HSV(B) | 311.08º | 0.28% | 0.91% | - |
| XYZ | 59.38 | 49.38 | 73.42 | - |
| YUV | 191.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 219 | 0 | 0.28 | 0.05 | 0.09 | 311.08 | 0.58 | 0.78 |
| Hex | E7 | A6 | DB | 0 | 1C | 5 | 9 | 137 | 3A | 4E |
| Octal | 347 | 246 | 333 | 0 | 34 | 5 | 11 | 467 | 72 | 116 |
| Binary | 11100111 | 10100110 | 11011011 | 0 | 11100 | 101 | 1001 | 100110111 | 111010 | 1001110 |
Color Harmonies of #E7A6DB
Complementary color
Monochromatic Colors of #E7A6DB
Black with #E7A6DB
Text Example
Text Example
White with #E7A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A6DB; }
p { color: rgb(231,166,219); }
H1.HeaderClassName
{
color: #E7A6DB;
}
.AnyTagClassName
{
color: #E7A6DB;
}
</style>
background-color css
<style>
a { background-color: #E7A6DB; }
a { background-color: rgb(231,166,219); }
div.DivClassName
{
background-color: #E7A6DB;
}
.BgClassName
{
background-color: #E7A6DB;
}
</style>
border-color css
<style>
span { border-color: #E7A6DB; }
span { border-color: rgb(231,166,219); }
td.TdClassName
{
border-color: #E7A6DB;
}
.TagClassName
{
border-color: #E7A6DB;
}
</style>