Shades of Amaranth #E53751
Tints of Amaranth #E53751
RGB
CMYK
RGB Variations
Color information
#E53751 (or 0xE53751) is known color: Amaranth. HEX triplet: E5, 37 and 51. RGB value is (229,55,81). Sum of RGB (Red+Green+Blue) = 229+55+81=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E53751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53751 is #1AC8AE. Grayscale: #6E6E6E. Windows color (decimal): -1755311 or 5322725. OLE color: 5322725.
HSL color Cylindrical-coordinate representation of color #E53751: hue angle of 351.03º 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 #E53751 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 81 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.10 |
| HSL | 351.03º | 0.77% | 0.56% | - |
| HSV(B) | 351.03º | 0.76% | 0.9% | - |
| XYZ | 35.16 | 19.98 | 9.79 | - |
| YUV | 109.99 | 111.65 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 81 | 0 | 0.76 | 0.65 | 0.10 | 351.03 | 0.77 | 0.56 |
| Hex | E5 | 37 | 51 | 0 | 4C | 41 | A | 15F | 4D | 38 |
| Octal | 345 | 67 | 121 | 0 | 114 | 101 | 12 | 537 | 115 | 70 |
| Binary | 11100101 | 110111 | 1010001 | 0 | 1001100 | 1000001 | 1010 | 101011111 | 1001101 | 111000 |
Color Harmonies of #E53751
Complementary color
Monochromatic Colors of #E53751
Black with #E53751
Text Example
Text Example
White with #E53751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53751; }
p { color: rgb(229,55,81); }
H1.HeaderClassName
{
color: #E53751;
}
.AnyTagClassName
{
color: #E53751;
}
</style>
background-color css
<style>
a { background-color: #E53751; }
a { background-color: rgb(229,55,81); }
div.DivClassName
{
background-color: #E53751;
}
.BgClassName
{
background-color: #E53751;
}
</style>
border-color css
<style>
span { border-color: #E53751; }
span { border-color: rgb(229,55,81); }
td.TdClassName
{
border-color: #E53751;
}
.TagClassName
{
border-color: #E53751;
}
</style>