Shades of Plum #E79CE8
Tints of Plum #E79CE8
RGB
CMYK
RGB Variations
Color information
#E79CE8 (or 0xE79CE8) is known color: Plum. HEX triplet: E7, 9C and E8. RGB value is (231,156,232). Sum of RGB (Red+Green+Blue) = 231+156+232=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 232 - color contains mainly: blue. Hex color #E79CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79CE8 is #186317. Grayscale: #BABABA. Windows color (decimal): -1598232 or 15244519. OLE color: 15244519.
HSL color Cylindrical-coordinate representation of color #E79CE8: hue angle of 299.21º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E79CE8 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 156 | 232 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.09 |
| HSL | 299.21º | 0.62% | 0.76% | - |
| HSV(B) | 299.21º | 0.33% | 0.91% | - |
| XYZ | 59.41 | 46.59 | 82.21 | - |
| YUV | 187.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 156 | 232 | 0.00 | 0.33 | 0 | 0.09 | 299.21 | 0.62 | 0.76 |
| Hex | E7 | 9C | E8 | 0 | 21 | 0 | 9 | 12B | 3E | 4C |
| Octal | 347 | 234 | 350 | 0 | 41 | 0 | 11 | 453 | 76 | 114 |
| Binary | 11100111 | 10011100 | 11101000 | 0 | 100001 | 0 | 1001 | 100101011 | 111110 | 1001100 |
Color Harmonies of #E79CE8
Complementary color
Monochromatic Colors of #E79CE8
Black with #E79CE8
Text Example
Text Example
White with #E79CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79CE8; }
p { color: rgb(231,156,232); }
H1.HeaderClassName
{
color: #E79CE8;
}
.AnyTagClassName
{
color: #E79CE8;
}
</style>
background-color css
<style>
a { background-color: #E79CE8; }
a { background-color: rgb(231,156,232); }
div.DivClassName
{
background-color: #E79CE8;
}
.BgClassName
{
background-color: #E79CE8;
}
</style>
border-color css
<style>
span { border-color: #E79CE8; }
span { border-color: rgb(231,156,232); }
td.TdClassName
{
border-color: #E79CE8;
}
.TagClassName
{
border-color: #E79CE8;
}
</style>