Shades of Amaranth #E0194E
Tints of Amaranth #E0194E
RGB
CMYK
RGB Variations
Color information
#E0194E (or 0xE0194E) is known color: Amaranth. HEX triplet: E0, 19 and 4E. RGB value is (224,25,78). Sum of RGB (Red+Green+Blue) = 224+25+78=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E0194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0194E is #1FE6B1. Grayscale: #5A5A5A. Windows color (decimal): -2090674 or 5118432. OLE color: 5118432.
HSL color Cylindrical-coordinate representation of color #E0194E: hue angle of 344.02º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0194E is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 78 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.12 |
| HSL | 344.02º | 0.8% | 0.49% | - |
| HSV(B) | 344.02º | 0.89% | 0.88% | - |
| XYZ | 32.46 | 17.09 | 8.8 | - |
| YUV | 90.54 | 120.93 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 78 | 0 | 0.89 | 0.65 | 0.12 | 344.02 | 0.8 | 0.49 |
| Hex | E0 | 19 | 4E | 0 | 59 | 41 | C | 158 | 50 | 31 |
| Octal | 340 | 31 | 116 | 0 | 131 | 101 | 14 | 530 | 120 | 61 |
| Binary | 11100000 | 11001 | 1001110 | 0 | 1011001 | 1000001 | 1100 | 101011000 | 1010000 | 110001 |
Color Harmonies of #E0194E
Complementary color
Monochromatic Colors of #E0194E
Black with #E0194E
Text Example
Text Example
White with #E0194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0194E; }
p { color: rgb(224,25,78); }
H1.HeaderClassName
{
color: #E0194E;
}
.AnyTagClassName
{
color: #E0194E;
}
</style>
background-color css
<style>
a { background-color: #E0194E; }
a { background-color: rgb(224,25,78); }
div.DivClassName
{
background-color: #E0194E;
}
.BgClassName
{
background-color: #E0194E;
}
</style>
border-color css
<style>
span { border-color: #E0194E; }
span { border-color: rgb(224,25,78); }
td.TdClassName
{
border-color: #E0194E;
}
.TagClassName
{
border-color: #E0194E;
}
</style>