Shades of Violet Red #E84390
Tints of Violet Red #E84390
RGB
CMYK
RGB Variations
Color information
#E84390 (or 0xE84390) is known color: Violet Red. HEX triplet: E8, 43 and 90. RGB value is (232,67,144). Sum of RGB (Red+Green+Blue) = 232+67+144=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E84390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84390 is #17BC6F. Grayscale: #7C7C7C. Windows color (decimal): -1555568 or 9454568. OLE color: 9454568.
HSL color Cylindrical-coordinate representation of color #E84390: hue angle of 332º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E84390 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 67 | 144 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.09 |
| HSL | 332º | 0.78% | 0.59% | - |
| HSV(B) | 332º | 0.71% | 0.91% | - |
| XYZ | 40.32 | 23.18 | 28.74 | - |
| YUV | 125.11 | 138.66 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 67 | 144 | 0 | 0.71 | 0.38 | 0.09 | 332 | 0.78 | 0.59 |
| Hex | E8 | 43 | 90 | 0 | 47 | 26 | 9 | 14C | 4E | 3B |
| Octal | 350 | 103 | 220 | 0 | 107 | 46 | 11 | 514 | 116 | 73 |
| Binary | 11101000 | 1000011 | 10010000 | 0 | 1000111 | 100110 | 1001 | 101001100 | 1001110 | 111011 |
Color Harmonies of #E84390
Complementary color
Monochromatic Colors of #E84390
Black with #E84390
Text Example
Text Example
White with #E84390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84390; }
p { color: rgb(232,67,144); }
H1.HeaderClassName
{
color: #E84390;
}
.AnyTagClassName
{
color: #E84390;
}
</style>
background-color css
<style>
a { background-color: #E84390; }
a { background-color: rgb(232,67,144); }
div.DivClassName
{
background-color: #E84390;
}
.BgClassName
{
background-color: #E84390;
}
</style>
border-color css
<style>
span { border-color: #E84390; }
span { border-color: rgb(232,67,144); }
td.TdClassName
{
border-color: #E84390;
}
.TagClassName
{
border-color: #E84390;
}
</style>