Shades of Amaranth #E03346
Tints of Amaranth #E03346
RGB
CMYK
RGB Variations
Color information
#E03346 (or 0xE03346) is known color: Amaranth. HEX triplet: E0, 33 and 46. RGB value is (224,51,70). Sum of RGB (Red+Green+Blue) = 224+51+70=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E03346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03346 is #1FCCB9. Grayscale: #686868. Windows color (decimal): -2084026 or 4600800. OLE color: 4600800.
HSL color Cylindrical-coordinate representation of color #E03346: hue angle of 353.41º 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 #E03346 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 51 | 70 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.12 |
| HSL | 353.41º | 0.74% | 0.54% | - |
| HSV(B) | 353.41º | 0.77% | 0.88% | - |
| XYZ | 33.03 | 18.66 | 7.65 | - |
| YUV | 104.89 | 108.31 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 51 | 70 | 0 | 0.77 | 0.69 | 0.12 | 353.41 | 0.74 | 0.54 |
| Hex | E0 | 33 | 46 | 0 | 4D | 45 | C | 161 | 4A | 36 |
| Octal | 340 | 63 | 106 | 0 | 115 | 105 | 14 | 541 | 112 | 66 |
| Binary | 11100000 | 110011 | 1000110 | 0 | 1001101 | 1000101 | 1100 | 101100001 | 1001010 | 110110 |
Color Harmonies of #E03346
Complementary color
Monochromatic Colors of #E03346
Black with #E03346
Text Example
Text Example
White with #E03346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03346; }
p { color: rgb(224,51,70); }
H1.HeaderClassName
{
color: #E03346;
}
.AnyTagClassName
{
color: #E03346;
}
</style>
background-color css
<style>
a { background-color: #E03346; }
a { background-color: rgb(224,51,70); }
div.DivClassName
{
background-color: #E03346;
}
.BgClassName
{
background-color: #E03346;
}
</style>
border-color css
<style>
span { border-color: #E03346; }
span { border-color: rgb(224,51,70); }
td.TdClassName
{
border-color: #E03346;
}
.TagClassName
{
border-color: #E03346;
}
</style>