Shades of Amaranth #E53753
Tints of Amaranth #E53753
RGB
CMYK
RGB Variations
Color information
#E53753 (or 0xE53753) is known color: Amaranth. HEX triplet: E5, 37 and 53. RGB value is (229,55,83). Sum of RGB (Red+Green+Blue) = 229+55+83=367 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.40% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 229 - color contains mainly: red. Hex color #E53753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53753 is #1AC8AC. Grayscale: #6E6E6E. Windows color (decimal): -1755309 or 5453797. OLE color: 5453797.
HSL color Cylindrical-coordinate representation of color #E53753: hue angle of 350.34º 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 #E53753 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 83 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.10 |
| HSL | 350.34º | 0.77% | 0.56% | - |
| HSV(B) | 350.34º | 0.76% | 0.9% | - |
| XYZ | 35.24 | 20.01 | 10.19 | - |
| YUV | 110.22 | 112.65 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 83 | 0 | 0.76 | 0.64 | 0.10 | 350.34 | 0.77 | 0.56 |
| Hex | E5 | 37 | 53 | 0 | 4C | 40 | A | 15E | 4D | 38 |
| Octal | 345 | 67 | 123 | 0 | 114 | 100 | 12 | 536 | 115 | 70 |
| Binary | 11100101 | 110111 | 1010011 | 0 | 1001100 | 1000000 | 1010 | 101011110 | 1001101 | 111000 |
Color Harmonies of #E53753
Complementary color
Monochromatic Colors of #E53753
Black with #E53753
Text Example
Text Example
White with #E53753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53753; }
p { color: rgb(229,55,83); }
H1.HeaderClassName
{
color: #E53753;
}
.AnyTagClassName
{
color: #E53753;
}
</style>
background-color css
<style>
a { background-color: #E53753; }
a { background-color: rgb(229,55,83); }
div.DivClassName
{
background-color: #E53753;
}
.BgClassName
{
background-color: #E53753;
}
</style>
border-color css
<style>
span { border-color: #E53753; }
span { border-color: rgb(229,55,83); }
td.TdClassName
{
border-color: #E53753;
}
.TagClassName
{
border-color: #E53753;
}
</style>