Shades of Amaranth #E93159
Tints of Amaranth #E93159
RGB
CMYK
RGB Variations
Color information
#E93159 (or 0xE93159) is known color: Amaranth. HEX triplet: E9, 31 and 59. RGB value is (233,49,89). Sum of RGB (Red+Green+Blue) = 233+49+89=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E93159 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93159 is #16CEA6. Grayscale: #6C6C6C. Windows color (decimal): -1494695 or 5845481. OLE color: 5845481.
HSL color Cylindrical-coordinate representation of color #E93159: hue angle of 346.96º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E93159 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 49 | 89 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.09 |
| HSL | 346.96º | 0.81% | 0.55% | - |
| HSV(B) | 346.96º | 0.79% | 0.91% | - |
| XYZ | 36.51 | 20.24 | 11.43 | - |
| YUV | 108.58 | 116.96 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 49 | 89 | 0 | 0.79 | 0.62 | 0.09 | 346.96 | 0.81 | 0.55 |
| Hex | E9 | 31 | 59 | 0 | 4F | 3E | 9 | 15B | 51 | 37 |
| Octal | 351 | 61 | 131 | 0 | 117 | 76 | 11 | 533 | 121 | 67 |
| Binary | 11101001 | 110001 | 1011001 | 0 | 1001111 | 111110 | 1001 | 101011011 | 1010001 | 110111 |
Color Harmonies of #E93159
Complementary color
Monochromatic Colors of #E93159
Black with #E93159
Text Example
Text Example
White with #E93159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93159; }
p { color: rgb(233,49,89); }
H1.HeaderClassName
{
color: #E93159;
}
.AnyTagClassName
{
color: #E93159;
}
</style>
background-color css
<style>
a { background-color: #E93159; }
a { background-color: rgb(233,49,89); }
div.DivClassName
{
background-color: #E93159;
}
.BgClassName
{
background-color: #E93159;
}
</style>
border-color css
<style>
span { border-color: #E93159; }
span { border-color: rgb(233,49,89); }
td.TdClassName
{
border-color: #E93159;
}
.TagClassName
{
border-color: #E93159;
}
</style>