Shades of Amaranth #E22147
Tints of Amaranth #E22147
RGB
CMYK
RGB Variations
Color information
#E22147 (or 0xE22147) is known color: Amaranth. HEX triplet: E2, 21 and 47. RGB value is (226,33,71). Sum of RGB (Red+Green+Blue) = 226+33+71=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E22147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22147 is #1DDEB8. Grayscale: #5F5F5F. Windows color (decimal): -1957561 or 4661730. OLE color: 4661730.
HSL color Cylindrical-coordinate representation of color #E22147: hue angle of 348.19º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E22147 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 71 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.11 |
| HSL | 348.19º | 0.77% | 0.51% | - |
| HSV(B) | 348.19º | 0.85% | 0.89% | - |
| XYZ | 33.05 | 17.71 | 7.64 | - |
| YUV | 95.04 | 114.44 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 71 | 0 | 0.85 | 0.69 | 0.11 | 348.19 | 0.77 | 0.51 |
| Hex | E2 | 21 | 47 | 0 | 55 | 45 | B | 15C | 4D | 33 |
| Octal | 342 | 41 | 107 | 0 | 125 | 105 | 13 | 534 | 115 | 63 |
| Binary | 11100010 | 100001 | 1000111 | 0 | 1010101 | 1000101 | 1011 | 101011100 | 1001101 | 110011 |
Color Harmonies of #E22147
Complementary color
Monochromatic Colors of #E22147
Black with #E22147
Text Example
Text Example
White with #E22147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22147; }
p { color: rgb(226,33,71); }
H1.HeaderClassName
{
color: #E22147;
}
.AnyTagClassName
{
color: #E22147;
}
</style>
background-color css
<style>
a { background-color: #E22147; }
a { background-color: rgb(226,33,71); }
div.DivClassName
{
background-color: #E22147;
}
.BgClassName
{
background-color: #E22147;
}
</style>
border-color css
<style>
span { border-color: #E22147; }
span { border-color: rgb(226,33,71); }
td.TdClassName
{
border-color: #E22147;
}
.TagClassName
{
border-color: #E22147;
}
</style>