Shades of Amaranth #E72557
Tints of Amaranth #E72557
RGB
CMYK
RGB Variations
Color information
#E72557 (or 0xE72557) is known color: Amaranth. HEX triplet: E7, 25 and 57. RGB value is (231,37,87). Sum of RGB (Red+Green+Blue) = 231+37+87=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E72557 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72557 is #18DAA8. Grayscale: #646464. Windows color (decimal): -1628841 or 5711335. OLE color: 5711335.
HSL color Cylindrical-coordinate representation of color #E72557: hue angle of 344.54º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E72557 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 37 | 87 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.09 |
| HSL | 344.54º | 0.8% | 0.53% | - |
| HSV(B) | 344.54º | 0.84% | 0.91% | - |
| XYZ | 35.34 | 19 | 10.82 | - |
| YUV | 100.71 | 120.27 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 87 | 0 | 0.84 | 0.62 | 0.09 | 344.54 | 0.8 | 0.53 |
| Hex | E7 | 25 | 57 | 0 | 54 | 3E | 9 | 159 | 50 | 35 |
| Octal | 347 | 45 | 127 | 0 | 124 | 76 | 11 | 531 | 120 | 65 |
| Binary | 11100111 | 100101 | 1010111 | 0 | 1010100 | 111110 | 1001 | 101011001 | 1010000 | 110101 |
Color Harmonies of #E72557
Complementary color
Monochromatic Colors of #E72557
Black with #E72557
Text Example
Text Example
White with #E72557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72557; }
p { color: rgb(231,37,87); }
H1.HeaderClassName
{
color: #E72557;
}
.AnyTagClassName
{
color: #E72557;
}
</style>
background-color css
<style>
a { background-color: #E72557; }
a { background-color: rgb(231,37,87); }
div.DivClassName
{
background-color: #E72557;
}
.BgClassName
{
background-color: #E72557;
}
</style>
border-color css
<style>
span { border-color: #E72557; }
span { border-color: rgb(231,37,87); }
td.TdClassName
{
border-color: #E72557;
}
.TagClassName
{
border-color: #E72557;
}
</style>