Shades of Amaranth #E73458
Tints of Amaranth #E73458
RGB
CMYK
RGB Variations
Color information
#E73458 (or 0xE73458) is known color: Amaranth. HEX triplet: E7, 34 and 58. RGB value is (231,52,88). Sum of RGB (Red+Green+Blue) = 231+52+88=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E73458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73458 is #18CBA7. Grayscale: #6D6D6D. Windows color (decimal): -1625000 or 5780711. OLE color: 5780711.
HSL color Cylindrical-coordinate representation of color #E73458: hue angle of 347.93º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E73458 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 52 | 88 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.09 |
| HSL | 347.93º | 0.79% | 0.55% | - |
| HSV(B) | 347.93º | 0.77% | 0.91% | - |
| XYZ | 35.94 | 20.15 | 11.23 | - |
| YUV | 109.63 | 115.8 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 52 | 88 | 0 | 0.77 | 0.62 | 0.09 | 347.93 | 0.79 | 0.55 |
| Hex | E7 | 34 | 58 | 0 | 4D | 3E | 9 | 15C | 4F | 37 |
| Octal | 347 | 64 | 130 | 0 | 115 | 76 | 11 | 534 | 117 | 67 |
| Binary | 11100111 | 110100 | 1011000 | 0 | 1001101 | 111110 | 1001 | 101011100 | 1001111 | 110111 |
Color Harmonies of #E73458
Complementary color
Monochromatic Colors of #E73458
Black with #E73458
Text Example
Text Example
White with #E73458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73458; }
p { color: rgb(231,52,88); }
H1.HeaderClassName
{
color: #E73458;
}
.AnyTagClassName
{
color: #E73458;
}
</style>
background-color css
<style>
a { background-color: #E73458; }
a { background-color: rgb(231,52,88); }
div.DivClassName
{
background-color: #E73458;
}
.BgClassName
{
background-color: #E73458;
}
</style>
border-color css
<style>
span { border-color: #E73458; }
span { border-color: rgb(231,52,88); }
td.TdClassName
{
border-color: #E73458;
}
.TagClassName
{
border-color: #E73458;
}
</style>