Shades of Amaranth #E22C46
Tints of Amaranth #E22C46
RGB
CMYK
RGB Variations
Color information
#E22C46 (or 0xE22C46) is known color: Amaranth. HEX triplet: E2, 2C and 46. RGB value is (226,44,70). Sum of RGB (Red+Green+Blue) = 226+44+70=340 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.47% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22C46 is #1DD3B9. Grayscale: #656565. Windows color (decimal): -1954746 or 4599010. OLE color: 4599010.
HSL color Cylindrical-coordinate representation of color #E22C46: hue angle of 351.43º 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 #E22C46 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 70 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.11 |
| HSL | 351.43º | 0.76% | 0.53% | - |
| HSV(B) | 351.43º | 0.81% | 0.89% | - |
| XYZ | 33.37 | 18.41 | 7.59 | - |
| YUV | 101.38 | 110.3 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 70 | 0 | 0.81 | 0.69 | 0.11 | 351.43 | 0.76 | 0.53 |
| Hex | E2 | 2C | 46 | 0 | 51 | 45 | B | 15F | 4C | 35 |
| Octal | 342 | 54 | 106 | 0 | 121 | 105 | 13 | 537 | 114 | 65 |
| Binary | 11100010 | 101100 | 1000110 | 0 | 1010001 | 1000101 | 1011 | 101011111 | 1001100 | 110101 |
Color Harmonies of #E22C46
Complementary color
Monochromatic Colors of #E22C46
Black with #E22C46
Text Example
Text Example
White with #E22C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22C46; }
p { color: rgb(226,44,70); }
H1.HeaderClassName
{
color: #E22C46;
}
.AnyTagClassName
{
color: #E22C46;
}
</style>
background-color css
<style>
a { background-color: #E22C46; }
a { background-color: rgb(226,44,70); }
div.DivClassName
{
background-color: #E22C46;
}
.BgClassName
{
background-color: #E22C46;
}
</style>
border-color css
<style>
span { border-color: #E22C46; }
span { border-color: rgb(226,44,70); }
td.TdClassName
{
border-color: #E22C46;
}
.TagClassName
{
border-color: #E22C46;
}
</style>