Shades of Amaranth #E03C55
Tints of Amaranth #E03C55
RGB
CMYK
RGB Variations
Color information
#E03C55 (or 0xE03C55) is known color: Amaranth. HEX triplet: E0, 3C and 55. RGB value is (224,60,85). Sum of RGB (Red+Green+Blue) = 224+60+85=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03C55 is #1FC3AA. Grayscale: #6F6F6F. Windows color (decimal): -2081707 or 5586144. OLE color: 5586144.
HSL color Cylindrical-coordinate representation of color #E03C55: hue angle of 350.85º 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 #E03C55 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 60 | 85 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.12 |
| HSL | 350.85º | 0.73% | 0.56% | - |
| HSV(B) | 350.85º | 0.73% | 0.88% | - |
| XYZ | 34 | 19.73 | 10.61 | - |
| YUV | 111.89 | 112.83 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 60 | 85 | 0 | 0.73 | 0.62 | 0.12 | 350.85 | 0.73 | 0.56 |
| Hex | E0 | 3C | 55 | 0 | 49 | 3E | C | 15F | 49 | 38 |
| Octal | 340 | 74 | 125 | 0 | 111 | 76 | 14 | 537 | 111 | 70 |
| Binary | 11100000 | 111100 | 1010101 | 0 | 1001001 | 111110 | 1100 | 101011111 | 1001001 | 111000 |
Color Harmonies of #E03C55
Complementary color
Monochromatic Colors of #E03C55
Black with #E03C55
Text Example
Text Example
White with #E03C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03C55; }
p { color: rgb(224,60,85); }
H1.HeaderClassName
{
color: #E03C55;
}
.AnyTagClassName
{
color: #E03C55;
}
</style>
background-color css
<style>
a { background-color: #E03C55; }
a { background-color: rgb(224,60,85); }
div.DivClassName
{
background-color: #E03C55;
}
.BgClassName
{
background-color: #E03C55;
}
</style>
border-color css
<style>
span { border-color: #E03C55; }
span { border-color: rgb(224,60,85); }
td.TdClassName
{
border-color: #E03C55;
}
.TagClassName
{
border-color: #E03C55;
}
</style>