Shades of Plum #E79EE0
Tints of Plum #E79EE0
RGB
CMYK
RGB Variations
Color information
#E79EE0 (or 0xE79EE0) is known color: Plum. HEX triplet: E7, 9E and E0. RGB value is (231,158,224). Sum of RGB (Red+Green+Blue) = 231+158+224=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E79EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79EE0 is #18611F. Grayscale: #BBBBBB. Windows color (decimal): -1597728 or 14720743. OLE color: 14720743.
HSL color Cylindrical-coordinate representation of color #E79EE0: hue angle of 305.75º 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 #E79EE0 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 158 | 224 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.09 |
| HSL | 305.75º | 0.6% | 0.76% | - |
| HSV(B) | 305.75º | 0.32% | 0.91% | - |
| XYZ | 58.64 | 46.82 | 76.47 | - |
| YUV | 187.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 158 | 224 | 0 | 0.32 | 0.03 | 0.09 | 305.75 | 0.6 | 0.76 |
| Hex | E7 | 9E | E0 | 0 | 20 | 3 | 9 | 132 | 3C | 4C |
| Octal | 347 | 236 | 340 | 0 | 40 | 3 | 11 | 462 | 74 | 114 |
| Binary | 11100111 | 10011110 | 11100000 | 0 | 100000 | 11 | 1001 | 100110010 | 111100 | 1001100 |
Color Harmonies of #E79EE0
Complementary color
Monochromatic Colors of #E79EE0
Black with #E79EE0
Text Example
Text Example
White with #E79EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79EE0; }
p { color: rgb(231,158,224); }
H1.HeaderClassName
{
color: #E79EE0;
}
.AnyTagClassName
{
color: #E79EE0;
}
</style>
background-color css
<style>
a { background-color: #E79EE0; }
a { background-color: rgb(231,158,224); }
div.DivClassName
{
background-color: #E79EE0;
}
.BgClassName
{
background-color: #E79EE0;
}
</style>
border-color css
<style>
span { border-color: #E79EE0; }
span { border-color: rgb(231,158,224); }
td.TdClassName
{
border-color: #E79EE0;
}
.TagClassName
{
border-color: #E79EE0;
}
</style>