Shades of Plum #E79FDE
Tints of Plum #E79FDE
RGB
CMYK
RGB Variations
Color information
#E79FDE (or 0xE79FDE) is known color: Plum. HEX triplet: E7, 9F and DE. RGB value is (231,159,222). Sum of RGB (Red+Green+Blue) = 231+159+222=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E79FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79FDE is #186021. Grayscale: #BBBBBB. Windows color (decimal): -1597474 or 14589927. OLE color: 14589927.
HSL color Cylindrical-coordinate representation of color #E79FDE: hue angle of 307.5º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E79FDE is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 159 | 222 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.09 |
| HSL | 307.5º | 0.6% | 0.76% | - |
| HSV(B) | 307.5º | 0.31% | 0.91% | - |
| XYZ | 58.54 | 47.06 | 75.11 | - |
| YUV | 187.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 159 | 222 | 0 | 0.31 | 0.04 | 0.09 | 307.5 | 0.6 | 0.76 |
| Hex | E7 | 9F | DE | 0 | 1F | 4 | 9 | 134 | 3C | 4C |
| Octal | 347 | 237 | 336 | 0 | 37 | 4 | 11 | 464 | 74 | 114 |
| Binary | 11100111 | 10011111 | 11011110 | 0 | 11111 | 100 | 1001 | 100110100 | 111100 | 1001100 |
Color Harmonies of #E79FDE
Complementary color
Monochromatic Colors of #E79FDE
Black with #E79FDE
Text Example
Text Example
White with #E79FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79FDE; }
p { color: rgb(231,159,222); }
H1.HeaderClassName
{
color: #E79FDE;
}
.AnyTagClassName
{
color: #E79FDE;
}
</style>
background-color css
<style>
a { background-color: #E79FDE; }
a { background-color: rgb(231,159,222); }
div.DivClassName
{
background-color: #E79FDE;
}
.BgClassName
{
background-color: #E79FDE;
}
</style>
border-color css
<style>
span { border-color: #E79FDE; }
span { border-color: rgb(231,159,222); }
td.TdClassName
{
border-color: #E79FDE;
}
.TagClassName
{
border-color: #E79FDE;
}
</style>