Shades of Amaranth #E53856
Tints of Amaranth #E53856
RGB
CMYK
RGB Variations
Color information
#E53856 (or 0xE53856) is known color: Amaranth. HEX triplet: E5, 38 and 56. RGB value is (229,56,86). Sum of RGB (Red+Green+Blue) = 229+56+86=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E53856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53856 is #1AC7A9. Grayscale: #6F6F6F. Windows color (decimal): -1755050 or 5650661. OLE color: 5650661.
HSL color Cylindrical-coordinate representation of color #E53856: hue angle of 349.6º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E53856 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 86 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.10 |
| HSL | 349.6º | 0.77% | 0.56% | - |
| HSV(B) | 349.6º | 0.76% | 0.9% | - |
| XYZ | 35.41 | 20.16 | 10.83 | - |
| YUV | 111.15 | 113.81 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 86 | 0 | 0.76 | 0.62 | 0.10 | 349.6 | 0.77 | 0.56 |
| Hex | E5 | 38 | 56 | 0 | 4C | 3E | A | 15E | 4D | 38 |
| Octal | 345 | 70 | 126 | 0 | 114 | 76 | 12 | 536 | 115 | 70 |
| Binary | 11100101 | 111000 | 1010110 | 0 | 1001100 | 111110 | 1010 | 101011110 | 1001101 | 111000 |
Color Harmonies of #E53856
Complementary color
Monochromatic Colors of #E53856
Black with #E53856
Text Example
Text Example
White with #E53856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53856; }
p { color: rgb(229,56,86); }
H1.HeaderClassName
{
color: #E53856;
}
.AnyTagClassName
{
color: #E53856;
}
</style>
background-color css
<style>
a { background-color: #E53856; }
a { background-color: rgb(229,56,86); }
div.DivClassName
{
background-color: #E53856;
}
.BgClassName
{
background-color: #E53856;
}
</style>
border-color css
<style>
span { border-color: #E53856; }
span { border-color: rgb(229,56,86); }
td.TdClassName
{
border-color: #E53856;
}
.TagClassName
{
border-color: #E53856;
}
</style>