Shades of Violet Red #E84291
Tints of Violet Red #E84291
RGB
CMYK
RGB Variations
Color information
#E84291 (or 0xE84291) is known color: Violet Red. HEX triplet: E8, 42 and 91. RGB value is (232,66,145). Sum of RGB (Red+Green+Blue) = 232+66+145=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E84291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84291 is #17BD6E. Grayscale: #7C7C7C. Windows color (decimal): -1555823 or 9519848. OLE color: 9519848.
HSL color Cylindrical-coordinate representation of color #E84291: hue angle of 331.45º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E84291 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 66 | 145 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.09 |
| HSL | 331.45º | 0.78% | 0.58% | - |
| HSV(B) | 331.45º | 0.72% | 0.91% | - |
| XYZ | 40.34 | 23.1 | 29.12 | - |
| YUV | 124.64 | 139.5 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 145 | 0 | 0.72 | 0.38 | 0.09 | 331.45 | 0.78 | 0.58 |
| Hex | E8 | 42 | 91 | 0 | 48 | 26 | 9 | 14B | 4E | 3A |
| Octal | 350 | 102 | 221 | 0 | 110 | 46 | 11 | 513 | 116 | 72 |
| Binary | 11101000 | 1000010 | 10010001 | 0 | 1001000 | 100110 | 1001 | 101001011 | 1001110 | 111010 |
Color Harmonies of #E84291
Complementary color
Monochromatic Colors of #E84291
Black with #E84291
Text Example
Text Example
White with #E84291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84291; }
p { color: rgb(232,66,145); }
H1.HeaderClassName
{
color: #E84291;
}
.AnyTagClassName
{
color: #E84291;
}
</style>
background-color css
<style>
a { background-color: #E84291; }
a { background-color: rgb(232,66,145); }
div.DivClassName
{
background-color: #E84291;
}
.BgClassName
{
background-color: #E84291;
}
</style>
border-color css
<style>
span { border-color: #E84291; }
span { border-color: rgb(232,66,145); }
td.TdClassName
{
border-color: #E84291;
}
.TagClassName
{
border-color: #E84291;
}
</style>