Shades of Amaranth #E72558
Tints of Amaranth #E72558
RGB
CMYK
RGB Variations
Color information
#E72558 (or 0xE72558) is known color: Amaranth. HEX triplet: E7, 25 and 58. RGB value is (231,37,88). Sum of RGB (Red+Green+Blue) = 231+37+88=356 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.89% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 231 - color contains mainly: red. Hex color #E72558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72558 is #18DAA7. Grayscale: #646464. Windows color (decimal): -1628840 or 5776871. OLE color: 5776871.
HSL color Cylindrical-coordinate representation of color #E72558: hue angle of 344.23º 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 #E72558 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 37 | 88 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.09 |
| HSL | 344.23º | 0.8% | 0.53% | - |
| HSV(B) | 344.23º | 0.84% | 0.91% | - |
| XYZ | 35.38 | 19.02 | 11.04 | - |
| YUV | 100.82 | 120.77 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 88 | 0 | 0.84 | 0.62 | 0.09 | 344.23 | 0.8 | 0.53 |
| Hex | E7 | 25 | 58 | 0 | 54 | 3E | 9 | 158 | 50 | 35 |
| Octal | 347 | 45 | 130 | 0 | 124 | 76 | 11 | 530 | 120 | 65 |
| Binary | 11100111 | 100101 | 1011000 | 0 | 1010100 | 111110 | 1001 | 101011000 | 1010000 | 110101 |
Color Harmonies of #E72558
Complementary color
Monochromatic Colors of #E72558
Black with #E72558
Text Example
Text Example
White with #E72558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72558; }
p { color: rgb(231,37,88); }
H1.HeaderClassName
{
color: #E72558;
}
.AnyTagClassName
{
color: #E72558;
}
</style>
background-color css
<style>
a { background-color: #E72558; }
a { background-color: rgb(231,37,88); }
div.DivClassName
{
background-color: #E72558;
}
.BgClassName
{
background-color: #E72558;
}
</style>
border-color css
<style>
span { border-color: #E72558; }
span { border-color: rgb(231,37,88); }
td.TdClassName
{
border-color: #E72558;
}
.TagClassName
{
border-color: #E72558;
}
</style>