Shades of Amaranth #E03551
Tints of Amaranth #E03551
RGB
CMYK
RGB Variations
Color information
#E03551 (or 0xE03551) is known color: Amaranth. HEX triplet: E0, 35 and 51. RGB value is (224,53,81). Sum of RGB (Red+Green+Blue) = 224+53+81=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E03551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03551 is #1FCAAE. Grayscale: #6B6B6B. Windows color (decimal): -2083503 or 5322208. OLE color: 5322208.
HSL color Cylindrical-coordinate representation of color #E03551: hue angle of 350.18º 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 #E03551 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 81 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.12 |
| HSL | 350.18º | 0.73% | 0.54% | - |
| HSV(B) | 350.18º | 0.76% | 0.88% | - |
| XYZ | 33.5 | 18.99 | 9.68 | - |
| YUV | 107.32 | 113.15 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 81 | 0 | 0.76 | 0.64 | 0.12 | 350.18 | 0.73 | 0.54 |
| Hex | E0 | 35 | 51 | 0 | 4C | 40 | C | 15E | 49 | 36 |
| Octal | 340 | 65 | 121 | 0 | 114 | 100 | 14 | 536 | 111 | 66 |
| Binary | 11100000 | 110101 | 1010001 | 0 | 1001100 | 1000000 | 1100 | 101011110 | 1001001 | 110110 |
Color Harmonies of #E03551
Complementary color
Monochromatic Colors of #E03551
Black with #E03551
Text Example
Text Example
White with #E03551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03551; }
p { color: rgb(224,53,81); }
H1.HeaderClassName
{
color: #E03551;
}
.AnyTagClassName
{
color: #E03551;
}
</style>
background-color css
<style>
a { background-color: #E03551; }
a { background-color: rgb(224,53,81); }
div.DivClassName
{
background-color: #E03551;
}
.BgClassName
{
background-color: #E03551;
}
</style>
border-color css
<style>
span { border-color: #E03551; }
span { border-color: rgb(224,53,81); }
td.TdClassName
{
border-color: #E03551;
}
.TagClassName
{
border-color: #E03551;
}
</style>