Shades of Amaranth #E0194F
Tints of Amaranth #E0194F
RGB
CMYK
RGB Variations
Color information
#E0194F (or 0xE0194F) is known color: Amaranth. HEX triplet: E0, 19 and 4F. RGB value is (224,25,79). Sum of RGB (Red+Green+Blue) = 224+25+79=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E0194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0194F is #1FE6B0. Grayscale: #5A5A5A. Windows color (decimal): -2090673 or 5183968. OLE color: 5183968.
HSL color Cylindrical-coordinate representation of color #E0194F: hue angle of 343.72º 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 #E0194F is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 79 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.12 |
| HSL | 343.72º | 0.8% | 0.49% | - |
| HSV(B) | 343.72º | 0.89% | 0.88% | - |
| XYZ | 32.5 | 17.11 | 8.99 | - |
| YUV | 90.66 | 121.43 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 79 | 0 | 0.89 | 0.65 | 0.12 | 343.72 | 0.8 | 0.49 |
| Hex | E0 | 19 | 4F | 0 | 59 | 41 | C | 158 | 50 | 31 |
| Octal | 340 | 31 | 117 | 0 | 131 | 101 | 14 | 530 | 120 | 61 |
| Binary | 11100000 | 11001 | 1001111 | 0 | 1011001 | 1000001 | 1100 | 101011000 | 1010000 | 110001 |
Color Harmonies of #E0194F
Complementary color
Monochromatic Colors of #E0194F
Black with #E0194F
Text Example
Text Example
White with #E0194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0194F; }
p { color: rgb(224,25,79); }
H1.HeaderClassName
{
color: #E0194F;
}
.AnyTagClassName
{
color: #E0194F;
}
</style>
background-color css
<style>
a { background-color: #E0194F; }
a { background-color: rgb(224,25,79); }
div.DivClassName
{
background-color: #E0194F;
}
.BgClassName
{
background-color: #E0194F;
}
</style>
border-color css
<style>
span { border-color: #E0194F; }
span { border-color: rgb(224,25,79); }
td.TdClassName
{
border-color: #E0194F;
}
.TagClassName
{
border-color: #E0194F;
}
</style>