Shades of Amaranth #E22551
Tints of Amaranth #E22551
RGB
CMYK
RGB Variations
Color information
#E22551 (or 0xE22551) is known color: Amaranth. HEX triplet: E2, 25 and 51. RGB value is (226,37,81). Sum of RGB (Red+Green+Blue) = 226+37+81=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E22551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22551 is #1DDAAE. Grayscale: #626262. Windows color (decimal): -1956527 or 5318114. OLE color: 5318114.
HSL color Cylindrical-coordinate representation of color #E22551: hue angle of 346.03º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E22551 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 81 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.11 |
| HSL | 346.03º | 0.77% | 0.52% | - |
| HSV(B) | 346.03º | 0.84% | 0.89% | - |
| XYZ | 33.51 | 18.09 | 9.51 | - |
| YUV | 98.53 | 118.12 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 81 | 0 | 0.84 | 0.64 | 0.11 | 346.03 | 0.77 | 0.52 |
| Hex | E2 | 25 | 51 | 0 | 54 | 40 | B | 15A | 4D | 34 |
| Octal | 342 | 45 | 121 | 0 | 124 | 100 | 13 | 532 | 115 | 64 |
| Binary | 11100010 | 100101 | 1010001 | 0 | 1010100 | 1000000 | 1011 | 101011010 | 1001101 | 110100 |
Color Harmonies of #E22551
Complementary color
Monochromatic Colors of #E22551
Black with #E22551
Text Example
Text Example
White with #E22551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22551; }
p { color: rgb(226,37,81); }
H1.HeaderClassName
{
color: #E22551;
}
.AnyTagClassName
{
color: #E22551;
}
</style>
background-color css
<style>
a { background-color: #E22551; }
a { background-color: rgb(226,37,81); }
div.DivClassName
{
background-color: #E22551;
}
.BgClassName
{
background-color: #E22551;
}
</style>
border-color css
<style>
span { border-color: #E22551; }
span { border-color: rgb(226,37,81); }
td.TdClassName
{
border-color: #E22551;
}
.TagClassName
{
border-color: #E22551;
}
</style>