Shades of Amaranth #E0404C
Tints of Amaranth #E0404C
RGB
CMYK
RGB Variations
Color information
#E0404C (or 0xE0404C) is known color: Amaranth. HEX triplet: E0, 40 and 4C. RGB value is (224,64,76). Sum of RGB (Red+Green+Blue) = 224+64+76=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E0404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0404C is #1FBFB3. Grayscale: #717171. Windows color (decimal): -2080692 or 4997344. OLE color: 4997344.
HSL color Cylindrical-coordinate representation of color #E0404C: hue angle of 355.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0404C is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 76 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.12 |
| HSL | 355.5º | 0.72% | 0.56% | - |
| HSV(B) | 355.5º | 0.71% | 0.88% | - |
| XYZ | 33.88 | 20.04 | 8.92 | - |
| YUV | 113.21 | 107.01 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 76 | 0 | 0.71 | 0.66 | 0.12 | 355.5 | 0.72 | 0.56 |
| Hex | E0 | 40 | 4C | 0 | 47 | 42 | C | 164 | 48 | 38 |
| Octal | 340 | 100 | 114 | 0 | 107 | 102 | 14 | 544 | 110 | 70 |
| Binary | 11100000 | 1000000 | 1001100 | 0 | 1000111 | 1000010 | 1100 | 101100100 | 1001000 | 111000 |
Color Harmonies of #E0404C
Complementary color
Monochromatic Colors of #E0404C
Black with #E0404C
Text Example
Text Example
White with #E0404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0404C; }
p { color: rgb(224,64,76); }
H1.HeaderClassName
{
color: #E0404C;
}
.AnyTagClassName
{
color: #E0404C;
}
</style>
background-color css
<style>
a { background-color: #E0404C; }
a { background-color: rgb(224,64,76); }
div.DivClassName
{
background-color: #E0404C;
}
.BgClassName
{
background-color: #E0404C;
}
</style>
border-color css
<style>
span { border-color: #E0404C; }
span { border-color: rgb(224,64,76); }
td.TdClassName
{
border-color: #E0404C;
}
.TagClassName
{
border-color: #E0404C;
}
</style>