Shades of Amaranth #E22C55
Tints of Amaranth #E22C55
RGB
CMYK
RGB Variations
Color information
#E22C55 (or 0xE22C55) is known color: Amaranth. HEX triplet: E2, 2C and 55. RGB value is (226,44,85). Sum of RGB (Red+Green+Blue) = 226+44+85=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22C55 is #1DD3AA. Grayscale: #676767. Windows color (decimal): -1954731 or 5582050. OLE color: 5582050.
HSL color Cylindrical-coordinate representation of color #E22C55: hue angle of 346.48º 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 #E22C55 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 85 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.11 |
| HSL | 346.48º | 0.76% | 0.53% | - |
| HSV(B) | 346.48º | 0.81% | 0.89% | - |
| XYZ | 33.9 | 18.63 | 10.4 | - |
| YUV | 103.09 | 117.8 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 85 | 0 | 0.81 | 0.62 | 0.11 | 346.48 | 0.76 | 0.53 |
| Hex | E2 | 2C | 55 | 0 | 51 | 3E | B | 15A | 4C | 35 |
| Octal | 342 | 54 | 125 | 0 | 121 | 76 | 13 | 532 | 114 | 65 |
| Binary | 11100010 | 101100 | 1010101 | 0 | 1010001 | 111110 | 1011 | 101011010 | 1001100 | 110101 |
Color Harmonies of #E22C55
Complementary color
Monochromatic Colors of #E22C55
Black with #E22C55
Text Example
Text Example
White with #E22C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22C55; }
p { color: rgb(226,44,85); }
H1.HeaderClassName
{
color: #E22C55;
}
.AnyTagClassName
{
color: #E22C55;
}
</style>
background-color css
<style>
a { background-color: #E22C55; }
a { background-color: rgb(226,44,85); }
div.DivClassName
{
background-color: #E22C55;
}
.BgClassName
{
background-color: #E22C55;
}
</style>
border-color css
<style>
span { border-color: #E22C55; }
span { border-color: rgb(226,44,85); }
td.TdClassName
{
border-color: #E22C55;
}
.TagClassName
{
border-color: #E22C55;
}
</style>