Shades of Amaranth #E32059
Tints of Amaranth #E32059
RGB
CMYK
RGB Variations
Color information
#E32059 (or 0xE32059) is known color: Amaranth. HEX triplet: E3, 20 and 59. RGB value is (227,32,89). Sum of RGB (Red+Green+Blue) = 227+32+89=348 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.23% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 227 - color contains mainly: red. Hex color #E32059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32059 is #1CDFA6. Grayscale: #606060. Windows color (decimal): -1892263 or 5841123. OLE color: 5841123.
HSL color Cylindrical-coordinate representation of color #E32059: hue angle of 342.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E32059 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 89 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.11 |
| HSL | 342.46º | 0.78% | 0.51% | - |
| HSV(B) | 342.46º | 0.86% | 0.89% | - |
| XYZ | 34 | 18.09 | 11.15 | - |
| YUV | 96.8 | 123.6 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 89 | 0 | 0.86 | 0.61 | 0.11 | 342.46 | 0.78 | 0.51 |
| Hex | E3 | 20 | 59 | 0 | 56 | 3D | B | 156 | 4E | 33 |
| Octal | 343 | 40 | 131 | 0 | 126 | 75 | 13 | 526 | 116 | 63 |
| Binary | 11100011 | 100000 | 1011001 | 0 | 1010110 | 111101 | 1011 | 101010110 | 1001110 | 110011 |
Color Harmonies of #E32059
Complementary color
Monochromatic Colors of #E32059
Black with #E32059
Text Example
Text Example
White with #E32059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32059; }
p { color: rgb(227,32,89); }
H1.HeaderClassName
{
color: #E32059;
}
.AnyTagClassName
{
color: #E32059;
}
</style>
background-color css
<style>
a { background-color: #E32059; }
a { background-color: rgb(227,32,89); }
div.DivClassName
{
background-color: #E32059;
}
.BgClassName
{
background-color: #E32059;
}
</style>
border-color css
<style>
span { border-color: #E32059; }
span { border-color: rgb(227,32,89); }
td.TdClassName
{
border-color: #E32059;
}
.TagClassName
{
border-color: #E32059;
}
</style>