Shades of Plum #E79CDF
Tints of Plum #E79CDF
RGB
CMYK
RGB Variations
Color information
#E79CDF (or 0xE79CDF) is known color: Plum. HEX triplet: E7, 9C and DF. RGB value is (231,156,223). Sum of RGB (Red+Green+Blue) = 231+156+223=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 156 (61.33% from 255 or 25.57% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E79CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79CDF is #186320. Grayscale: #B9B9B9. Windows color (decimal): -1598241 or 14654695. OLE color: 14654695.
HSL color Cylindrical-coordinate representation of color #E79CDF: hue angle of 306.4º degrees, saturation: 0.61, 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 #E79CDF is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 156 | 223 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.09 |
| HSL | 306.4º | 0.61% | 0.76% | - |
| HSV(B) | 306.4º | 0.32% | 0.91% | - |
| XYZ | 58.16 | 46.09 | 75.64 | - |
| YUV | 186.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 156 | 223 | 0 | 0.32 | 0.03 | 0.09 | 306.4 | 0.61 | 0.76 |
| Hex | E7 | 9C | DF | 0 | 20 | 3 | 9 | 132 | 3D | 4C |
| Octal | 347 | 234 | 337 | 0 | 40 | 3 | 11 | 462 | 75 | 114 |
| Binary | 11100111 | 10011100 | 11011111 | 0 | 100000 | 11 | 1001 | 100110010 | 111101 | 1001100 |
Color Harmonies of #E79CDF
Complementary color
Monochromatic Colors of #E79CDF
Black with #E79CDF
Text Example
Text Example
White with #E79CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79CDF; }
p { color: rgb(231,156,223); }
H1.HeaderClassName
{
color: #E79CDF;
}
.AnyTagClassName
{
color: #E79CDF;
}
</style>
background-color css
<style>
a { background-color: #E79CDF; }
a { background-color: rgb(231,156,223); }
div.DivClassName
{
background-color: #E79CDF;
}
.BgClassName
{
background-color: #E79CDF;
}
</style>
border-color css
<style>
span { border-color: #E79CDF; }
span { border-color: rgb(231,156,223); }
td.TdClassName
{
border-color: #E79CDF;
}
.TagClassName
{
border-color: #E79CDF;
}
</style>