Shades of Amaranth #E84147
Tints of Amaranth #E84147
RGB
CMYK
RGB Variations
Color information
#E84147 (or 0xE84147) is known color: Amaranth. HEX triplet: E8, 41 and 47. RGB value is (232,65,71). Sum of RGB (Red+Green+Blue) = 232+65+71=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E84147 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84147 is #17BEB8. Grayscale: #737373. Windows color (decimal): -1556153 or 4669928. OLE color: 4669928.
HSL color Cylindrical-coordinate representation of color #E84147: hue angle of 357.84º 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 #E84147 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 65 | 71 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.09 |
| HSL | 357.84º | 0.78% | 0.58% | - |
| HSV(B) | 357.84º | 0.72% | 0.91% | - |
| XYZ | 36.31 | 21.39 | 8.18 | - |
| YUV | 115.62 | 102.83 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 65 | 71 | 0 | 0.72 | 0.69 | 0.09 | 357.84 | 0.78 | 0.58 |
| Hex | E8 | 41 | 47 | 0 | 48 | 45 | 9 | 166 | 4E | 3A |
| Octal | 350 | 101 | 107 | 0 | 110 | 105 | 11 | 546 | 116 | 72 |
| Binary | 11101000 | 1000001 | 1000111 | 0 | 1001000 | 1000101 | 1001 | 101100110 | 1001110 | 111010 |
Color Harmonies of #E84147
Complementary color
Monochromatic Colors of #E84147
Black with #E84147
Text Example
Text Example
White with #E84147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84147; }
p { color: rgb(232,65,71); }
H1.HeaderClassName
{
color: #E84147;
}
.AnyTagClassName
{
color: #E84147;
}
</style>
background-color css
<style>
a { background-color: #E84147; }
a { background-color: rgb(232,65,71); }
div.DivClassName
{
background-color: #E84147;
}
.BgClassName
{
background-color: #E84147;
}
</style>
border-color css
<style>
span { border-color: #E84147; }
span { border-color: rgb(232,65,71); }
td.TdClassName
{
border-color: #E84147;
}
.TagClassName
{
border-color: #E84147;
}
</style>