Shades of Amaranth #E7194C
Tints of Amaranth #E7194C
RGB
CMYK
RGB Variations
Color information
#E7194C (or 0xE7194C) is known color: Amaranth. HEX triplet: E7, 19 and 4C. RGB value is (231,25,76). Sum of RGB (Red+Green+Blue) = 231+25+76=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E7194C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7194C is #18E6B3. Grayscale: #5C5C5C. Windows color (decimal): -1631924 or 4987367. OLE color: 4987367.
HSL color Cylindrical-coordinate representation of color #E7194C: hue angle of 345.15º 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 #E7194C is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 76 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.09 |
| HSL | 345.15º | 0.81% | 0.5% | - |
| HSV(B) | 345.15º | 0.89% | 0.91% | - |
| XYZ | 34.61 | 18.21 | 8.53 | - |
| YUV | 92.41 | 118.75 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 76 | 0 | 0.89 | 0.67 | 0.09 | 345.15 | 0.81 | 0.5 |
| Hex | E7 | 19 | 4C | 0 | 59 | 43 | 9 | 159 | 51 | 32 |
| Octal | 347 | 31 | 114 | 0 | 131 | 103 | 11 | 531 | 121 | 62 |
| Binary | 11100111 | 11001 | 1001100 | 0 | 1011001 | 1000011 | 1001 | 101011001 | 1010001 | 110010 |
Color Harmonies of #E7194C
Complementary color
Monochromatic Colors of #E7194C
Black with #E7194C
Text Example
Text Example
White with #E7194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7194C; }
p { color: rgb(231,25,76); }
H1.HeaderClassName
{
color: #E7194C;
}
.AnyTagClassName
{
color: #E7194C;
}
</style>
background-color css
<style>
a { background-color: #E7194C; }
a { background-color: rgb(231,25,76); }
div.DivClassName
{
background-color: #E7194C;
}
.BgClassName
{
background-color: #E7194C;
}
</style>
border-color css
<style>
span { border-color: #E7194C; }
span { border-color: rgb(231,25,76); }
td.TdClassName
{
border-color: #E7194C;
}
.TagClassName
{
border-color: #E7194C;
}
</style>