Shades of Plum #E79FDC
Tints of Plum #E79FDC
RGB
CMYK
RGB Variations
Color information
#E79FDC (or 0xE79FDC) is known color: Plum. HEX triplet: E7, 9F and DC. RGB value is (231,159,220). Sum of RGB (Red+Green+Blue) = 231+159+220=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E79FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79FDC is #186023. Grayscale: #BBBBBB. Windows color (decimal): -1597476 or 14458855. OLE color: 14458855.
HSL color Cylindrical-coordinate representation of color #E79FDC: hue angle of 309.17º 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 #E79FDC is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 159 | 220 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.09 |
| HSL | 309.17º | 0.6% | 0.76% | - |
| HSV(B) | 309.17º | 0.31% | 0.91% | - |
| XYZ | 58.27 | 46.95 | 73.7 | - |
| YUV | 187.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 159 | 220 | 0 | 0.31 | 0.05 | 0.09 | 309.17 | 0.6 | 0.76 |
| Hex | E7 | 9F | DC | 0 | 1F | 5 | 9 | 135 | 3C | 4C |
| Octal | 347 | 237 | 334 | 0 | 37 | 5 | 11 | 465 | 74 | 114 |
| Binary | 11100111 | 10011111 | 11011100 | 0 | 11111 | 101 | 1001 | 100110101 | 111100 | 1001100 |
Color Harmonies of #E79FDC
Complementary color
Monochromatic Colors of #E79FDC
Black with #E79FDC
Text Example
Text Example
White with #E79FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79FDC; }
p { color: rgb(231,159,220); }
H1.HeaderClassName
{
color: #E79FDC;
}
.AnyTagClassName
{
color: #E79FDC;
}
</style>
background-color css
<style>
a { background-color: #E79FDC; }
a { background-color: rgb(231,159,220); }
div.DivClassName
{
background-color: #E79FDC;
}
.BgClassName
{
background-color: #E79FDC;
}
</style>
border-color css
<style>
span { border-color: #E79FDC; }
span { border-color: rgb(231,159,220); }
td.TdClassName
{
border-color: #E79FDC;
}
.TagClassName
{
border-color: #E79FDC;
}
</style>