Shades of Amaranth #E8484A
Tints of Amaranth #E8484A
RGB
CMYK
RGB Variations
Color information
#E8484A (or 0xE8484A) is known color: Amaranth. HEX triplet: E8, 48 and 4A. RGB value is (232,72,74). Sum of RGB (Red+Green+Blue) = 232+72+74=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E8484A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8484A is #17B7B5. Grayscale: #787878. Windows color (decimal): -1554358 or 4868328. OLE color: 4868328.
HSL color Cylindrical-coordinate representation of color #E8484A: hue angle of 359.25º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8484A is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 74 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.09 |
| HSL | 359.25º | 0.78% | 0.6% | - |
| HSV(B) | 359.25º | 0.69% | 0.91% | - |
| XYZ | 36.83 | 22.28 | 8.84 | - |
| YUV | 120.07 | 102.01 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 74 | 0 | 0.69 | 0.68 | 0.09 | 359.25 | 0.78 | 0.6 |
| Hex | E8 | 48 | 4A | 0 | 45 | 44 | 9 | 167 | 4E | 3C |
| Octal | 350 | 110 | 112 | 0 | 105 | 104 | 11 | 547 | 116 | 74 |
| Binary | 11101000 | 1001000 | 1001010 | 0 | 1000101 | 1000100 | 1001 | 101100111 | 1001110 | 111100 |
Color Harmonies of #E8484A
Complementary color
Monochromatic Colors of #E8484A
Black with #E8484A
Text Example
Text Example
White with #E8484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8484A; }
p { color: rgb(232,72,74); }
H1.HeaderClassName
{
color: #E8484A;
}
.AnyTagClassName
{
color: #E8484A;
}
</style>
background-color css
<style>
a { background-color: #E8484A; }
a { background-color: rgb(232,72,74); }
div.DivClassName
{
background-color: #E8484A;
}
.BgClassName
{
background-color: #E8484A;
}
</style>
border-color css
<style>
span { border-color: #E8484A; }
span { border-color: rgb(232,72,74); }
td.TdClassName
{
border-color: #E8484A;
}
.TagClassName
{
border-color: #E8484A;
}
</style>