Shades of Plum #E79FDB
Tints of Plum #E79FDB
RGB
CMYK
RGB Variations
Color information
#E79FDB (or 0xE79FDB) is known color: Plum. HEX triplet: E7, 9F and DB. RGB value is (231,159,219). Sum of RGB (Red+Green+Blue) = 231+159+219=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E79FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79FDB is #186024. Grayscale: #BBBBBB. Windows color (decimal): -1597477 or 14393319. OLE color: 14393319.
HSL color Cylindrical-coordinate representation of color #E79FDB: hue angle of 310º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E79FDB is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 159 | 219 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.09 |
| HSL | 310º | 0.6% | 0.76% | - |
| HSV(B) | 310º | 0.31% | 0.91% | - |
| XYZ | 58.14 | 46.9 | 73.01 | - |
| YUV | 187.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 159 | 219 | 0 | 0.31 | 0.05 | 0.09 | 310 | 0.6 | 0.76 |
| Hex | E7 | 9F | DB | 0 | 1F | 5 | 9 | 136 | 3C | 4C |
| Octal | 347 | 237 | 333 | 0 | 37 | 5 | 11 | 466 | 74 | 114 |
| Binary | 11100111 | 10011111 | 11011011 | 0 | 11111 | 101 | 1001 | 100110110 | 111100 | 1001100 |
Color Harmonies of #E79FDB
Complementary color
Monochromatic Colors of #E79FDB
Black with #E79FDB
Text Example
Text Example
White with #E79FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79FDB; }
p { color: rgb(231,159,219); }
H1.HeaderClassName
{
color: #E79FDB;
}
.AnyTagClassName
{
color: #E79FDB;
}
</style>
background-color css
<style>
a { background-color: #E79FDB; }
a { background-color: rgb(231,159,219); }
div.DivClassName
{
background-color: #E79FDB;
}
.BgClassName
{
background-color: #E79FDB;
}
</style>
border-color css
<style>
span { border-color: #E79FDB; }
span { border-color: rgb(231,159,219); }
td.TdClassName
{
border-color: #E79FDB;
}
.TagClassName
{
border-color: #E79FDB;
}
</style>