Shades of Amaranth #E1194F
Tints of Amaranth #E1194F
RGB
CMYK
RGB Variations
Color information
#E1194F (or 0xE1194F) is known color: Amaranth. HEX triplet: E1, 19 and 4F. RGB value is (225,25,79). Sum of RGB (Red+Green+Blue) = 225+25+79=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E1194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1194F is #1EE6B0. Grayscale: #5A5A5A. Windows color (decimal): -2025137 or 5183969. OLE color: 5183969.
HSL color Cylindrical-coordinate representation of color #E1194F: hue angle of 343.8º 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 #E1194F is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 79 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.12 |
| HSL | 343.8º | 0.8% | 0.49% | - |
| HSV(B) | 343.8º | 0.89% | 0.88% | - |
| XYZ | 32.81 | 17.27 | 9 | - |
| YUV | 90.96 | 121.26 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 79 | 0 | 0.89 | 0.65 | 0.12 | 343.8 | 0.8 | 0.49 |
| Hex | E1 | 19 | 4F | 0 | 59 | 41 | C | 158 | 50 | 31 |
| Octal | 341 | 31 | 117 | 0 | 131 | 101 | 14 | 530 | 120 | 61 |
| Binary | 11100001 | 11001 | 1001111 | 0 | 1011001 | 1000001 | 1100 | 101011000 | 1010000 | 110001 |
Color Harmonies of #E1194F
Complementary color
Monochromatic Colors of #E1194F
Black with #E1194F
Text Example
Text Example
White with #E1194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1194F; }
p { color: rgb(225,25,79); }
H1.HeaderClassName
{
color: #E1194F;
}
.AnyTagClassName
{
color: #E1194F;
}
</style>
background-color css
<style>
a { background-color: #E1194F; }
a { background-color: rgb(225,25,79); }
div.DivClassName
{
background-color: #E1194F;
}
.BgClassName
{
background-color: #E1194F;
}
</style>
border-color css
<style>
span { border-color: #E1194F; }
span { border-color: rgb(225,25,79); }
td.TdClassName
{
border-color: #E1194F;
}
.TagClassName
{
border-color: #E1194F;
}
</style>