Shades of Amaranth #E22347
Tints of Amaranth #E22347
RGB
CMYK
RGB Variations
Color information
#E22347 (or 0xE22347) is known color: Amaranth. HEX triplet: E2, 23 and 47. RGB value is (226,35,71). Sum of RGB (Red+Green+Blue) = 226+35+71=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E22347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22347 is #1DDCB8. Grayscale: #606060. Windows color (decimal): -1957049 or 4662242. OLE color: 4662242.
HSL color Cylindrical-coordinate representation of color #E22347: hue angle of 348.69º 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 #E22347 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 71 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.11 |
| HSL | 348.69º | 0.77% | 0.51% | - |
| HSV(B) | 348.69º | 0.85% | 0.89% | - |
| XYZ | 33.1 | 17.83 | 7.66 | - |
| YUV | 96.21 | 113.78 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 71 | 0 | 0.85 | 0.69 | 0.11 | 348.69 | 0.77 | 0.51 |
| Hex | E2 | 23 | 47 | 0 | 55 | 45 | B | 15D | 4D | 33 |
| Octal | 342 | 43 | 107 | 0 | 125 | 105 | 13 | 535 | 115 | 63 |
| Binary | 11100010 | 100011 | 1000111 | 0 | 1010101 | 1000101 | 1011 | 101011101 | 1001101 | 110011 |
Color Harmonies of #E22347
Complementary color
Monochromatic Colors of #E22347
Black with #E22347
Text Example
Text Example
White with #E22347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22347; }
p { color: rgb(226,35,71); }
H1.HeaderClassName
{
color: #E22347;
}
.AnyTagClassName
{
color: #E22347;
}
</style>
background-color css
<style>
a { background-color: #E22347; }
a { background-color: rgb(226,35,71); }
div.DivClassName
{
background-color: #E22347;
}
.BgClassName
{
background-color: #E22347;
}
</style>
border-color css
<style>
span { border-color: #E22347; }
span { border-color: rgb(226,35,71); }
td.TdClassName
{
border-color: #E22347;
}
.TagClassName
{
border-color: #E22347;
}
</style>