Shades of Amaranth #E03554
Tints of Amaranth #E03554
RGB
CMYK
RGB Variations
Color information
#E03554 (or 0xE03554) is known color: Amaranth. HEX triplet: E0, 35 and 54. RGB value is (224,53,84). Sum of RGB (Red+Green+Blue) = 224+53+84=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E03554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03554 is #1FCAAB. Grayscale: #6B6B6B. Windows color (decimal): -2083500 or 5518816. OLE color: 5518816.
HSL color Cylindrical-coordinate representation of color #E03554: hue angle of 349.12º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E03554 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 84 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.12 |
| HSL | 349.12º | 0.73% | 0.54% | - |
| HSV(B) | 349.12º | 0.76% | 0.88% | - |
| XYZ | 33.61 | 19.03 | 10.29 | - |
| YUV | 107.66 | 114.65 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 84 | 0 | 0.76 | 0.62 | 0.12 | 349.12 | 0.73 | 0.54 |
| Hex | E0 | 35 | 54 | 0 | 4C | 3E | C | 15D | 49 | 36 |
| Octal | 340 | 65 | 124 | 0 | 114 | 76 | 14 | 535 | 111 | 66 |
| Binary | 11100000 | 110101 | 1010100 | 0 | 1001100 | 111110 | 1100 | 101011101 | 1001001 | 110110 |
Color Harmonies of #E03554
Complementary color
Monochromatic Colors of #E03554
Black with #E03554
Text Example
Text Example
White with #E03554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03554; }
p { color: rgb(224,53,84); }
H1.HeaderClassName
{
color: #E03554;
}
.AnyTagClassName
{
color: #E03554;
}
</style>
background-color css
<style>
a { background-color: #E03554; }
a { background-color: rgb(224,53,84); }
div.DivClassName
{
background-color: #E03554;
}
.BgClassName
{
background-color: #E03554;
}
</style>
border-color css
<style>
span { border-color: #E03554; }
span { border-color: rgb(224,53,84); }
td.TdClassName
{
border-color: #E03554;
}
.TagClassName
{
border-color: #E03554;
}
</style>