Shades of Amaranth #E03156
Tints of Amaranth #E03156
RGB
CMYK
RGB Variations
Color information
#E03156 (or 0xE03156) is known color: Amaranth. HEX triplet: E0, 31 and 56. RGB value is (224,49,86). Sum of RGB (Red+Green+Blue) = 224+49+86=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E03156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03156 is #1FCEA9. Grayscale: #696969. Windows color (decimal): -2084522 or 5648864. OLE color: 5648864.
HSL color Cylindrical-coordinate representation of color #E03156: hue angle of 347.31º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03156 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 86 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.12 |
| HSL | 347.31º | 0.74% | 0.54% | - |
| HSV(B) | 347.31º | 0.78% | 0.88% | - |
| XYZ | 33.52 | 18.72 | 10.65 | - |
| YUV | 105.54 | 116.98 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 86 | 0 | 0.78 | 0.62 | 0.12 | 347.31 | 0.74 | 0.54 |
| Hex | E0 | 31 | 56 | 0 | 4E | 3E | C | 15B | 4A | 36 |
| Octal | 340 | 61 | 126 | 0 | 116 | 76 | 14 | 533 | 112 | 66 |
| Binary | 11100000 | 110001 | 1010110 | 0 | 1001110 | 111110 | 1100 | 101011011 | 1001010 | 110110 |
Color Harmonies of #E03156
Complementary color
Monochromatic Colors of #E03156
Black with #E03156
Text Example
Text Example
White with #E03156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03156; }
p { color: rgb(224,49,86); }
H1.HeaderClassName
{
color: #E03156;
}
.AnyTagClassName
{
color: #E03156;
}
</style>
background-color css
<style>
a { background-color: #E03156; }
a { background-color: rgb(224,49,86); }
div.DivClassName
{
background-color: #E03156;
}
.BgClassName
{
background-color: #E03156;
}
</style>
border-color css
<style>
span { border-color: #E03156; }
span { border-color: rgb(224,49,86); }
td.TdClassName
{
border-color: #E03156;
}
.TagClassName
{
border-color: #E03156;
}
</style>