Shades of Amaranth #E53956
Tints of Amaranth #E53956
RGB
CMYK
RGB Variations
Color information
#E53956 (or 0xE53956) is known color: Amaranth. HEX triplet: E5, 39 and 56. RGB value is (229,57,86). Sum of RGB (Red+Green+Blue) = 229+57+86=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E53956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53956 is #1AC6A9. Grayscale: #6F6F6F. Windows color (decimal): -1754794 or 5650917. OLE color: 5650917.
HSL color Cylindrical-coordinate representation of color #E53956: hue angle of 349.88º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53956 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 86 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.10 |
| HSL | 349.88º | 0.77% | 0.56% | - |
| HSV(B) | 349.88º | 0.75% | 0.9% | - |
| XYZ | 35.46 | 20.26 | 10.85 | - |
| YUV | 111.73 | 113.48 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 86 | 0 | 0.75 | 0.62 | 0.10 | 349.88 | 0.77 | 0.56 |
| Hex | E5 | 39 | 56 | 0 | 4B | 3E | A | 15E | 4D | 38 |
| Octal | 345 | 71 | 126 | 0 | 113 | 76 | 12 | 536 | 115 | 70 |
| Binary | 11100101 | 111001 | 1010110 | 0 | 1001011 | 111110 | 1010 | 101011110 | 1001101 | 111000 |
Color Harmonies of #E53956
Complementary color
Monochromatic Colors of #E53956
Black with #E53956
Text Example
Text Example
White with #E53956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53956; }
p { color: rgb(229,57,86); }
H1.HeaderClassName
{
color: #E53956;
}
.AnyTagClassName
{
color: #E53956;
}
</style>
background-color css
<style>
a { background-color: #E53956; }
a { background-color: rgb(229,57,86); }
div.DivClassName
{
background-color: #E53956;
}
.BgClassName
{
background-color: #E53956;
}
</style>
border-color css
<style>
span { border-color: #E53956; }
span { border-color: rgb(229,57,86); }
td.TdClassName
{
border-color: #E53956;
}
.TagClassName
{
border-color: #E53956;
}
</style>