Shades of Amaranth #E22A59
Tints of Amaranth #E22A59
RGB
CMYK
RGB Variations
Color information
#E22A59 (or 0xE22A59) is known color: Amaranth. HEX triplet: E2, 2A and 59. RGB value is (226,42,89). Sum of RGB (Red+Green+Blue) = 226+42+89=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E22A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22A59 is #1DD5A6. Grayscale: #666666. Windows color (decimal): -1955239 or 5843682. OLE color: 5843682.
HSL color Cylindrical-coordinate representation of color #E22A59: hue angle of 344.67º 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 #E22A59 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 42 | 89 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.11 |
| HSL | 344.67º | 0.76% | 0.53% | - |
| HSV(B) | 344.67º | 0.81% | 0.89% | - |
| XYZ | 34 | 18.55 | 11.24 | - |
| YUV | 102.37 | 120.46 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 42 | 89 | 0 | 0.81 | 0.61 | 0.11 | 344.67 | 0.76 | 0.53 |
| Hex | E2 | 2A | 59 | 0 | 51 | 3D | B | 159 | 4C | 35 |
| Octal | 342 | 52 | 131 | 0 | 121 | 75 | 13 | 531 | 114 | 65 |
| Binary | 11100010 | 101010 | 1011001 | 0 | 1010001 | 111101 | 1011 | 101011001 | 1001100 | 110101 |
Color Harmonies of #E22A59
Complementary color
Monochromatic Colors of #E22A59
Black with #E22A59
Text Example
Text Example
White with #E22A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22A59; }
p { color: rgb(226,42,89); }
H1.HeaderClassName
{
color: #E22A59;
}
.AnyTagClassName
{
color: #E22A59;
}
</style>
background-color css
<style>
a { background-color: #E22A59; }
a { background-color: rgb(226,42,89); }
div.DivClassName
{
background-color: #E22A59;
}
.BgClassName
{
background-color: #E22A59;
}
</style>
border-color css
<style>
span { border-color: #E22A59; }
span { border-color: rgb(226,42,89); }
td.TdClassName
{
border-color: #E22A59;
}
.TagClassName
{
border-color: #E22A59;
}
</style>