Shades of Amaranth #E93156
Tints of Amaranth #E93156
RGB
CMYK
RGB Variations
Color information
#E93156 (or 0xE93156) is known color: Amaranth. HEX triplet: E9, 31 and 56. RGB value is (233,49,86). Sum of RGB (Red+Green+Blue) = 233+49+86=368 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.32% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 233 - color contains mainly: red. Hex color #E93156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93156 is #16CEA9. Grayscale: #6C6C6C. Windows color (decimal): -1494698 or 5648873. OLE color: 5648873.
HSL color Cylindrical-coordinate representation of color #E93156: hue angle of 347.93º 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 #E93156 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 49 | 86 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.09 |
| HSL | 347.93º | 0.81% | 0.55% | - |
| HSV(B) | 347.93º | 0.79% | 0.91% | - |
| XYZ | 36.38 | 20.19 | 10.78 | - |
| YUV | 108.23 | 115.46 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 49 | 86 | 0 | 0.79 | 0.63 | 0.09 | 347.93 | 0.81 | 0.55 |
| Hex | E9 | 31 | 56 | 0 | 4F | 3F | 9 | 15C | 51 | 37 |
| Octal | 351 | 61 | 126 | 0 | 117 | 77 | 11 | 534 | 121 | 67 |
| Binary | 11101001 | 110001 | 1010110 | 0 | 1001111 | 111111 | 1001 | 101011100 | 1010001 | 110111 |
Color Harmonies of #E93156
Complementary color
Monochromatic Colors of #E93156
Black with #E93156
Text Example
Text Example
White with #E93156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93156; }
p { color: rgb(233,49,86); }
H1.HeaderClassName
{
color: #E93156;
}
.AnyTagClassName
{
color: #E93156;
}
</style>
background-color css
<style>
a { background-color: #E93156; }
a { background-color: rgb(233,49,86); }
div.DivClassName
{
background-color: #E93156;
}
.BgClassName
{
background-color: #E93156;
}
</style>
border-color css
<style>
span { border-color: #E93156; }
span { border-color: rgb(233,49,86); }
td.TdClassName
{
border-color: #E93156;
}
.TagClassName
{
border-color: #E93156;
}
</style>