Shades of Amaranth #E83856
Tints of Amaranth #E83856
RGB
CMYK
RGB Variations
Color information
#E83856 (or 0xE83856) is known color: Amaranth. HEX triplet: E8, 38 and 56. RGB value is (232,56,86). Sum of RGB (Red+Green+Blue) = 232+56+86=374 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.03% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 232 - color contains mainly: red. Hex color #E83856 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E83856 is #17C7A9. Grayscale: #707070. Windows color (decimal): -1558442 or 5650664. OLE color: 5650664.
HSL color Cylindrical-coordinate representation of color #E83856: hue angle of 349.77º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E83856 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 56 | 86 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.09 |
| HSL | 349.77º | 0.79% | 0.56% | - |
| HSV(B) | 349.77º | 0.76% | 0.91% | - |
| XYZ | 36.37 | 20.66 | 10.87 | - |
| YUV | 112.04 | 113.31 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 56 | 86 | 0 | 0.76 | 0.63 | 0.09 | 349.77 | 0.79 | 0.56 |
| Hex | E8 | 38 | 56 | 0 | 4C | 3F | 9 | 15E | 4F | 38 |
| Octal | 350 | 70 | 126 | 0 | 114 | 77 | 11 | 536 | 117 | 70 |
| Binary | 11101000 | 111000 | 1010110 | 0 | 1001100 | 111111 | 1001 | 101011110 | 1001111 | 111000 |
Color Harmonies of #E83856
Complementary color
Monochromatic Colors of #E83856
Black with #E83856
Text Example
Text Example
White with #E83856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83856; }
p { color: rgb(232,56,86); }
H1.HeaderClassName
{
color: #E83856;
}
.AnyTagClassName
{
color: #E83856;
}
</style>
background-color css
<style>
a { background-color: #E83856; }
a { background-color: rgb(232,56,86); }
div.DivClassName
{
background-color: #E83856;
}
.BgClassName
{
background-color: #E83856;
}
</style>
border-color css
<style>
span { border-color: #E83856; }
span { border-color: rgb(232,56,86); }
td.TdClassName
{
border-color: #E83856;
}
.TagClassName
{
border-color: #E83856;
}
</style>