Shades of Amaranth #E03344
Tints of Amaranth #E03344
RGB
CMYK
RGB Variations
Color information
#E03344 (or 0xE03344) is known color: Amaranth. HEX triplet: E0, 33 and 44. RGB value is (224,51,68). Sum of RGB (Red+Green+Blue) = 224+51+68=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E03344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03344 is #1FCCBB. Grayscale: #686868. Windows color (decimal): -2084028 or 4469728. OLE color: 4469728.
HSL color Cylindrical-coordinate representation of color #E03344: hue angle of 354.1º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E03344 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 51 | 68 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.12 |
| HSL | 354.1º | 0.74% | 0.54% | - |
| HSV(B) | 354.1º | 0.77% | 0.88% | - |
| XYZ | 32.97 | 18.63 | 7.33 | - |
| YUV | 104.67 | 107.31 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 51 | 68 | 0 | 0.77 | 0.70 | 0.12 | 354.1 | 0.74 | 0.54 |
| Hex | E0 | 33 | 44 | 0 | 4D | 46 | C | 162 | 4A | 36 |
| Octal | 340 | 63 | 104 | 0 | 115 | 106 | 14 | 542 | 112 | 66 |
| Binary | 11100000 | 110011 | 1000100 | 0 | 1001101 | 1000110 | 1100 | 101100010 | 1001010 | 110110 |
Color Harmonies of #E03344
Complementary color
Monochromatic Colors of #E03344
Black with #E03344
Text Example
Text Example
White with #E03344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03344; }
p { color: rgb(224,51,68); }
H1.HeaderClassName
{
color: #E03344;
}
.AnyTagClassName
{
color: #E03344;
}
</style>
background-color css
<style>
a { background-color: #E03344; }
a { background-color: rgb(224,51,68); }
div.DivClassName
{
background-color: #E03344;
}
.BgClassName
{
background-color: #E03344;
}
</style>
border-color css
<style>
span { border-color: #E03344; }
span { border-color: rgb(224,51,68); }
td.TdClassName
{
border-color: #E03344;
}
.TagClassName
{
border-color: #E03344;
}
</style>