Shades of Amaranth #E7404C
Tints of Amaranth #E7404C
RGB
CMYK
RGB Variations
Color information
#E7404C (or 0xE7404C) is known color: Amaranth. HEX triplet: E7, 40 and 4C. RGB value is (231,64,76). Sum of RGB (Red+Green+Blue) = 231+64+76=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E7404C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7404C is #18BFB3. Grayscale: #737373. Windows color (decimal): -1621940 or 4997351. OLE color: 4997351.
HSL color Cylindrical-coordinate representation of color #E7404C: hue angle of 355.69º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7404C is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 76 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.09 |
| HSL | 355.69º | 0.78% | 0.58% | - |
| HSV(B) | 355.69º | 0.72% | 0.91% | - |
| XYZ | 36.09 | 21.18 | 9.02 | - |
| YUV | 115.3 | 105.83 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 76 | 0 | 0.72 | 0.67 | 0.09 | 355.69 | 0.78 | 0.58 |
| Hex | E7 | 40 | 4C | 0 | 48 | 43 | 9 | 164 | 4E | 3A |
| Octal | 347 | 100 | 114 | 0 | 110 | 103 | 11 | 544 | 116 | 72 |
| Binary | 11100111 | 1000000 | 1001100 | 0 | 1001000 | 1000011 | 1001 | 101100100 | 1001110 | 111010 |
Color Harmonies of #E7404C
Complementary color
Monochromatic Colors of #E7404C
Black with #E7404C
Text Example
Text Example
White with #E7404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7404C; }
p { color: rgb(231,64,76); }
H1.HeaderClassName
{
color: #E7404C;
}
.AnyTagClassName
{
color: #E7404C;
}
</style>
background-color css
<style>
a { background-color: #E7404C; }
a { background-color: rgb(231,64,76); }
div.DivClassName
{
background-color: #E7404C;
}
.BgClassName
{
background-color: #E7404C;
}
</style>
border-color css
<style>
span { border-color: #E7404C; }
span { border-color: rgb(231,64,76); }
td.TdClassName
{
border-color: #E7404C;
}
.TagClassName
{
border-color: #E7404C;
}
</style>