Shades of Amaranth #E03C52
Tints of Amaranth #E03C52
RGB
CMYK
RGB Variations
Color information
#E03C52 (or 0xE03C52) is known color: Amaranth. HEX triplet: E0, 3C and 52. RGB value is (224,60,82). Sum of RGB (Red+Green+Blue) = 224+60+82=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03C52 is #1FC3AD. Grayscale: #6F6F6F. Windows color (decimal): -2081710 or 5389536. OLE color: 5389536.
HSL color Cylindrical-coordinate representation of color #E03C52: hue angle of 351.95º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03C52 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 60 | 82 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.12 |
| HSL | 351.95º | 0.73% | 0.56% | - |
| HSV(B) | 351.95º | 0.73% | 0.88% | - |
| XYZ | 33.88 | 19.69 | 10 | - |
| YUV | 111.54 | 111.33 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 60 | 82 | 0 | 0.73 | 0.63 | 0.12 | 351.95 | 0.73 | 0.56 |
| Hex | E0 | 3C | 52 | 0 | 49 | 3F | C | 160 | 49 | 38 |
| Octal | 340 | 74 | 122 | 0 | 111 | 77 | 14 | 540 | 111 | 70 |
| Binary | 11100000 | 111100 | 1010010 | 0 | 1001001 | 111111 | 1100 | 101100000 | 1001001 | 111000 |
Color Harmonies of #E03C52
Complementary color
Monochromatic Colors of #E03C52
Black with #E03C52
Text Example
Text Example
White with #E03C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03C52; }
p { color: rgb(224,60,82); }
H1.HeaderClassName
{
color: #E03C52;
}
.AnyTagClassName
{
color: #E03C52;
}
</style>
background-color css
<style>
a { background-color: #E03C52; }
a { background-color: rgb(224,60,82); }
div.DivClassName
{
background-color: #E03C52;
}
.BgClassName
{
background-color: #E03C52;
}
</style>
border-color css
<style>
span { border-color: #E03C52; }
span { border-color: rgb(224,60,82); }
td.TdClassName
{
border-color: #E03C52;
}
.TagClassName
{
border-color: #E03C52;
}
</style>