Shades of Amaranth #E03C4A
Tints of Amaranth #E03C4A
RGB
CMYK
RGB Variations
Color information
#E03C4A (or 0xE03C4A) is known color: Amaranth. HEX triplet: E0, 3C and 4A. RGB value is (224,60,74). Sum of RGB (Red+Green+Blue) = 224+60+74=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03C4A is #1FC3B5. Grayscale: #6E6E6E. Windows color (decimal): -2081718 or 4865248. OLE color: 4865248.
HSL color Cylindrical-coordinate representation of color #E03C4A: hue angle of 354.88º 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 #E03C4A is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 60 | 74 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.12 |
| HSL | 354.88º | 0.73% | 0.56% | - |
| HSV(B) | 354.88º | 0.73% | 0.88% | - |
| XYZ | 33.59 | 19.57 | 8.49 | - |
| YUV | 110.63 | 107.33 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 60 | 74 | 0 | 0.73 | 0.67 | 0.12 | 354.88 | 0.73 | 0.56 |
| Hex | E0 | 3C | 4A | 0 | 49 | 43 | C | 163 | 49 | 38 |
| Octal | 340 | 74 | 112 | 0 | 111 | 103 | 14 | 543 | 111 | 70 |
| Binary | 11100000 | 111100 | 1001010 | 0 | 1001001 | 1000011 | 1100 | 101100011 | 1001001 | 111000 |
Color Harmonies of #E03C4A
Complementary color
Monochromatic Colors of #E03C4A
Black with #E03C4A
Text Example
Text Example
White with #E03C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03C4A; }
p { color: rgb(224,60,74); }
H1.HeaderClassName
{
color: #E03C4A;
}
.AnyTagClassName
{
color: #E03C4A;
}
</style>
background-color css
<style>
a { background-color: #E03C4A; }
a { background-color: rgb(224,60,74); }
div.DivClassName
{
background-color: #E03C4A;
}
.BgClassName
{
background-color: #E03C4A;
}
</style>
border-color css
<style>
span { border-color: #E03C4A; }
span { border-color: rgb(224,60,74); }
td.TdClassName
{
border-color: #E03C4A;
}
.TagClassName
{
border-color: #E03C4A;
}
</style>