Shades of Plum #E79EDF
Tints of Plum #E79EDF
RGB
CMYK
RGB Variations
Color information
#E79EDF (or 0xE79EDF) is known color: Plum. HEX triplet: E7, 9E and DF. RGB value is (231,158,223). Sum of RGB (Red+Green+Blue) = 231+158+223=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E79EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79EDF is #186120. Grayscale: #BBBBBB. Windows color (decimal): -1597729 or 14655207. OLE color: 14655207.
HSL color Cylindrical-coordinate representation of color #E79EDF: hue angle of 306.58º 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 #E79EDF is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 158 | 223 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.09 |
| HSL | 306.58º | 0.6% | 0.76% | - |
| HSV(B) | 306.58º | 0.32% | 0.91% | - |
| XYZ | 58.5 | 46.77 | 75.76 | - |
| YUV | 187.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 158 | 223 | 0 | 0.32 | 0.03 | 0.09 | 306.58 | 0.6 | 0.76 |
| Hex | E7 | 9E | DF | 0 | 20 | 3 | 9 | 133 | 3C | 4C |
| Octal | 347 | 236 | 337 | 0 | 40 | 3 | 11 | 463 | 74 | 114 |
| Binary | 11100111 | 10011110 | 11011111 | 0 | 100000 | 11 | 1001 | 100110011 | 111100 | 1001100 |
Color Harmonies of #E79EDF
Complementary color
Monochromatic Colors of #E79EDF
Black with #E79EDF
Text Example
Text Example
White with #E79EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79EDF; }
p { color: rgb(231,158,223); }
H1.HeaderClassName
{
color: #E79EDF;
}
.AnyTagClassName
{
color: #E79EDF;
}
</style>
background-color css
<style>
a { background-color: #E79EDF; }
a { background-color: rgb(231,158,223); }
div.DivClassName
{
background-color: #E79EDF;
}
.BgClassName
{
background-color: #E79EDF;
}
</style>
border-color css
<style>
span { border-color: #E79EDF; }
span { border-color: rgb(231,158,223); }
td.TdClassName
{
border-color: #E79EDF;
}
.TagClassName
{
border-color: #E79EDF;
}
</style>