Shades of Plum #E79FEA
Tints of Plum #E79FEA
RGB
CMYK
RGB Variations
Color information
#E79FEA (or 0xE79FEA) is known color: Plum. HEX triplet: E7, 9F and EA. RGB value is (231,159,234). Sum of RGB (Red+Green+Blue) = 231+159+234=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #E79FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79FEA is #186015. Grayscale: #BCBCBC. Windows color (decimal): -1597462 or 15376359. OLE color: 15376359.
HSL color Cylindrical-coordinate representation of color #E79FEA: hue angle of 297.6º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E79FEA is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 159 | 234 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.08 |
| HSL | 297.6º | 0.64% | 0.77% | - |
| HSV(B) | 297.6º | 0.32% | 0.92% | - |
| XYZ | 60.2 | 47.73 | 83.88 | - |
| YUV | 189.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 159 | 234 | 0.01 | 0.32 | 0 | 0.08 | 297.6 | 0.64 | 0.77 |
| Hex | E7 | 9F | EA | 1 | 20 | 0 | 8 | 12A | 40 | 4D |
| Octal | 347 | 237 | 352 | 1 | 40 | 0 | 10 | 452 | 100 | 115 |
| Binary | 11100111 | 10011111 | 11101010 | 1 | 100000 | 0 | 1000 | 100101010 | 1000000 | 1001101 |
Color Harmonies of #E79FEA
Complementary color
Monochromatic Colors of #E79FEA
Black with #E79FEA
Text Example
Text Example
White with #E79FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79FEA; }
p { color: rgb(231,159,234); }
H1.HeaderClassName
{
color: #E79FEA;
}
.AnyTagClassName
{
color: #E79FEA;
}
</style>
background-color css
<style>
a { background-color: #E79FEA; }
a { background-color: rgb(231,159,234); }
div.DivClassName
{
background-color: #E79FEA;
}
.BgClassName
{
background-color: #E79FEA;
}
</style>
border-color css
<style>
span { border-color: #E79FEA; }
span { border-color: rgb(231,159,234); }
td.TdClassName
{
border-color: #E79FEA;
}
.TagClassName
{
border-color: #E79FEA;
}
</style>