Shades of Amaranth #E8474E
Tints of Amaranth #E8474E
RGB
CMYK
RGB Variations
Color information
#E8474E (or 0xE8474E) is known color: Amaranth. HEX triplet: E8, 47 and 4E. RGB value is (232,71,78). Sum of RGB (Red+Green+Blue) = 232+71+78=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E8474E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8474E is #17B8B1. Grayscale: #787878. Windows color (decimal): -1554610 or 5130216. OLE color: 5130216.
HSL color Cylindrical-coordinate representation of color #E8474E: hue angle of 357.39º degrees, saturation: 0.78, 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 #E8474E is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 71 | 78 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.09 |
| HSL | 357.39º | 0.78% | 0.59% | - |
| HSV(B) | 357.39º | 0.69% | 0.91% | - |
| XYZ | 36.91 | 22.21 | 9.55 | - |
| YUV | 119.94 | 104.34 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 71 | 78 | 0 | 0.69 | 0.66 | 0.09 | 357.39 | 0.78 | 0.59 |
| Hex | E8 | 47 | 4E | 0 | 45 | 42 | 9 | 165 | 4E | 3B |
| Octal | 350 | 107 | 116 | 0 | 105 | 102 | 11 | 545 | 116 | 73 |
| Binary | 11101000 | 1000111 | 1001110 | 0 | 1000101 | 1000010 | 1001 | 101100101 | 1001110 | 111011 |
Color Harmonies of #E8474E
Complementary color
Monochromatic Colors of #E8474E
Black with #E8474E
Text Example
Text Example
White with #E8474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8474E; }
p { color: rgb(232,71,78); }
H1.HeaderClassName
{
color: #E8474E;
}
.AnyTagClassName
{
color: #E8474E;
}
</style>
background-color css
<style>
a { background-color: #E8474E; }
a { background-color: rgb(232,71,78); }
div.DivClassName
{
background-color: #E8474E;
}
.BgClassName
{
background-color: #E8474E;
}
</style>
border-color css
<style>
span { border-color: #E8474E; }
span { border-color: rgb(232,71,78); }
td.TdClassName
{
border-color: #E8474E;
}
.TagClassName
{
border-color: #E8474E;
}
</style>