Shades of Amaranth #E02146
Tints of Amaranth #E02146
RGB
CMYK
RGB Variations
Color information
#E02146 (or 0xE02146) is known color: Amaranth. HEX triplet: E0, 21 and 46. RGB value is (224,33,70). Sum of RGB (Red+Green+Blue) = 224+33+70=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E02146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02146 is #1FDEB9. Grayscale: #5E5E5E. Windows color (decimal): -2088634 or 4596192. OLE color: 4596192.
HSL color Cylindrical-coordinate representation of color #E02146: hue angle of 348.38º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02146 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 70 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.12 |
| HSL | 348.38º | 0.75% | 0.5% | - |
| HSV(B) | 348.38º | 0.85% | 0.88% | - |
| XYZ | 32.39 | 17.38 | 7.44 | - |
| YUV | 94.33 | 114.28 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 70 | 0 | 0.85 | 0.69 | 0.12 | 348.38 | 0.75 | 0.5 |
| Hex | E0 | 21 | 46 | 0 | 55 | 45 | C | 15C | 4B | 32 |
| Octal | 340 | 41 | 106 | 0 | 125 | 105 | 14 | 534 | 113 | 62 |
| Binary | 11100000 | 100001 | 1000110 | 0 | 1010101 | 1000101 | 1100 | 101011100 | 1001011 | 110010 |
Color Harmonies of #E02146
Complementary color
Monochromatic Colors of #E02146
Black with #E02146
Text Example
Text Example
White with #E02146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02146; }
p { color: rgb(224,33,70); }
H1.HeaderClassName
{
color: #E02146;
}
.AnyTagClassName
{
color: #E02146;
}
</style>
background-color css
<style>
a { background-color: #E02146; }
a { background-color: rgb(224,33,70); }
div.DivClassName
{
background-color: #E02146;
}
.BgClassName
{
background-color: #E02146;
}
</style>
border-color css
<style>
span { border-color: #E02146; }
span { border-color: rgb(224,33,70); }
td.TdClassName
{
border-color: #E02146;
}
.TagClassName
{
border-color: #E02146;
}
</style>