Shades of Amaranth #E22959
Tints of Amaranth #E22959
RGB
CMYK
RGB Variations
Color information
#E22959 (or 0xE22959) is known color: Amaranth. HEX triplet: E2, 29 and 59. RGB value is (226,41,89). Sum of RGB (Red+Green+Blue) = 226+41+89=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E22959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22959 is #1DD6A6. Grayscale: #656565. Windows color (decimal): -1955495 or 5843426. OLE color: 5843426.
HSL color Cylindrical-coordinate representation of color #E22959: hue angle of 344.43º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E22959 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 89 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.11 |
| HSL | 344.43º | 0.76% | 0.52% | - |
| HSV(B) | 344.43º | 0.82% | 0.89% | - |
| XYZ | 33.96 | 18.48 | 11.23 | - |
| YUV | 101.79 | 120.79 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 89 | 0 | 0.82 | 0.61 | 0.11 | 344.43 | 0.76 | 0.52 |
| Hex | E2 | 29 | 59 | 0 | 52 | 3D | B | 158 | 4C | 34 |
| Octal | 342 | 51 | 131 | 0 | 122 | 75 | 13 | 530 | 114 | 64 |
| Binary | 11100010 | 101001 | 1011001 | 0 | 1010010 | 111101 | 1011 | 101011000 | 1001100 | 110100 |
Color Harmonies of #E22959
Complementary color
Monochromatic Colors of #E22959
Black with #E22959
Text Example
Text Example
White with #E22959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22959; }
p { color: rgb(226,41,89); }
H1.HeaderClassName
{
color: #E22959;
}
.AnyTagClassName
{
color: #E22959;
}
</style>
background-color css
<style>
a { background-color: #E22959; }
a { background-color: rgb(226,41,89); }
div.DivClassName
{
background-color: #E22959;
}
.BgClassName
{
background-color: #E22959;
}
</style>
border-color css
<style>
span { border-color: #E22959; }
span { border-color: rgb(226,41,89); }
td.TdClassName
{
border-color: #E22959;
}
.TagClassName
{
border-color: #E22959;
}
</style>