Shades of Amaranth #E92B59
Tints of Amaranth #E92B59
RGB
CMYK
RGB Variations
Color information
#E92B59 (or 0xE92B59) is known color: Amaranth. HEX triplet: E9, 2B and 59. RGB value is (233,43,89). Sum of RGB (Red+Green+Blue) = 233+43+89=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E92B59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92B59 is #16D4A6. Grayscale: #696969. Windows color (decimal): -1496231 or 5843945. OLE color: 5843945.
HSL color Cylindrical-coordinate representation of color #E92B59: hue angle of 345.47º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92B59 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 43 | 89 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.09 |
| HSL | 345.47º | 0.81% | 0.54% | - |
| HSV(B) | 345.47º | 0.82% | 0.91% | - |
| XYZ | 36.27 | 19.77 | 11.36 | - |
| YUV | 105.05 | 118.95 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 43 | 89 | 0 | 0.82 | 0.62 | 0.09 | 345.47 | 0.81 | 0.54 |
| Hex | E9 | 2B | 59 | 0 | 52 | 3E | 9 | 159 | 51 | 36 |
| Octal | 351 | 53 | 131 | 0 | 122 | 76 | 11 | 531 | 121 | 66 |
| Binary | 11101001 | 101011 | 1011001 | 0 | 1010010 | 111110 | 1001 | 101011001 | 1010001 | 110110 |
Color Harmonies of #E92B59
Complementary color
Monochromatic Colors of #E92B59
Black with #E92B59
Text Example
Text Example
White with #E92B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92B59; }
p { color: rgb(233,43,89); }
H1.HeaderClassName
{
color: #E92B59;
}
.AnyTagClassName
{
color: #E92B59;
}
</style>
background-color css
<style>
a { background-color: #E92B59; }
a { background-color: rgb(233,43,89); }
div.DivClassName
{
background-color: #E92B59;
}
.BgClassName
{
background-color: #E92B59;
}
</style>
border-color css
<style>
span { border-color: #E92B59; }
span { border-color: rgb(233,43,89); }
td.TdClassName
{
border-color: #E92B59;
}
.TagClassName
{
border-color: #E92B59;
}
</style>