Shades of Amaranth #E0424C
Tints of Amaranth #E0424C
RGB
CMYK
RGB Variations
Color information
#E0424C (or 0xE0424C) is known color: Amaranth. HEX triplet: E0, 42 and 4C. RGB value is (224,66,76). Sum of RGB (Red+Green+Blue) = 224+66+76=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E0424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0424C is #1FBDB3. Grayscale: #727272. Windows color (decimal): -2080180 or 4997856. OLE color: 4997856.
HSL color Cylindrical-coordinate representation of color #E0424C: hue angle of 356.2º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0424C is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 76 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.12 |
| HSL | 356.2º | 0.72% | 0.57% | - |
| HSV(B) | 356.2º | 0.71% | 0.88% | - |
| XYZ | 33.99 | 20.27 | 8.96 | - |
| YUV | 114.38 | 106.35 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 76 | 0 | 0.71 | 0.66 | 0.12 | 356.2 | 0.72 | 0.57 |
| Hex | E0 | 42 | 4C | 0 | 47 | 42 | C | 164 | 48 | 39 |
| Octal | 340 | 102 | 114 | 0 | 107 | 102 | 14 | 544 | 110 | 71 |
| Binary | 11100000 | 1000010 | 1001100 | 0 | 1000111 | 1000010 | 1100 | 101100100 | 1001000 | 111001 |
Color Harmonies of #E0424C
Complementary color
Monochromatic Colors of #E0424C
Black with #E0424C
Text Example
Text Example
White with #E0424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0424C; }
p { color: rgb(224,66,76); }
H1.HeaderClassName
{
color: #E0424C;
}
.AnyTagClassName
{
color: #E0424C;
}
</style>
background-color css
<style>
a { background-color: #E0424C; }
a { background-color: rgb(224,66,76); }
div.DivClassName
{
background-color: #E0424C;
}
.BgClassName
{
background-color: #E0424C;
}
</style>
border-color css
<style>
span { border-color: #E0424C; }
span { border-color: rgb(224,66,76); }
td.TdClassName
{
border-color: #E0424C;
}
.TagClassName
{
border-color: #E0424C;
}
</style>