Shades of Amaranth #E53155
Tints of Amaranth #E53155
RGB
CMYK
RGB Variations
Color information
#E53155 (or 0xE53155) is known color: Amaranth. HEX triplet: E5, 31 and 55. RGB value is (229,49,85). Sum of RGB (Red+Green+Blue) = 229+49+85=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E53155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53155 is #1ACEAA. Grayscale: #6A6A6A. Windows color (decimal): -1756843 or 5583333. OLE color: 5583333.
HSL color Cylindrical-coordinate representation of color #E53155: hue angle of 348º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E53155 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 85 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.10 |
| HSL | 348º | 0.78% | 0.55% | - |
| HSV(B) | 348º | 0.79% | 0.9% | - |
| XYZ | 35.05 | 19.51 | 10.51 | - |
| YUV | 106.92 | 115.63 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 85 | 0 | 0.79 | 0.63 | 0.10 | 348 | 0.78 | 0.55 |
| Hex | E5 | 31 | 55 | 0 | 4F | 3F | A | 15C | 4E | 37 |
| Octal | 345 | 61 | 125 | 0 | 117 | 77 | 12 | 534 | 116 | 67 |
| Binary | 11100101 | 110001 | 1010101 | 0 | 1001111 | 111111 | 1010 | 101011100 | 1001110 | 110111 |
Color Harmonies of #E53155
Complementary color
Monochromatic Colors of #E53155
Black with #E53155
Text Example
Text Example
White with #E53155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53155; }
p { color: rgb(229,49,85); }
H1.HeaderClassName
{
color: #E53155;
}
.AnyTagClassName
{
color: #E53155;
}
</style>
background-color css
<style>
a { background-color: #E53155; }
a { background-color: rgb(229,49,85); }
div.DivClassName
{
background-color: #E53155;
}
.BgClassName
{
background-color: #E53155;
}
</style>
border-color css
<style>
span { border-color: #E53155; }
span { border-color: rgb(229,49,85); }
td.TdClassName
{
border-color: #E53155;
}
.TagClassName
{
border-color: #E53155;
}
</style>