Shades of Amaranth #E22450
Tints of Amaranth #E22450
RGB
CMYK
RGB Variations
Color information
#E22450 (or 0xE22450) is known color: Amaranth. HEX triplet: E2, 24 and 50. RGB value is (226,36,80). Sum of RGB (Red+Green+Blue) = 226+36+80=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E22450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22450 is #1DDBAF. Grayscale: #616161. Windows color (decimal): -1956784 or 5252322. OLE color: 5252322.
HSL color Cylindrical-coordinate representation of color #E22450: hue angle of 346.11º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E22450 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 80 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.11 |
| HSL | 346.11º | 0.77% | 0.51% | - |
| HSV(B) | 346.11º | 0.84% | 0.89% | - |
| XYZ | 33.44 | 18.01 | 9.3 | - |
| YUV | 97.83 | 117.95 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 80 | 0 | 0.84 | 0.65 | 0.11 | 346.11 | 0.77 | 0.51 |
| Hex | E2 | 24 | 50 | 0 | 54 | 41 | B | 15A | 4D | 33 |
| Octal | 342 | 44 | 120 | 0 | 124 | 101 | 13 | 532 | 115 | 63 |
| Binary | 11100010 | 100100 | 1010000 | 0 | 1010100 | 1000001 | 1011 | 101011010 | 1001101 | 110011 |
Color Harmonies of #E22450
Complementary color
Monochromatic Colors of #E22450
Black with #E22450
Text Example
Text Example
White with #E22450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22450; }
p { color: rgb(226,36,80); }
H1.HeaderClassName
{
color: #E22450;
}
.AnyTagClassName
{
color: #E22450;
}
</style>
background-color css
<style>
a { background-color: #E22450; }
a { background-color: rgb(226,36,80); }
div.DivClassName
{
background-color: #E22450;
}
.BgClassName
{
background-color: #E22450;
}
</style>
border-color css
<style>
span { border-color: #E22450; }
span { border-color: rgb(226,36,80); }
td.TdClassName
{
border-color: #E22450;
}
.TagClassName
{
border-color: #E22450;
}
</style>