Shades of Amaranth #E0424A
Tints of Amaranth #E0424A
RGB
CMYK
RGB Variations
Color information
#E0424A (or 0xE0424A) is known color: Amaranth. HEX triplet: E0, 42 and 4A. RGB value is (224,66,74). Sum of RGB (Red+Green+Blue) = 224+66+74=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E0424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0424A is #1FBDB5. Grayscale: #727272. Windows color (decimal): -2080182 or 4866784. OLE color: 4866784.
HSL color Cylindrical-coordinate representation of color #E0424A: hue angle of 356.96º 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 #E0424A is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 74 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.12 |
| HSL | 356.96º | 0.72% | 0.57% | - |
| HSV(B) | 356.96º | 0.71% | 0.88% | - |
| XYZ | 33.92 | 20.24 | 8.6 | - |
| YUV | 114.15 | 105.35 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 74 | 0 | 0.71 | 0.67 | 0.12 | 356.96 | 0.72 | 0.57 |
| Hex | E0 | 42 | 4A | 0 | 47 | 43 | C | 165 | 48 | 39 |
| Octal | 340 | 102 | 112 | 0 | 107 | 103 | 14 | 545 | 110 | 71 |
| Binary | 11100000 | 1000010 | 1001010 | 0 | 1000111 | 1000011 | 1100 | 101100101 | 1001000 | 111001 |
Color Harmonies of #E0424A
Complementary color
Monochromatic Colors of #E0424A
Black with #E0424A
Text Example
Text Example
White with #E0424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0424A; }
p { color: rgb(224,66,74); }
H1.HeaderClassName
{
color: #E0424A;
}
.AnyTagClassName
{
color: #E0424A;
}
</style>
background-color css
<style>
a { background-color: #E0424A; }
a { background-color: rgb(224,66,74); }
div.DivClassName
{
background-color: #E0424A;
}
.BgClassName
{
background-color: #E0424A;
}
</style>
border-color css
<style>
span { border-color: #E0424A; }
span { border-color: rgb(224,66,74); }
td.TdClassName
{
border-color: #E0424A;
}
.TagClassName
{
border-color: #E0424A;
}
</style>