Shades of Plum #E79EDB
Tints of Plum #E79EDB
RGB
CMYK
RGB Variations
Color information
#E79EDB (or 0xE79EDB) is known color: Plum. HEX triplet: E7, 9E and DB. RGB value is (231,158,219). Sum of RGB (Red+Green+Blue) = 231+158+219=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E79EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79EDB is #186124. Grayscale: #BABABA. Windows color (decimal): -1597733 or 14393063. OLE color: 14393063.
HSL color Cylindrical-coordinate representation of color #E79EDB: hue angle of 309.86º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E79EDB is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 158 | 219 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.09 |
| HSL | 309.86º | 0.6% | 0.76% | - |
| HSV(B) | 309.86º | 0.32% | 0.91% | - |
| XYZ | 57.97 | 46.56 | 72.95 | - |
| YUV | 186.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 158 | 219 | 0 | 0.32 | 0.05 | 0.09 | 309.86 | 0.6 | 0.76 |
| Hex | E7 | 9E | DB | 0 | 20 | 5 | 9 | 136 | 3C | 4C |
| Octal | 347 | 236 | 333 | 0 | 40 | 5 | 11 | 466 | 74 | 114 |
| Binary | 11100111 | 10011110 | 11011011 | 0 | 100000 | 101 | 1001 | 100110110 | 111100 | 1001100 |
Color Harmonies of #E79EDB
Complementary color
Monochromatic Colors of #E79EDB
Black with #E79EDB
Text Example
Text Example
White with #E79EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79EDB; }
p { color: rgb(231,158,219); }
H1.HeaderClassName
{
color: #E79EDB;
}
.AnyTagClassName
{
color: #E79EDB;
}
</style>
background-color css
<style>
a { background-color: #E79EDB; }
a { background-color: rgb(231,158,219); }
div.DivClassName
{
background-color: #E79EDB;
}
.BgClassName
{
background-color: #E79EDB;
}
</style>
border-color css
<style>
span { border-color: #E79EDB; }
span { border-color: rgb(231,158,219); }
td.TdClassName
{
border-color: #E79EDB;
}
.TagClassName
{
border-color: #E79EDB;
}
</style>