Shades of Amaranth #E03557
Tints of Amaranth #E03557
RGB
CMYK
RGB Variations
Color information
#E03557 (or 0xE03557) is known color: Amaranth. HEX triplet: E0, 35 and 57. RGB value is (224,53,87). Sum of RGB (Red+Green+Blue) = 224+53+87=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E03557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03557 is #1FCAA8. Grayscale: #6C6C6C. Windows color (decimal): -2083497 or 5715424. OLE color: 5715424.
HSL color Cylindrical-coordinate representation of color #E03557: hue angle of 348.07º 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 #E03557 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 87 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.12 |
| HSL | 348.07º | 0.73% | 0.54% | - |
| HSV(B) | 348.07º | 0.76% | 0.88% | - |
| XYZ | 33.73 | 19.08 | 10.92 | - |
| YUV | 108.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 87 | 0 | 0.76 | 0.61 | 0.12 | 348.07 | 0.73 | 0.54 |
| Hex | E0 | 35 | 57 | 0 | 4C | 3D | C | 15C | 49 | 36 |
| Octal | 340 | 65 | 127 | 0 | 114 | 75 | 14 | 534 | 111 | 66 |
| Binary | 11100000 | 110101 | 1010111 | 0 | 1001100 | 111101 | 1100 | 101011100 | 1001001 | 110110 |
Color Harmonies of #E03557
Complementary color
Monochromatic Colors of #E03557
Black with #E03557
Text Example
Text Example
White with #E03557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03557; }
p { color: rgb(224,53,87); }
H1.HeaderClassName
{
color: #E03557;
}
.AnyTagClassName
{
color: #E03557;
}
</style>
background-color css
<style>
a { background-color: #E03557; }
a { background-color: rgb(224,53,87); }
div.DivClassName
{
background-color: #E03557;
}
.BgClassName
{
background-color: #E03557;
}
</style>
border-color css
<style>
span { border-color: #E03557; }
span { border-color: rgb(224,53,87); }
td.TdClassName
{
border-color: #E03557;
}
.TagClassName
{
border-color: #E03557;
}
</style>