Shades of Amaranth #E92C59
Tints of Amaranth #E92C59
RGB
CMYK
RGB Variations
Color information
#E92C59 (or 0xE92C59) is known color: Amaranth. HEX triplet: E9, 2C and 59. RGB value is (233,44,89). Sum of RGB (Red+Green+Blue) = 233+44+89=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92C59 is #16D3A6. Grayscale: #696969. Windows color (decimal): -1495975 or 5844201. OLE color: 5844201.
HSL color Cylindrical-coordinate representation of color #E92C59: hue angle of 345.71º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92C59 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 89 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.09 |
| HSL | 345.71º | 0.81% | 0.54% | - |
| HSV(B) | 345.71º | 0.81% | 0.91% | - |
| XYZ | 36.31 | 19.85 | 11.37 | - |
| YUV | 105.64 | 118.62 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 89 | 0 | 0.81 | 0.62 | 0.09 | 345.71 | 0.81 | 0.54 |
| Hex | E9 | 2C | 59 | 0 | 51 | 3E | 9 | 15A | 51 | 36 |
| Octal | 351 | 54 | 131 | 0 | 121 | 76 | 11 | 532 | 121 | 66 |
| Binary | 11101001 | 101100 | 1011001 | 0 | 1010001 | 111110 | 1001 | 101011010 | 1010001 | 110110 |
Color Harmonies of #E92C59
Complementary color
Monochromatic Colors of #E92C59
Black with #E92C59
Text Example
Text Example
White with #E92C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92C59; }
p { color: rgb(233,44,89); }
H1.HeaderClassName
{
color: #E92C59;
}
.AnyTagClassName
{
color: #E92C59;
}
</style>
background-color css
<style>
a { background-color: #E92C59; }
a { background-color: rgb(233,44,89); }
div.DivClassName
{
background-color: #E92C59;
}
.BgClassName
{
background-color: #E92C59;
}
</style>
border-color css
<style>
span { border-color: #E92C59; }
span { border-color: rgb(233,44,89); }
td.TdClassName
{
border-color: #E92C59;
}
.TagClassName
{
border-color: #E92C59;
}
</style>