Shades of Amaranth #E32559
Tints of Amaranth #E32559
RGB
CMYK
RGB Variations
Color information
#E32559 (or 0xE32559) is known color: Amaranth. HEX triplet: E3, 25 and 59. RGB value is (227,37,89). Sum of RGB (Red+Green+Blue) = 227+37+89=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E32559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32559 is #1CDAA6. Grayscale: #636363. Windows color (decimal): -1890983 or 5842403. OLE color: 5842403.
HSL color Cylindrical-coordinate representation of color #E32559: hue angle of 343.58º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E32559 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 89 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.11 |
| HSL | 343.58º | 0.77% | 0.52% | - |
| HSV(B) | 343.58º | 0.84% | 0.89% | - |
| XYZ | 34.14 | 18.38 | 11.2 | - |
| YUV | 99.74 | 121.95 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 89 | 0 | 0.84 | 0.61 | 0.11 | 343.58 | 0.77 | 0.52 |
| Hex | E3 | 25 | 59 | 0 | 54 | 3D | B | 158 | 4D | 34 |
| Octal | 343 | 45 | 131 | 0 | 124 | 75 | 13 | 530 | 115 | 64 |
| Binary | 11100011 | 100101 | 1011001 | 0 | 1010100 | 111101 | 1011 | 101011000 | 1001101 | 110100 |
Color Harmonies of #E32559
Complementary color
Monochromatic Colors of #E32559
Black with #E32559
Text Example
Text Example
White with #E32559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32559; }
p { color: rgb(227,37,89); }
H1.HeaderClassName
{
color: #E32559;
}
.AnyTagClassName
{
color: #E32559;
}
</style>
background-color css
<style>
a { background-color: #E32559; }
a { background-color: rgb(227,37,89); }
div.DivClassName
{
background-color: #E32559;
}
.BgClassName
{
background-color: #E32559;
}
</style>
border-color css
<style>
span { border-color: #E32559; }
span { border-color: rgb(227,37,89); }
td.TdClassName
{
border-color: #E32559;
}
.TagClassName
{
border-color: #E32559;
}
</style>