Shades of Amaranth #E22C43
Tints of Amaranth #E22C43
RGB
CMYK
RGB Variations
Color information
#E22C43 (or 0xE22C43) is known color: Amaranth. HEX triplet: E2, 2C and 43. RGB value is (226,44,67). Sum of RGB (Red+Green+Blue) = 226+44+67=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22C43 is #1DD3BC. Grayscale: #656565. Windows color (decimal): -1954749 or 4402402. OLE color: 4402402.
HSL color Cylindrical-coordinate representation of color #E22C43: hue angle of 352.42º 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 #E22C43 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 67 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.11 |
| HSL | 352.42º | 0.76% | 0.53% | - |
| HSV(B) | 352.42º | 0.81% | 0.89% | - |
| XYZ | 33.28 | 18.38 | 7.1 | - |
| YUV | 101.04 | 108.8 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 67 | 0 | 0.81 | 0.70 | 0.11 | 352.42 | 0.76 | 0.53 |
| Hex | E2 | 2C | 43 | 0 | 51 | 46 | B | 160 | 4C | 35 |
| Octal | 342 | 54 | 103 | 0 | 121 | 106 | 13 | 540 | 114 | 65 |
| Binary | 11100010 | 101100 | 1000011 | 0 | 1010001 | 1000110 | 1011 | 101100000 | 1001100 | 110101 |
Color Harmonies of #E22C43
Complementary color
Monochromatic Colors of #E22C43
Black with #E22C43
Text Example
Text Example
White with #E22C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22C43; }
p { color: rgb(226,44,67); }
H1.HeaderClassName
{
color: #E22C43;
}
.AnyTagClassName
{
color: #E22C43;
}
</style>
background-color css
<style>
a { background-color: #E22C43; }
a { background-color: rgb(226,44,67); }
div.DivClassName
{
background-color: #E22C43;
}
.BgClassName
{
background-color: #E22C43;
}
</style>
border-color css
<style>
span { border-color: #E22C43; }
span { border-color: rgb(226,44,67); }
td.TdClassName
{
border-color: #E22C43;
}
.TagClassName
{
border-color: #E22C43;
}
</style>