Shades of Amaranth #E84748
Tints of Amaranth #E84748
RGB
CMYK
RGB Variations
Color information
#E84748 (or 0xE84748) is known color: Amaranth. HEX triplet: E8, 47 and 48. RGB value is (232,71,72). Sum of RGB (Red+Green+Blue) = 232+71+72=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E84748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84748 is #17B8B7. Grayscale: #777777. Windows color (decimal): -1554616 or 4737000. OLE color: 4737000.
HSL color Cylindrical-coordinate representation of color #E84748: hue angle of 359.63º 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 #E84748 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 71 | 72 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.09 |
| HSL | 359.63º | 0.78% | 0.59% | - |
| HSV(B) | 359.63º | 0.69% | 0.91% | - |
| XYZ | 36.7 | 22.13 | 8.47 | - |
| YUV | 119.25 | 101.34 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 71 | 72 | 0 | 0.69 | 0.69 | 0.09 | 359.63 | 0.78 | 0.59 |
| Hex | E8 | 47 | 48 | 0 | 45 | 45 | 9 | 168 | 4E | 3B |
| Octal | 350 | 107 | 110 | 0 | 105 | 105 | 11 | 550 | 116 | 73 |
| Binary | 11101000 | 1000111 | 1001000 | 0 | 1000101 | 1000101 | 1001 | 101101000 | 1001110 | 111011 |
Color Harmonies of #E84748
Complementary color
Monochromatic Colors of #E84748
Black with #E84748
Text Example
Text Example
White with #E84748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84748; }
p { color: rgb(232,71,72); }
H1.HeaderClassName
{
color: #E84748;
}
.AnyTagClassName
{
color: #E84748;
}
</style>
background-color css
<style>
a { background-color: #E84748; }
a { background-color: rgb(232,71,72); }
div.DivClassName
{
background-color: #E84748;
}
.BgClassName
{
background-color: #E84748;
}
</style>
border-color css
<style>
span { border-color: #E84748; }
span { border-color: rgb(232,71,72); }
td.TdClassName
{
border-color: #E84748;
}
.TagClassName
{
border-color: #E84748;
}
</style>