Shades of Violet Red #E8419A
Tints of Violet Red #E8419A
RGB
CMYK
RGB Variations
Color information
#E8419A (or 0xE8419A) is known color: Violet Red. HEX triplet: E8, 41 and 9A. RGB value is (232,65,154). Sum of RGB (Red+Green+Blue) = 232+65+154=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E8419A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8419A is #17BE65. Grayscale: #7C7C7C. Windows color (decimal): -1556070 or 10109416. OLE color: 10109416.
HSL color Cylindrical-coordinate representation of color #E8419A: hue angle of 328.02º 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 #E8419A is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 65 | 154 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.09 |
| HSL | 328.02º | 0.78% | 0.58% | - |
| HSV(B) | 328.02º | 0.72% | 0.91% | - |
| XYZ | 41 | 23.27 | 32.9 | - |
| YUV | 125.08 | 144.33 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 65 | 154 | 0 | 0.72 | 0.34 | 0.09 | 328.02 | 0.78 | 0.58 |
| Hex | E8 | 41 | 9A | 0 | 48 | 22 | 9 | 148 | 4E | 3A |
| Octal | 350 | 101 | 232 | 0 | 110 | 42 | 11 | 510 | 116 | 72 |
| Binary | 11101000 | 1000001 | 10011010 | 0 | 1001000 | 100010 | 1001 | 101001000 | 1001110 | 111010 |
Color Harmonies of #E8419A
Complementary color
Monochromatic Colors of #E8419A
Black with #E8419A
Text Example
Text Example
White with #E8419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8419A; }
p { color: rgb(232,65,154); }
H1.HeaderClassName
{
color: #E8419A;
}
.AnyTagClassName
{
color: #E8419A;
}
</style>
background-color css
<style>
a { background-color: #E8419A; }
a { background-color: rgb(232,65,154); }
div.DivClassName
{
background-color: #E8419A;
}
.BgClassName
{
background-color: #E8419A;
}
</style>
border-color css
<style>
span { border-color: #E8419A; }
span { border-color: rgb(232,65,154); }
td.TdClassName
{
border-color: #E8419A;
}
.TagClassName
{
border-color: #E8419A;
}
</style>