Shades of Amaranth #E8194C
Tints of Amaranth #E8194C
RGB
CMYK
RGB Variations
Color information
#E8194C (or 0xE8194C) is known color: Amaranth. HEX triplet: E8, 19 and 4C. RGB value is (232,25,76). Sum of RGB (Red+Green+Blue) = 232+25+76=333 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.67% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 232 - color contains mainly: red. Hex color #E8194C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8194C is #17E6B3. Grayscale: #5C5C5C. Windows color (decimal): -1566388 or 4987368. OLE color: 4987368.
HSL color Cylindrical-coordinate representation of color #E8194C: hue angle of 345.22º 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 #E8194C is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 76 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.09 |
| HSL | 345.22º | 0.82% | 0.5% | - |
| HSV(B) | 345.22º | 0.89% | 0.91% | - |
| XYZ | 34.93 | 18.37 | 8.54 | - |
| YUV | 92.71 | 118.58 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 76 | 0 | 0.89 | 0.67 | 0.09 | 345.22 | 0.82 | 0.5 |
| Hex | E8 | 19 | 4C | 0 | 59 | 43 | 9 | 159 | 52 | 32 |
| Octal | 350 | 31 | 114 | 0 | 131 | 103 | 11 | 531 | 122 | 62 |
| Binary | 11101000 | 11001 | 1001100 | 0 | 1011001 | 1000011 | 1001 | 101011001 | 1010010 | 110010 |
Color Harmonies of #E8194C
Complementary color
Monochromatic Colors of #E8194C
Black with #E8194C
Text Example
Text Example
White with #E8194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8194C; }
p { color: rgb(232,25,76); }
H1.HeaderClassName
{
color: #E8194C;
}
.AnyTagClassName
{
color: #E8194C;
}
</style>
background-color css
<style>
a { background-color: #E8194C; }
a { background-color: rgb(232,25,76); }
div.DivClassName
{
background-color: #E8194C;
}
.BgClassName
{
background-color: #E8194C;
}
</style>
border-color css
<style>
span { border-color: #E8194C; }
span { border-color: rgb(232,25,76); }
td.TdClassName
{
border-color: #E8194C;
}
.TagClassName
{
border-color: #E8194C;
}
</style>