Shades of Amaranth #E7194F
Tints of Amaranth #E7194F
RGB
CMYK
RGB Variations
Color information
#E7194F (or 0xE7194F) is known color: Amaranth. HEX triplet: E7, 19 and 4F. RGB value is (231,25,79). Sum of RGB (Red+Green+Blue) = 231+25+79=335 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.96% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 231 - color contains mainly: red. Hex color #E7194F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7194F is #18E6B0. Grayscale: #5C5C5C. Windows color (decimal): -1631921 or 5183975. OLE color: 5183975.
HSL color Cylindrical-coordinate representation of color #E7194F: hue angle of 344.27º degrees, saturation: 0.81, 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 #E7194F is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 79 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.09 |
| HSL | 344.27º | 0.81% | 0.5% | - |
| HSV(B) | 344.27º | 0.89% | 0.91% | - |
| XYZ | 34.71 | 18.25 | 9.09 | - |
| YUV | 92.75 | 120.25 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 79 | 0 | 0.89 | 0.66 | 0.09 | 344.27 | 0.81 | 0.5 |
| Hex | E7 | 19 | 4F | 0 | 59 | 42 | 9 | 158 | 51 | 32 |
| Octal | 347 | 31 | 117 | 0 | 131 | 102 | 11 | 530 | 121 | 62 |
| Binary | 11100111 | 11001 | 1001111 | 0 | 1011001 | 1000010 | 1001 | 101011000 | 1010001 | 110010 |
Color Harmonies of #E7194F
Complementary color
Monochromatic Colors of #E7194F
Black with #E7194F
Text Example
Text Example
White with #E7194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7194F; }
p { color: rgb(231,25,79); }
H1.HeaderClassName
{
color: #E7194F;
}
.AnyTagClassName
{
color: #E7194F;
}
</style>
background-color css
<style>
a { background-color: #E7194F; }
a { background-color: rgb(231,25,79); }
div.DivClassName
{
background-color: #E7194F;
}
.BgClassName
{
background-color: #E7194F;
}
</style>
border-color css
<style>
span { border-color: #E7194F; }
span { border-color: rgb(231,25,79); }
td.TdClassName
{
border-color: #E7194F;
}
.TagClassName
{
border-color: #E7194F;
}
</style>