Shades of Plum #E79EDD
Tints of Plum #E79EDD
RGB
CMYK
RGB Variations
Color information
#E79EDD (or 0xE79EDD) is known color: Plum. HEX triplet: E7, 9E and DD. RGB value is (231,158,221). Sum of RGB (Red+Green+Blue) = 231+158+221=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E79EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79EDD is #186122. Grayscale: #BABABA. Windows color (decimal): -1597731 or 14524135. OLE color: 14524135.
HSL color Cylindrical-coordinate representation of color #E79EDD: hue angle of 308.22º 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 #E79EDD is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 158 | 221 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.09 |
| HSL | 308.22º | 0.6% | 0.76% | - |
| HSV(B) | 308.22º | 0.32% | 0.91% | - |
| XYZ | 58.23 | 46.66 | 74.34 | - |
| YUV | 187.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 158 | 221 | 0 | 0.32 | 0.04 | 0.09 | 308.22 | 0.6 | 0.76 |
| Hex | E7 | 9E | DD | 0 | 20 | 4 | 9 | 134 | 3C | 4C |
| Octal | 347 | 236 | 335 | 0 | 40 | 4 | 11 | 464 | 74 | 114 |
| Binary | 11100111 | 10011110 | 11011101 | 0 | 100000 | 100 | 1001 | 100110100 | 111100 | 1001100 |
Color Harmonies of #E79EDD
Complementary color
Monochromatic Colors of #E79EDD
Black with #E79EDD
Text Example
Text Example
White with #E79EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79EDD; }
p { color: rgb(231,158,221); }
H1.HeaderClassName
{
color: #E79EDD;
}
.AnyTagClassName
{
color: #E79EDD;
}
</style>
background-color css
<style>
a { background-color: #E79EDD; }
a { background-color: rgb(231,158,221); }
div.DivClassName
{
background-color: #E79EDD;
}
.BgClassName
{
background-color: #E79EDD;
}
</style>
border-color css
<style>
span { border-color: #E79EDD; }
span { border-color: rgb(231,158,221); }
td.TdClassName
{
border-color: #E79EDD;
}
.TagClassName
{
border-color: #E79EDD;
}
</style>