Shades of Plum #E79EDA
Tints of Plum #E79EDA
RGB
CMYK
RGB Variations
Color information
#E79EDA (or 0xE79EDA) is known color: Plum. HEX triplet: E7, 9E and DA. RGB value is (231,158,218). Sum of RGB (Red+Green+Blue) = 231+158+218=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E79EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79EDA is #186125. Grayscale: #BABABA. Windows color (decimal): -1597734 or 14327527. OLE color: 14327527.
HSL color Cylindrical-coordinate representation of color #E79EDA: hue angle of 310.68º 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 #E79EDA is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 158 | 218 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.09 |
| HSL | 310.68º | 0.6% | 0.76% | - |
| HSV(B) | 310.68º | 0.32% | 0.91% | - |
| XYZ | 57.84 | 46.5 | 72.26 | - |
| YUV | 186.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 158 | 218 | 0 | 0.32 | 0.06 | 0.09 | 310.68 | 0.6 | 0.76 |
| Hex | E7 | 9E | DA | 0 | 20 | 6 | 9 | 137 | 3C | 4C |
| Octal | 347 | 236 | 332 | 0 | 40 | 6 | 11 | 467 | 74 | 114 |
| Binary | 11100111 | 10011110 | 11011010 | 0 | 100000 | 110 | 1001 | 100110111 | 111100 | 1001100 |
Color Harmonies of #E79EDA
Complementary color
Monochromatic Colors of #E79EDA
Black with #E79EDA
Text Example
Text Example
White with #E79EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79EDA; }
p { color: rgb(231,158,218); }
H1.HeaderClassName
{
color: #E79EDA;
}
.AnyTagClassName
{
color: #E79EDA;
}
</style>
background-color css
<style>
a { background-color: #E79EDA; }
a { background-color: rgb(231,158,218); }
div.DivClassName
{
background-color: #E79EDA;
}
.BgClassName
{
background-color: #E79EDA;
}
</style>
border-color css
<style>
span { border-color: #E79EDA; }
span { border-color: rgb(231,158,218); }
td.TdClassName
{
border-color: #E79EDA;
}
.TagClassName
{
border-color: #E79EDA;
}
</style>