Shades of Amaranth #E83157
Tints of Amaranth #E83157
RGB
CMYK
RGB Variations
Color information
#E83157 (or 0xE83157) is known color: Amaranth. HEX triplet: E8, 31 and 57. RGB value is (232,49,87). Sum of RGB (Red+Green+Blue) = 232+49+87=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E83157 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E83157 is #17CEA8. Grayscale: #6C6C6C. Windows color (decimal): -1560233 or 5714408. OLE color: 5714408.
HSL color Cylindrical-coordinate representation of color #E83157: hue angle of 347.54º degrees, saturation: 0.8, 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 #E83157 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 87 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.09 |
| HSL | 347.54º | 0.8% | 0.55% | - |
| HSV(B) | 347.54º | 0.79% | 0.91% | - |
| XYZ | 36.1 | 20.04 | 10.98 | - |
| YUV | 108.05 | 116.13 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 87 | 0 | 0.79 | 0.62 | 0.09 | 347.54 | 0.8 | 0.55 |
| Hex | E8 | 31 | 57 | 0 | 4F | 3E | 9 | 15C | 50 | 37 |
| Octal | 350 | 61 | 127 | 0 | 117 | 76 | 11 | 534 | 120 | 67 |
| Binary | 11101000 | 110001 | 1010111 | 0 | 1001111 | 111110 | 1001 | 101011100 | 1010000 | 110111 |
Color Harmonies of #E83157
Complementary color
Monochromatic Colors of #E83157
Black with #E83157
Text Example
Text Example
White with #E83157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83157; }
p { color: rgb(232,49,87); }
H1.HeaderClassName
{
color: #E83157;
}
.AnyTagClassName
{
color: #E83157;
}
</style>
background-color css
<style>
a { background-color: #E83157; }
a { background-color: rgb(232,49,87); }
div.DivClassName
{
background-color: #E83157;
}
.BgClassName
{
background-color: #E83157;
}
</style>
border-color css
<style>
span { border-color: #E83157; }
span { border-color: rgb(232,49,87); }
td.TdClassName
{
border-color: #E83157;
}
.TagClassName
{
border-color: #E83157;
}
</style>