Shades of Amaranth #E8194E
Tints of Amaranth #E8194E
RGB
CMYK
RGB Variations
Color information
#E8194E (or 0xE8194E) is known color: Amaranth. HEX triplet: E8, 19 and 4E. RGB value is (232,25,78). Sum of RGB (Red+Green+Blue) = 232+25+78=335 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.25% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 232 - color contains mainly: red. Hex color #E8194E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8194E is #17E6B1. Grayscale: #5C5C5C. Windows color (decimal): -1566386 or 5118440. OLE color: 5118440.
HSL color Cylindrical-coordinate representation of color #E8194E: hue angle of 344.64º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8194E is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 78 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.09 |
| HSL | 344.64º | 0.82% | 0.5% | - |
| HSV(B) | 344.64º | 0.89% | 0.91% | - |
| XYZ | 35 | 18.4 | 8.91 | - |
| YUV | 92.94 | 119.58 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 78 | 0 | 0.89 | 0.66 | 0.09 | 344.64 | 0.82 | 0.5 |
| Hex | E8 | 19 | 4E | 0 | 59 | 42 | 9 | 159 | 52 | 32 |
| Octal | 350 | 31 | 116 | 0 | 131 | 102 | 11 | 531 | 122 | 62 |
| Binary | 11101000 | 11001 | 1001110 | 0 | 1011001 | 1000010 | 1001 | 101011001 | 1010010 | 110010 |
Color Harmonies of #E8194E
Complementary color
Monochromatic Colors of #E8194E
Black with #E8194E
Text Example
Text Example
White with #E8194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8194E; }
p { color: rgb(232,25,78); }
H1.HeaderClassName
{
color: #E8194E;
}
.AnyTagClassName
{
color: #E8194E;
}
</style>
background-color css
<style>
a { background-color: #E8194E; }
a { background-color: rgb(232,25,78); }
div.DivClassName
{
background-color: #E8194E;
}
.BgClassName
{
background-color: #E8194E;
}
</style>
border-color css
<style>
span { border-color: #E8194E; }
span { border-color: rgb(232,25,78); }
td.TdClassName
{
border-color: #E8194E;
}
.TagClassName
{
border-color: #E8194E;
}
</style>