Shades of Amaranth #E22C45
Tints of Amaranth #E22C45
RGB
CMYK
RGB Variations
Color information
#E22C45 (or 0xE22C45) is known color: Amaranth. HEX triplet: E2, 2C and 45. RGB value is (226,44,69). Sum of RGB (Red+Green+Blue) = 226+44+69=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22C45 is #1DD3BA. Grayscale: #656565. Windows color (decimal): -1954747 or 4533474. OLE color: 4533474.
HSL color Cylindrical-coordinate representation of color #E22C45: hue angle of 351.76º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22C45 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 69 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.11 |
| HSL | 351.76º | 0.76% | 0.53% | - |
| HSV(B) | 351.76º | 0.81% | 0.89% | - |
| XYZ | 33.34 | 18.4 | 7.42 | - |
| YUV | 101.27 | 109.8 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 69 | 0 | 0.81 | 0.69 | 0.11 | 351.76 | 0.76 | 0.53 |
| Hex | E2 | 2C | 45 | 0 | 51 | 45 | B | 160 | 4C | 35 |
| Octal | 342 | 54 | 105 | 0 | 121 | 105 | 13 | 540 | 114 | 65 |
| Binary | 11100010 | 101100 | 1000101 | 0 | 1010001 | 1000101 | 1011 | 101100000 | 1001100 | 110101 |
Color Harmonies of #E22C45
Complementary color
Monochromatic Colors of #E22C45
Black with #E22C45
Text Example
Text Example
White with #E22C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22C45; }
p { color: rgb(226,44,69); }
H1.HeaderClassName
{
color: #E22C45;
}
.AnyTagClassName
{
color: #E22C45;
}
</style>
background-color css
<style>
a { background-color: #E22C45; }
a { background-color: rgb(226,44,69); }
div.DivClassName
{
background-color: #E22C45;
}
.BgClassName
{
background-color: #E22C45;
}
</style>
border-color css
<style>
span { border-color: #E22C45; }
span { border-color: rgb(226,44,69); }
td.TdClassName
{
border-color: #E22C45;
}
.TagClassName
{
border-color: #E22C45;
}
</style>