Shades of Amaranth #E22051
Tints of Amaranth #E22051
RGB
CMYK
RGB Variations
Color information
#E22051 (or 0xE22051) is known color: Amaranth. HEX triplet: E2, 20 and 51. RGB value is (226,32,81). Sum of RGB (Red+Green+Blue) = 226+32+81=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E22051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22051 is #1DDFAE. Grayscale: #5F5F5F. Windows color (decimal): -1957807 or 5316834. OLE color: 5316834.
HSL color Cylindrical-coordinate representation of color #E22051: hue angle of 344.85º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E22051 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 81 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.11 |
| HSL | 344.85º | 0.77% | 0.51% | - |
| HSV(B) | 344.85º | 0.86% | 0.89% | - |
| XYZ | 33.37 | 17.8 | 9.46 | - |
| YUV | 95.59 | 119.77 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 81 | 0 | 0.86 | 0.64 | 0.11 | 344.85 | 0.77 | 0.51 |
| Hex | E2 | 20 | 51 | 0 | 56 | 40 | B | 159 | 4D | 33 |
| Octal | 342 | 40 | 121 | 0 | 126 | 100 | 13 | 531 | 115 | 63 |
| Binary | 11100010 | 100000 | 1010001 | 0 | 1010110 | 1000000 | 1011 | 101011001 | 1001101 | 110011 |
Color Harmonies of #E22051
Complementary color
Monochromatic Colors of #E22051
Black with #E22051
Text Example
Text Example
White with #E22051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22051; }
p { color: rgb(226,32,81); }
H1.HeaderClassName
{
color: #E22051;
}
.AnyTagClassName
{
color: #E22051;
}
</style>
background-color css
<style>
a { background-color: #E22051; }
a { background-color: rgb(226,32,81); }
div.DivClassName
{
background-color: #E22051;
}
.BgClassName
{
background-color: #E22051;
}
</style>
border-color css
<style>
span { border-color: #E22051; }
span { border-color: rgb(226,32,81); }
td.TdClassName
{
border-color: #E22051;
}
.TagClassName
{
border-color: #E22051;
}
</style>