Shades of Amaranth #E53958
Tints of Amaranth #E53958
RGB
CMYK
RGB Variations
Color information
#E53958 (or 0xE53958) is known color: Amaranth. HEX triplet: E5, 39 and 58. RGB value is (229,57,88). Sum of RGB (Red+Green+Blue) = 229+57+88=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E53958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53958 is #1AC6A7. Grayscale: #707070. Windows color (decimal): -1754792 or 5781989. OLE color: 5781989.
HSL color Cylindrical-coordinate representation of color #E53958: hue angle of 349.19º 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 #E53958 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 88 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.10 |
| HSL | 349.19º | 0.77% | 0.56% | - |
| HSV(B) | 349.19º | 0.75% | 0.9% | - |
| XYZ | 35.54 | 20.29 | 11.28 | - |
| YUV | 111.96 | 114.48 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 88 | 0 | 0.75 | 0.62 | 0.10 | 349.19 | 0.77 | 0.56 |
| Hex | E5 | 39 | 58 | 0 | 4B | 3E | A | 15D | 4D | 38 |
| Octal | 345 | 71 | 130 | 0 | 113 | 76 | 12 | 535 | 115 | 70 |
| Binary | 11100101 | 111001 | 1011000 | 0 | 1001011 | 111110 | 1010 | 101011101 | 1001101 | 111000 |
Color Harmonies of #E53958
Complementary color
Monochromatic Colors of #E53958
Black with #E53958
Text Example
Text Example
White with #E53958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53958; }
p { color: rgb(229,57,88); }
H1.HeaderClassName
{
color: #E53958;
}
.AnyTagClassName
{
color: #E53958;
}
</style>
background-color css
<style>
a { background-color: #E53958; }
a { background-color: rgb(229,57,88); }
div.DivClassName
{
background-color: #E53958;
}
.BgClassName
{
background-color: #E53958;
}
</style>
border-color css
<style>
span { border-color: #E53958; }
span { border-color: rgb(229,57,88); }
td.TdClassName
{
border-color: #E53958;
}
.TagClassName
{
border-color: #E53958;
}
</style>