Shades of Violet Red #E84296
Tints of Violet Red #E84296
RGB
CMYK
RGB Variations
Color information
#E84296 (or 0xE84296) is known color: Violet Red. HEX triplet: E8, 42 and 96. RGB value is (232,66,150). Sum of RGB (Red+Green+Blue) = 232+66+150=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E84296 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84296 is #17BD69. Grayscale: #7D7D7D. Windows color (decimal): -1555818 or 9847528. OLE color: 9847528.
HSL color Cylindrical-coordinate representation of color #E84296: hue angle of 329.64º 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 #E84296 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 66 | 150 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.09 |
| HSL | 329.64º | 0.78% | 0.58% | - |
| HSV(B) | 329.64º | 0.72% | 0.91% | - |
| XYZ | 40.73 | 23.25 | 31.2 | - |
| YUV | 125.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 150 | 0 | 0.72 | 0.35 | 0.09 | 329.64 | 0.78 | 0.58 |
| Hex | E8 | 42 | 96 | 0 | 48 | 23 | 9 | 14A | 4E | 3A |
| Octal | 350 | 102 | 226 | 0 | 110 | 43 | 11 | 512 | 116 | 72 |
| Binary | 11101000 | 1000010 | 10010110 | 0 | 1001000 | 100011 | 1001 | 101001010 | 1001110 | 111010 |
Color Harmonies of #E84296
Complementary color
Monochromatic Colors of #E84296
Black with #E84296
Text Example
Text Example
White with #E84296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84296; }
p { color: rgb(232,66,150); }
H1.HeaderClassName
{
color: #E84296;
}
.AnyTagClassName
{
color: #E84296;
}
</style>
background-color css
<style>
a { background-color: #E84296; }
a { background-color: rgb(232,66,150); }
div.DivClassName
{
background-color: #E84296;
}
.BgClassName
{
background-color: #E84296;
}
</style>
border-color css
<style>
span { border-color: #E84296; }
span { border-color: rgb(232,66,150); }
td.TdClassName
{
border-color: #E84296;
}
.TagClassName
{
border-color: #E84296;
}
</style>