Shades of Amaranth #E7474E
Tints of Amaranth #E7474E
RGB
CMYK
RGB Variations
Color information
#E7474E (or 0xE7474E) is known color: Amaranth. HEX triplet: E7, 47 and 4E. RGB value is (231,71,78). Sum of RGB (Red+Green+Blue) = 231+71+78=380 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.79% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 231 - color contains mainly: red. Hex color #E7474E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7474E is #18B8B1. Grayscale: #777777. Windows color (decimal): -1620146 or 5130215. OLE color: 5130215.
HSL color Cylindrical-coordinate representation of color #E7474E: hue angle of 357.38º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7474E is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 78 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.09 |
| HSL | 357.38º | 0.77% | 0.59% | - |
| HSV(B) | 357.38º | 0.69% | 0.91% | - |
| XYZ | 36.58 | 22.05 | 9.53 | - |
| YUV | 119.64 | 104.51 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 78 | 0 | 0.69 | 0.66 | 0.09 | 357.38 | 0.77 | 0.59 |
| Hex | E7 | 47 | 4E | 0 | 45 | 42 | 9 | 165 | 4D | 3B |
| Octal | 347 | 107 | 116 | 0 | 105 | 102 | 11 | 545 | 115 | 73 |
| Binary | 11100111 | 1000111 | 1001110 | 0 | 1000101 | 1000010 | 1001 | 101100101 | 1001101 | 111011 |
Color Harmonies of #E7474E
Complementary color
Monochromatic Colors of #E7474E
Black with #E7474E
Text Example
Text Example
White with #E7474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7474E; }
p { color: rgb(231,71,78); }
H1.HeaderClassName
{
color: #E7474E;
}
.AnyTagClassName
{
color: #E7474E;
}
</style>
background-color css
<style>
a { background-color: #E7474E; }
a { background-color: rgb(231,71,78); }
div.DivClassName
{
background-color: #E7474E;
}
.BgClassName
{
background-color: #E7474E;
}
</style>
border-color css
<style>
span { border-color: #E7474E; }
span { border-color: rgb(231,71,78); }
td.TdClassName
{
border-color: #E7474E;
}
.TagClassName
{
border-color: #E7474E;
}
</style>