Shades of Amaranth #E53748
Tints of Amaranth #E53748
RGB
CMYK
RGB Variations
Color information
#E53748 (or 0xE53748) is known color: Amaranth. HEX triplet: E5, 37 and 48. RGB value is (229,55,72). Sum of RGB (Red+Green+Blue) = 229+55+72=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E53748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53748 is #1AC8B7. Grayscale: #6D6D6D. Windows color (decimal): -1755320 or 4732901. OLE color: 4732901.
HSL color Cylindrical-coordinate representation of color #E53748: hue angle of 354.14º 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 #E53748 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 72 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.10 |
| HSL | 354.14º | 0.77% | 0.56% | - |
| HSV(B) | 354.14º | 0.76% | 0.9% | - |
| XYZ | 34.85 | 19.86 | 8.13 | - |
| YUV | 108.96 | 107.15 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 72 | 0 | 0.76 | 0.69 | 0.10 | 354.14 | 0.77 | 0.56 |
| Hex | E5 | 37 | 48 | 0 | 4C | 45 | A | 162 | 4D | 38 |
| Octal | 345 | 67 | 110 | 0 | 114 | 105 | 12 | 542 | 115 | 70 |
| Binary | 11100101 | 110111 | 1001000 | 0 | 1001100 | 1000101 | 1010 | 101100010 | 1001101 | 111000 |
Color Harmonies of #E53748
Complementary color
Monochromatic Colors of #E53748
Black with #E53748
Text Example
Text Example
White with #E53748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53748; }
p { color: rgb(229,55,72); }
H1.HeaderClassName
{
color: #E53748;
}
.AnyTagClassName
{
color: #E53748;
}
</style>
background-color css
<style>
a { background-color: #E53748; }
a { background-color: rgb(229,55,72); }
div.DivClassName
{
background-color: #E53748;
}
.BgClassName
{
background-color: #E53748;
}
</style>
border-color css
<style>
span { border-color: #E53748; }
span { border-color: rgb(229,55,72); }
td.TdClassName
{
border-color: #E53748;
}
.TagClassName
{
border-color: #E53748;
}
</style>