Shades of Amaranth #E52559
Tints of Amaranth #E52559
RGB
CMYK
RGB Variations
Color information
#E52559 (or 0xE52559) is known color: Amaranth. HEX triplet: E5, 25 and 59. RGB value is (229,37,89). Sum of RGB (Red+Green+Blue) = 229+37+89=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E52559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52559 is #1ADAA6. Grayscale: #646464. Windows color (decimal): -1759911 or 5842405. OLE color: 5842405.
HSL color Cylindrical-coordinate representation of color #E52559: hue angle of 343.75º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E52559 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 89 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.10 |
| HSL | 343.75º | 0.79% | 0.52% | - |
| HSV(B) | 343.75º | 0.84% | 0.9% | - |
| XYZ | 34.78 | 18.7 | 11.23 | - |
| YUV | 100.34 | 121.61 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 89 | 0 | 0.84 | 0.61 | 0.10 | 343.75 | 0.79 | 0.52 |
| Hex | E5 | 25 | 59 | 0 | 54 | 3D | A | 158 | 4F | 34 |
| Octal | 345 | 45 | 131 | 0 | 124 | 75 | 12 | 530 | 117 | 64 |
| Binary | 11100101 | 100101 | 1011001 | 0 | 1010100 | 111101 | 1010 | 101011000 | 1001111 | 110100 |
Color Harmonies of #E52559
Complementary color
Monochromatic Colors of #E52559
Black with #E52559
Text Example
Text Example
White with #E52559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52559; }
p { color: rgb(229,37,89); }
H1.HeaderClassName
{
color: #E52559;
}
.AnyTagClassName
{
color: #E52559;
}
</style>
background-color css
<style>
a { background-color: #E52559; }
a { background-color: rgb(229,37,89); }
div.DivClassName
{
background-color: #E52559;
}
.BgClassName
{
background-color: #E52559;
}
</style>
border-color css
<style>
span { border-color: #E52559; }
span { border-color: rgb(229,37,89); }
td.TdClassName
{
border-color: #E52559;
}
.TagClassName
{
border-color: #E52559;
}
</style>