Shades of Plum #E79BE1
Tints of Plum #E79BE1
RGB
CMYK
RGB Variations
Color information
#E79BE1 (or 0xE79BE1) is known color: Plum. HEX triplet: E7, 9B and E1. RGB value is (231,155,225). Sum of RGB (Red+Green+Blue) = 231+155+225=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E79BE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79BE1 is #18641E. Grayscale: #B9B9B9. Windows color (decimal): -1598495 or 14785511. OLE color: 14785511.
HSL color Cylindrical-coordinate representation of color #E79BE1: hue angle of 304.74º degrees, saturation: 0.61, 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 #E79BE1 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 155 | 225 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.09 |
| HSL | 304.74º | 0.61% | 0.76% | - |
| HSV(B) | 304.74º | 0.33% | 0.91% | - |
| XYZ | 58.27 | 45.87 | 77.02 | - |
| YUV | 185.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 155 | 225 | 0 | 0.33 | 0.03 | 0.09 | 304.74 | 0.61 | 0.76 |
| Hex | E7 | 9B | E1 | 0 | 21 | 3 | 9 | 131 | 3D | 4C |
| Octal | 347 | 233 | 341 | 0 | 41 | 3 | 11 | 461 | 75 | 114 |
| Binary | 11100111 | 10011011 | 11100001 | 0 | 100001 | 11 | 1001 | 100110001 | 111101 | 1001100 |
Color Harmonies of #E79BE1
Complementary color
Monochromatic Colors of #E79BE1
Black with #E79BE1
Text Example
Text Example
White with #E79BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79BE1; }
p { color: rgb(231,155,225); }
H1.HeaderClassName
{
color: #E79BE1;
}
.AnyTagClassName
{
color: #E79BE1;
}
</style>
background-color css
<style>
a { background-color: #E79BE1; }
a { background-color: rgb(231,155,225); }
div.DivClassName
{
background-color: #E79BE1;
}
.BgClassName
{
background-color: #E79BE1;
}
</style>
border-color css
<style>
span { border-color: #E79BE1; }
span { border-color: rgb(231,155,225); }
td.TdClassName
{
border-color: #E79BE1;
}
.TagClassName
{
border-color: #E79BE1;
}
</style>