Shades of Amaranth #E92359
Tints of Amaranth #E92359
RGB
CMYK
RGB Variations
Color information
#E92359 (or 0xE92359) is known color: Amaranth. HEX triplet: E9, 23 and 59. RGB value is (233,35,89). Sum of RGB (Red+Green+Blue) = 233+35+89=357 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.27% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 233 - color contains mainly: red. Hex color #E92359 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92359 is #16DCA6. Grayscale: #646464. Windows color (decimal): -1498279 or 5841897. OLE color: 5841897.
HSL color Cylindrical-coordinate representation of color #E92359: hue angle of 343.64º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E92359 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 35 | 89 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.09 |
| HSL | 343.64º | 0.82% | 0.53% | - |
| HSV(B) | 343.64º | 0.85% | 0.91% | - |
| XYZ | 36.01 | 19.25 | 11.27 | - |
| YUV | 100.36 | 121.6 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 35 | 89 | 0 | 0.85 | 0.62 | 0.09 | 343.64 | 0.82 | 0.53 |
| Hex | E9 | 23 | 59 | 0 | 55 | 3E | 9 | 158 | 52 | 35 |
| Octal | 351 | 43 | 131 | 0 | 125 | 76 | 11 | 530 | 122 | 65 |
| Binary | 11101001 | 100011 | 1011001 | 0 | 1010101 | 111110 | 1001 | 101011000 | 1010010 | 110101 |
Color Harmonies of #E92359
Complementary color
Monochromatic Colors of #E92359
Black with #E92359
Text Example
Text Example
White with #E92359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92359; }
p { color: rgb(233,35,89); }
H1.HeaderClassName
{
color: #E92359;
}
.AnyTagClassName
{
color: #E92359;
}
</style>
background-color css
<style>
a { background-color: #E92359; }
a { background-color: rgb(233,35,89); }
div.DivClassName
{
background-color: #E92359;
}
.BgClassName
{
background-color: #E92359;
}
</style>
border-color css
<style>
span { border-color: #E92359; }
span { border-color: rgb(233,35,89); }
td.TdClassName
{
border-color: #E92359;
}
.TagClassName
{
border-color: #E92359;
}
</style>