Shades of Amaranth #E02444
Tints of Amaranth #E02444
RGB
CMYK
RGB Variations
Color information
#E02444 (or 0xE02444) is known color: Amaranth. HEX triplet: E0, 24 and 44. RGB value is (224,36,68). Sum of RGB (Red+Green+Blue) = 224+36+68=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E02444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02444 is #1FDBBB. Grayscale: #5F5F5F. Windows color (decimal): -2087868 or 4465888. OLE color: 4465888.
HSL color Cylindrical-coordinate representation of color #E02444: hue angle of 349.79º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E02444 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 68 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.12 |
| HSL | 349.79º | 0.75% | 0.51% | - |
| HSV(B) | 349.79º | 0.84% | 0.88% | - |
| XYZ | 32.41 | 17.53 | 7.14 | - |
| YUV | 95.86 | 112.28 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 68 | 0 | 0.84 | 0.70 | 0.12 | 349.79 | 0.75 | 0.51 |
| Hex | E0 | 24 | 44 | 0 | 54 | 46 | C | 15E | 4B | 33 |
| Octal | 340 | 44 | 104 | 0 | 124 | 106 | 14 | 536 | 113 | 63 |
| Binary | 11100000 | 100100 | 1000100 | 0 | 1010100 | 1000110 | 1100 | 101011110 | 1001011 | 110011 |
Color Harmonies of #E02444
Complementary color
Monochromatic Colors of #E02444
Black with #E02444
Text Example
Text Example
White with #E02444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02444; }
p { color: rgb(224,36,68); }
H1.HeaderClassName
{
color: #E02444;
}
.AnyTagClassName
{
color: #E02444;
}
</style>
background-color css
<style>
a { background-color: #E02444; }
a { background-color: rgb(224,36,68); }
div.DivClassName
{
background-color: #E02444;
}
.BgClassName
{
background-color: #E02444;
}
</style>
border-color css
<style>
span { border-color: #E02444; }
span { border-color: rgb(224,36,68); }
td.TdClassName
{
border-color: #E02444;
}
.TagClassName
{
border-color: #E02444;
}
</style>