Shades of Plum #E79CDA
Tints of Plum #E79CDA
RGB
CMYK
RGB Variations
Color information
#E79CDA (or 0xE79CDA) is known color: Plum. HEX triplet: E7, 9C and DA. RGB value is (231,156,218). Sum of RGB (Red+Green+Blue) = 231+156+218=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E79CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79CDA is #186325. Grayscale: #B9B9B9. Windows color (decimal): -1598246 or 14327015. OLE color: 14327015.
HSL color Cylindrical-coordinate representation of color #E79CDA: hue angle of 310.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 #E79CDA is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 156 | 218 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.09 |
| HSL | 310.4º | 0.61% | 0.76% | - |
| HSV(B) | 310.4º | 0.32% | 0.91% | - |
| XYZ | 57.5 | 45.83 | 72.14 | - |
| YUV | 185.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 156 | 218 | 0 | 0.32 | 0.06 | 0.09 | 310.4 | 0.61 | 0.76 |
| Hex | E7 | 9C | DA | 0 | 20 | 6 | 9 | 136 | 3D | 4C |
| Octal | 347 | 234 | 332 | 0 | 40 | 6 | 11 | 466 | 75 | 114 |
| Binary | 11100111 | 10011100 | 11011010 | 0 | 100000 | 110 | 1001 | 100110110 | 111101 | 1001100 |
Color Harmonies of #E79CDA
Complementary color
Monochromatic Colors of #E79CDA
Black with #E79CDA
Text Example
Text Example
White with #E79CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79CDA; }
p { color: rgb(231,156,218); }
H1.HeaderClassName
{
color: #E79CDA;
}
.AnyTagClassName
{
color: #E79CDA;
}
</style>
background-color css
<style>
a { background-color: #E79CDA; }
a { background-color: rgb(231,156,218); }
div.DivClassName
{
background-color: #E79CDA;
}
.BgClassName
{
background-color: #E79CDA;
}
</style>
border-color css
<style>
span { border-color: #E79CDA; }
span { border-color: rgb(231,156,218); }
td.TdClassName
{
border-color: #E79CDA;
}
.TagClassName
{
border-color: #E79CDA;
}
</style>