Shades of Amaranth #E23159
Tints of Amaranth #E23159
RGB
CMYK
RGB Variations
Color information
#E23159 (or 0xE23159) is known color: Amaranth. HEX triplet: E2, 31 and 59. RGB value is (226,49,89). Sum of RGB (Red+Green+Blue) = 226+49+89=364 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.09% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 226 - color contains mainly: red. Hex color #E23159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23159 is #1DCEA6. Grayscale: #6A6A6A. Windows color (decimal): -1953447 or 5845474. OLE color: 5845474.
HSL color Cylindrical-coordinate representation of color #E23159: hue angle of 346.44º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E23159 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 89 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.11 |
| HSL | 346.44º | 0.75% | 0.54% | - |
| HSV(B) | 346.44º | 0.78% | 0.89% | - |
| XYZ | 34.27 | 19.09 | 11.33 | - |
| YUV | 106.48 | 118.14 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 89 | 0 | 0.78 | 0.61 | 0.11 | 346.44 | 0.75 | 0.54 |
| Hex | E2 | 31 | 59 | 0 | 4E | 3D | B | 15A | 4B | 36 |
| Octal | 342 | 61 | 131 | 0 | 116 | 75 | 13 | 532 | 113 | 66 |
| Binary | 11100010 | 110001 | 1011001 | 0 | 1001110 | 111101 | 1011 | 101011010 | 1001011 | 110110 |
Color Harmonies of #E23159
Complementary color
Monochromatic Colors of #E23159
Black with #E23159
Text Example
Text Example
White with #E23159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23159; }
p { color: rgb(226,49,89); }
H1.HeaderClassName
{
color: #E23159;
}
.AnyTagClassName
{
color: #E23159;
}
</style>
background-color css
<style>
a { background-color: #E23159; }
a { background-color: rgb(226,49,89); }
div.DivClassName
{
background-color: #E23159;
}
.BgClassName
{
background-color: #E23159;
}
</style>
border-color css
<style>
span { border-color: #E23159; }
span { border-color: rgb(226,49,89); }
td.TdClassName
{
border-color: #E23159;
}
.TagClassName
{
border-color: #E23159;
}
</style>