Shades of Amaranth #E72859
Tints of Amaranth #E72859
RGB
CMYK
RGB Variations
Color information
#E72859 (or 0xE72859) is known color: Amaranth. HEX triplet: E7, 28 and 59. RGB value is (231,40,89). Sum of RGB (Red+Green+Blue) = 231+40+89=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E72859 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72859 is #18D7A6. Grayscale: #666666. Windows color (decimal): -1628071 or 5843175. OLE color: 5843175.
HSL color Cylindrical-coordinate representation of color #E72859: hue angle of 344.61º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E72859 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 40 | 89 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.09 |
| HSL | 344.61º | 0.8% | 0.53% | - |
| HSV(B) | 344.61º | 0.83% | 0.91% | - |
| XYZ | 35.52 | 19.23 | 11.29 | - |
| YUV | 102.7 | 120.28 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 89 | 0 | 0.83 | 0.61 | 0.09 | 344.61 | 0.8 | 0.53 |
| Hex | E7 | 28 | 59 | 0 | 53 | 3D | 9 | 159 | 50 | 35 |
| Octal | 347 | 50 | 131 | 0 | 123 | 75 | 11 | 531 | 120 | 65 |
| Binary | 11100111 | 101000 | 1011001 | 0 | 1010011 | 111101 | 1001 | 101011001 | 1010000 | 110101 |
Color Harmonies of #E72859
Complementary color
Monochromatic Colors of #E72859
Black with #E72859
Text Example
Text Example
White with #E72859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72859; }
p { color: rgb(231,40,89); }
H1.HeaderClassName
{
color: #E72859;
}
.AnyTagClassName
{
color: #E72859;
}
</style>
background-color css
<style>
a { background-color: #E72859; }
a { background-color: rgb(231,40,89); }
div.DivClassName
{
background-color: #E72859;
}
.BgClassName
{
background-color: #E72859;
}
</style>
border-color css
<style>
span { border-color: #E72859; }
span { border-color: rgb(231,40,89); }
td.TdClassName
{
border-color: #E72859;
}
.TagClassName
{
border-color: #E72859;
}
</style>