Shades of Amaranth #E32859
Tints of Amaranth #E32859
RGB
CMYK
RGB Variations
Color information
#E32859 (or 0xE32859) is known color: Amaranth. HEX triplet: E3, 28 and 59. RGB value is (227,40,89). Sum of RGB (Red+Green+Blue) = 227+40+89=356 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.76% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 227 - color contains mainly: red. Hex color #E32859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32859 is #1CD7A6. Grayscale: #656565. Windows color (decimal): -1890215 or 5843171. OLE color: 5843171.
HSL color Cylindrical-coordinate representation of color #E32859: hue angle of 344.28º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32859 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 89 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.11 |
| HSL | 344.28º | 0.77% | 0.52% | - |
| HSV(B) | 344.28º | 0.82% | 0.89% | - |
| XYZ | 34.24 | 18.57 | 11.23 | - |
| YUV | 101.5 | 120.95 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 89 | 0 | 0.82 | 0.61 | 0.11 | 344.28 | 0.77 | 0.52 |
| Hex | E3 | 28 | 59 | 0 | 52 | 3D | B | 158 | 4D | 34 |
| Octal | 343 | 50 | 131 | 0 | 122 | 75 | 13 | 530 | 115 | 64 |
| Binary | 11100011 | 101000 | 1011001 | 0 | 1010010 | 111101 | 1011 | 101011000 | 1001101 | 110100 |
Color Harmonies of #E32859
Complementary color
Monochromatic Colors of #E32859
Black with #E32859
Text Example
Text Example
White with #E32859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32859; }
p { color: rgb(227,40,89); }
H1.HeaderClassName
{
color: #E32859;
}
.AnyTagClassName
{
color: #E32859;
}
</style>
background-color css
<style>
a { background-color: #E32859; }
a { background-color: rgb(227,40,89); }
div.DivClassName
{
background-color: #E32859;
}
.BgClassName
{
background-color: #E32859;
}
</style>
border-color css
<style>
span { border-color: #E32859; }
span { border-color: rgb(227,40,89); }
td.TdClassName
{
border-color: #E32859;
}
.TagClassName
{
border-color: #E32859;
}
</style>