Shades of Amaranth #E84047
Tints of Amaranth #E84047
RGB
CMYK
RGB Variations
Color information
#E84047 (or 0xE84047) is known color: Amaranth. HEX triplet: E8, 40 and 47. RGB value is (232,64,71). Sum of RGB (Red+Green+Blue) = 232+64+71=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E84047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84047 is #17BFB8. Grayscale: #737373. Windows color (decimal): -1556409 or 4669672. OLE color: 4669672.
HSL color Cylindrical-coordinate representation of color #E84047: hue angle of 357.5º degrees, saturation: 0.79, 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 #E84047 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 64 | 71 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.09 |
| HSL | 357.5º | 0.79% | 0.58% | - |
| HSV(B) | 357.5º | 0.72% | 0.91% | - |
| XYZ | 36.25 | 21.28 | 8.16 | - |
| YUV | 115.03 | 103.16 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 64 | 71 | 0 | 0.72 | 0.69 | 0.09 | 357.5 | 0.79 | 0.58 |
| Hex | E8 | 40 | 47 | 0 | 48 | 45 | 9 | 166 | 4F | 3A |
| Octal | 350 | 100 | 107 | 0 | 110 | 105 | 11 | 546 | 117 | 72 |
| Binary | 11101000 | 1000000 | 1000111 | 0 | 1001000 | 1000101 | 1001 | 101100110 | 1001111 | 111010 |
Color Harmonies of #E84047
Complementary color
Monochromatic Colors of #E84047
Black with #E84047
Text Example
Text Example
White with #E84047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84047; }
p { color: rgb(232,64,71); }
H1.HeaderClassName
{
color: #E84047;
}
.AnyTagClassName
{
color: #E84047;
}
</style>
background-color css
<style>
a { background-color: #E84047; }
a { background-color: rgb(232,64,71); }
div.DivClassName
{
background-color: #E84047;
}
.BgClassName
{
background-color: #E84047;
}
</style>
border-color css
<style>
span { border-color: #E84047; }
span { border-color: rgb(232,64,71); }
td.TdClassName
{
border-color: #E84047;
}
.TagClassName
{
border-color: #E84047;
}
</style>