Shades of Plum #E79BE8
Tints of Plum #E79BE8
RGB
CMYK
RGB Variations
Color information
#E79BE8 (or 0xE79BE8) is known color: Plum. HEX triplet: E7, 9B and E8. RGB value is (231,155,232). Sum of RGB (Red+Green+Blue) = 231+155+232=618 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.38% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #E79BE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79BE8 is #186417. Grayscale: #BABABA. Windows color (decimal): -1598488 or 15244263. OLE color: 15244263.
HSL color Cylindrical-coordinate representation of color #E79BE8: hue angle of 299.22º degrees, saturation: 0.63, 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 #E79BE8 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 155 | 232 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.09 |
| HSL | 299.22º | 0.63% | 0.76% | - |
| HSV(B) | 299.22º | 0.33% | 0.91% | - |
| XYZ | 59.24 | 46.26 | 82.15 | - |
| YUV | 186.5 | 153.68 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 155 | 232 | 0.00 | 0.33 | 0 | 0.09 | 299.22 | 0.63 | 0.76 |
| Hex | E7 | 9B | E8 | 0 | 21 | 0 | 9 | 12B | 3F | 4C |
| Octal | 347 | 233 | 350 | 0 | 41 | 0 | 11 | 453 | 77 | 114 |
| Binary | 11100111 | 10011011 | 11101000 | 0 | 100001 | 0 | 1001 | 100101011 | 111111 | 1001100 |
Color Harmonies of #E79BE8
Complementary color
Monochromatic Colors of #E79BE8
Black with #E79BE8
Text Example
Text Example
White with #E79BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79BE8; }
p { color: rgb(231,155,232); }
H1.HeaderClassName
{
color: #E79BE8;
}
.AnyTagClassName
{
color: #E79BE8;
}
</style>
background-color css
<style>
a { background-color: #E79BE8; }
a { background-color: rgb(231,155,232); }
div.DivClassName
{
background-color: #E79BE8;
}
.BgClassName
{
background-color: #E79BE8;
}
</style>
border-color css
<style>
span { border-color: #E79BE8; }
span { border-color: rgb(231,155,232); }
td.TdClassName
{
border-color: #E79BE8;
}
.TagClassName
{
border-color: #E79BE8;
}
</style>