Shades of Amaranth #E53758
Tints of Amaranth #E53758
RGB
CMYK
RGB Variations
Color information
#E53758 (or 0xE53758) is known color: Amaranth. HEX triplet: E5, 37 and 58. RGB value is (229,55,88). Sum of RGB (Red+Green+Blue) = 229+55+88=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E53758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53758 is #1AC8A7. Grayscale: #6E6E6E. Windows color (decimal): -1755304 or 5781477. OLE color: 5781477.
HSL color Cylindrical-coordinate representation of color #E53758: hue angle of 348.62º 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 #E53758 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 88 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.10 |
| HSL | 348.62º | 0.77% | 0.56% | - |
| HSV(B) | 348.62º | 0.76% | 0.9% | - |
| XYZ | 35.44 | 20.09 | 11.24 | - |
| YUV | 110.79 | 115.15 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 88 | 0 | 0.76 | 0.62 | 0.10 | 348.62 | 0.77 | 0.56 |
| Hex | E5 | 37 | 58 | 0 | 4C | 3E | A | 15D | 4D | 38 |
| Octal | 345 | 67 | 130 | 0 | 114 | 76 | 12 | 535 | 115 | 70 |
| Binary | 11100101 | 110111 | 1011000 | 0 | 1001100 | 111110 | 1010 | 101011101 | 1001101 | 111000 |
Color Harmonies of #E53758
Complementary color
Monochromatic Colors of #E53758
Black with #E53758
Text Example
Text Example
White with #E53758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53758; }
p { color: rgb(229,55,88); }
H1.HeaderClassName
{
color: #E53758;
}
.AnyTagClassName
{
color: #E53758;
}
</style>
background-color css
<style>
a { background-color: #E53758; }
a { background-color: rgb(229,55,88); }
div.DivClassName
{
background-color: #E53758;
}
.BgClassName
{
background-color: #E53758;
}
</style>
border-color css
<style>
span { border-color: #E53758; }
span { border-color: rgb(229,55,88); }
td.TdClassName
{
border-color: #E53758;
}
.TagClassName
{
border-color: #E53758;
}
</style>