Shades of Plum #E79BE4
Tints of Plum #E79BE4
RGB
CMYK
RGB Variations
Color information
#E79BE4 (or 0xE79BE4) is known color: Plum. HEX triplet: E7, 9B and E4. RGB value is (231,155,228). Sum of RGB (Red+Green+Blue) = 231+155+228=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E79BE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79BE4 is #18641B. Grayscale: #B9B9B9. Windows color (decimal): -1598492 or 14982119. OLE color: 14982119.
HSL color Cylindrical-coordinate representation of color #E79BE4: hue angle of 302.37º 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 #E79BE4 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 155 | 228 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.09 |
| HSL | 302.37º | 0.61% | 0.76% | - |
| HSV(B) | 302.37º | 0.33% | 0.91% | - |
| XYZ | 58.68 | 46.03 | 79.19 | - |
| YUV | 186.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 155 | 228 | 0 | 0.33 | 0.01 | 0.09 | 302.37 | 0.61 | 0.76 |
| Hex | E7 | 9B | E4 | 0 | 21 | 1 | 9 | 12E | 3D | 4C |
| Octal | 347 | 233 | 344 | 0 | 41 | 1 | 11 | 456 | 75 | 114 |
| Binary | 11100111 | 10011011 | 11100100 | 0 | 100001 | 1 | 1001 | 100101110 | 111101 | 1001100 |
Color Harmonies of #E79BE4
Complementary color
Monochromatic Colors of #E79BE4
Black with #E79BE4
Text Example
Text Example
White with #E79BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79BE4; }
p { color: rgb(231,155,228); }
H1.HeaderClassName
{
color: #E79BE4;
}
.AnyTagClassName
{
color: #E79BE4;
}
</style>
background-color css
<style>
a { background-color: #E79BE4; }
a { background-color: rgb(231,155,228); }
div.DivClassName
{
background-color: #E79BE4;
}
.BgClassName
{
background-color: #E79BE4;
}
</style>
border-color css
<style>
span { border-color: #E79BE4; }
span { border-color: rgb(231,155,228); }
td.TdClassName
{
border-color: #E79BE4;
}
.TagClassName
{
border-color: #E79BE4;
}
</style>