Shades of Plum #E79EE5
Tints of Plum #E79EE5
RGB
CMYK
RGB Variations
Color information
#E79EE5 (or 0xE79EE5) is known color: Plum. HEX triplet: E7, 9E and E5. RGB value is (231,158,229). Sum of RGB (Red+Green+Blue) = 231+158+229=618 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.38% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 231 - color contains mainly: red. Hex color #E79EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79EE5 is #18611A. Grayscale: #BBBBBB. Windows color (decimal): -1597723 or 15048423. OLE color: 15048423.
HSL color Cylindrical-coordinate representation of color #E79EE5: hue angle of 301.64º 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 #E79EE5 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 158 | 229 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.09 |
| HSL | 301.64º | 0.6% | 0.76% | - |
| HSV(B) | 301.64º | 0.32% | 0.91% | - |
| XYZ | 59.32 | 47.1 | 80.09 | - |
| YUV | 187.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 158 | 229 | 0 | 0.32 | 0.01 | 0.09 | 301.64 | 0.6 | 0.76 |
| Hex | E7 | 9E | E5 | 0 | 20 | 1 | 9 | 12E | 3C | 4C |
| Octal | 347 | 236 | 345 | 0 | 40 | 1 | 11 | 456 | 74 | 114 |
| Binary | 11100111 | 10011110 | 11100101 | 0 | 100000 | 1 | 1001 | 100101110 | 111100 | 1001100 |
Color Harmonies of #E79EE5
Complementary color
Monochromatic Colors of #E79EE5
Black with #E79EE5
Text Example
Text Example
White with #E79EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79EE5; }
p { color: rgb(231,158,229); }
H1.HeaderClassName
{
color: #E79EE5;
}
.AnyTagClassName
{
color: #E79EE5;
}
</style>
background-color css
<style>
a { background-color: #E79EE5; }
a { background-color: rgb(231,158,229); }
div.DivClassName
{
background-color: #E79EE5;
}
.BgClassName
{
background-color: #E79EE5;
}
</style>
border-color css
<style>
span { border-color: #E79EE5; }
span { border-color: rgb(231,158,229); }
td.TdClassName
{
border-color: #E79EE5;
}
.TagClassName
{
border-color: #E79EE5;
}
</style>