Shades of Plum #E79EEA
Tints of Plum #E79EEA
RGB
CMYK
RGB Variations
Color information
#E79EEA (or 0xE79EEA) is known color: Plum. HEX triplet: E7, 9E and EA. RGB value is (231,158,234). Sum of RGB (Red+Green+Blue) = 231+158+234=623 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.08% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #E79EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79EEA is #186115. Grayscale: #BCBCBC. Windows color (decimal): -1597718 or 15376103. OLE color: 15376103.
HSL color Cylindrical-coordinate representation of color #E79EEA: hue angle of 297.63º 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 #E79EEA is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 158 | 234 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.08 |
| HSL | 297.63º | 0.64% | 0.77% | - |
| HSV(B) | 297.63º | 0.32% | 0.92% | - |
| XYZ | 60.03 | 47.38 | 83.82 | - |
| YUV | 188.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 158 | 234 | 0.01 | 0.32 | 0 | 0.08 | 297.63 | 0.64 | 0.77 |
| Hex | E7 | 9E | EA | 1 | 20 | 0 | 8 | 12A | 40 | 4D |
| Octal | 347 | 236 | 352 | 1 | 40 | 0 | 10 | 452 | 100 | 115 |
| Binary | 11100111 | 10011110 | 11101010 | 1 | 100000 | 0 | 1000 | 100101010 | 1000000 | 1001101 |
Color Harmonies of #E79EEA
Complementary color
Monochromatic Colors of #E79EEA
Black with #E79EEA
Text Example
Text Example
White with #E79EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79EEA; }
p { color: rgb(231,158,234); }
H1.HeaderClassName
{
color: #E79EEA;
}
.AnyTagClassName
{
color: #E79EEA;
}
</style>
background-color css
<style>
a { background-color: #E79EEA; }
a { background-color: rgb(231,158,234); }
div.DivClassName
{
background-color: #E79EEA;
}
.BgClassName
{
background-color: #E79EEA;
}
</style>
border-color css
<style>
span { border-color: #E79EEA; }
span { border-color: rgb(231,158,234); }
td.TdClassName
{
border-color: #E79EEA;
}
.TagClassName
{
border-color: #E79EEA;
}
</style>