Shades of Amaranth #E02046
Tints of Amaranth #E02046
RGB
CMYK
RGB Variations
Color information
#E02046 (or 0xE02046) is known color: Amaranth. HEX triplet: E0, 20 and 46. RGB value is (224,32,70). Sum of RGB (Red+Green+Blue) = 224+32+70=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E02046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02046 is #1FDFB9. Grayscale: #5D5D5D. Windows color (decimal): -2088890 or 4595936. OLE color: 4595936.
HSL color Cylindrical-coordinate representation of color #E02046: hue angle of 348.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02046 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 70 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.12 |
| HSL | 348.13º | 0.76% | 0.5% | - |
| HSV(B) | 348.13º | 0.86% | 0.88% | - |
| XYZ | 32.36 | 17.32 | 7.43 | - |
| YUV | 93.74 | 114.61 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 70 | 0 | 0.86 | 0.69 | 0.12 | 348.13 | 0.76 | 0.5 |
| Hex | E0 | 20 | 46 | 0 | 56 | 45 | C | 15C | 4C | 32 |
| Octal | 340 | 40 | 106 | 0 | 126 | 105 | 14 | 534 | 114 | 62 |
| Binary | 11100000 | 100000 | 1000110 | 0 | 1010110 | 1000101 | 1100 | 101011100 | 1001100 | 110010 |
Color Harmonies of #E02046
Complementary color
Monochromatic Colors of #E02046
Black with #E02046
Text Example
Text Example
White with #E02046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02046; }
p { color: rgb(224,32,70); }
H1.HeaderClassName
{
color: #E02046;
}
.AnyTagClassName
{
color: #E02046;
}
</style>
background-color css
<style>
a { background-color: #E02046; }
a { background-color: rgb(224,32,70); }
div.DivClassName
{
background-color: #E02046;
}
.BgClassName
{
background-color: #E02046;
}
</style>
border-color css
<style>
span { border-color: #E02046; }
span { border-color: rgb(224,32,70); }
td.TdClassName
{
border-color: #E02046;
}
.TagClassName
{
border-color: #E02046;
}
</style>