Shades of Plum #E79FE9
Tints of Plum #E79FE9
RGB
CMYK
RGB Variations
Color information
#E79FE9 (or 0xE79FE9) is known color: Plum. HEX triplet: E7, 9F and E9. RGB value is (231,159,233). Sum of RGB (Red+Green+Blue) = 231+159+233=623 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.08% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 233 - color contains mainly: blue. Hex color #E79FE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79FE9 is #186016. Grayscale: #BCBCBC. Windows color (decimal): -1597463 or 15310823. OLE color: 15310823.
HSL color Cylindrical-coordinate representation of color #E79FE9: hue angle of 298.38º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E79FE9 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 159 | 233 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.09 |
| HSL | 298.38º | 0.63% | 0.77% | - |
| HSV(B) | 298.38º | 0.32% | 0.91% | - |
| XYZ | 60.06 | 47.67 | 83.13 | - |
| YUV | 188.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 159 | 233 | 0.01 | 0.32 | 0 | 0.09 | 298.38 | 0.63 | 0.77 |
| Hex | E7 | 9F | E9 | 1 | 20 | 0 | 9 | 12A | 3F | 4D |
| Octal | 347 | 237 | 351 | 1 | 40 | 0 | 11 | 452 | 77 | 115 |
| Binary | 11100111 | 10011111 | 11101001 | 1 | 100000 | 0 | 1001 | 100101010 | 111111 | 1001101 |
Color Harmonies of #E79FE9
Complementary color
Monochromatic Colors of #E79FE9
Black with #E79FE9
Text Example
Text Example
White with #E79FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79FE9; }
p { color: rgb(231,159,233); }
H1.HeaderClassName
{
color: #E79FE9;
}
.AnyTagClassName
{
color: #E79FE9;
}
</style>
background-color css
<style>
a { background-color: #E79FE9; }
a { background-color: rgb(231,159,233); }
div.DivClassName
{
background-color: #E79FE9;
}
.BgClassName
{
background-color: #E79FE9;
}
</style>
border-color css
<style>
span { border-color: #E79FE9; }
span { border-color: rgb(231,159,233); }
td.TdClassName
{
border-color: #E79FE9;
}
.TagClassName
{
border-color: #E79FE9;
}
</style>