Shades of Plum #E79FE0
Tints of Plum #E79FE0
RGB
CMYK
RGB Variations
Color information
#E79FE0 (or 0xE79FE0) is known color: Plum. HEX triplet: E7, 9F and E0. RGB value is (231,159,224). Sum of RGB (Red+Green+Blue) = 231+159+224=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E79FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79FE0 is #18601F. Grayscale: #BBBBBB. Windows color (decimal): -1597472 or 14720999. OLE color: 14720999.
HSL color Cylindrical-coordinate representation of color #E79FE0: hue angle of 305.83º 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 #E79FE0 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 159 | 224 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.09 |
| HSL | 305.83º | 0.6% | 0.76% | - |
| HSV(B) | 305.83º | 0.31% | 0.91% | - |
| XYZ | 58.81 | 47.17 | 76.53 | - |
| YUV | 187.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 159 | 224 | 0 | 0.31 | 0.03 | 0.09 | 305.83 | 0.6 | 0.76 |
| Hex | E7 | 9F | E0 | 0 | 1F | 3 | 9 | 132 | 3C | 4C |
| Octal | 347 | 237 | 340 | 0 | 37 | 3 | 11 | 462 | 74 | 114 |
| Binary | 11100111 | 10011111 | 11100000 | 0 | 11111 | 11 | 1001 | 100110010 | 111100 | 1001100 |
Color Harmonies of #E79FE0
Complementary color
Monochromatic Colors of #E79FE0
Black with #E79FE0
Text Example
Text Example
White with #E79FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79FE0; }
p { color: rgb(231,159,224); }
H1.HeaderClassName
{
color: #E79FE0;
}
.AnyTagClassName
{
color: #E79FE0;
}
</style>
background-color css
<style>
a { background-color: #E79FE0; }
a { background-color: rgb(231,159,224); }
div.DivClassName
{
background-color: #E79FE0;
}
.BgClassName
{
background-color: #E79FE0;
}
</style>
border-color css
<style>
span { border-color: #E79FE0; }
span { border-color: rgb(231,159,224); }
td.TdClassName
{
border-color: #E79FE0;
}
.TagClassName
{
border-color: #E79FE0;
}
</style>