Shades of Amaranth #E72758
Tints of Amaranth #E72758
RGB
CMYK
RGB Variations
Color information
#E72758 (or 0xE72758) is known color: Amaranth. HEX triplet: E7, 27 and 58. RGB value is (231,39,88). Sum of RGB (Red+Green+Blue) = 231+39+88=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E72758 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72758 is #18D8A7. Grayscale: #656565. Windows color (decimal): -1628328 or 5777383. OLE color: 5777383.
HSL color Cylindrical-coordinate representation of color #E72758: hue angle of 344.69º 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 #E72758 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 39 | 88 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.09 |
| HSL | 344.69º | 0.8% | 0.53% | - |
| HSV(B) | 344.69º | 0.83% | 0.91% | - |
| XYZ | 35.44 | 19.14 | 11.06 | - |
| YUV | 101.99 | 120.11 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 88 | 0 | 0.83 | 0.62 | 0.09 | 344.69 | 0.8 | 0.53 |
| Hex | E7 | 27 | 58 | 0 | 53 | 3E | 9 | 159 | 50 | 35 |
| Octal | 347 | 47 | 130 | 0 | 123 | 76 | 11 | 531 | 120 | 65 |
| Binary | 11100111 | 100111 | 1011000 | 0 | 1010011 | 111110 | 1001 | 101011001 | 1010000 | 110101 |
Color Harmonies of #E72758
Complementary color
Monochromatic Colors of #E72758
Black with #E72758
Text Example
Text Example
White with #E72758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72758; }
p { color: rgb(231,39,88); }
H1.HeaderClassName
{
color: #E72758;
}
.AnyTagClassName
{
color: #E72758;
}
</style>
background-color css
<style>
a { background-color: #E72758; }
a { background-color: rgb(231,39,88); }
div.DivClassName
{
background-color: #E72758;
}
.BgClassName
{
background-color: #E72758;
}
</style>
border-color css
<style>
span { border-color: #E72758; }
span { border-color: rgb(231,39,88); }
td.TdClassName
{
border-color: #E72758;
}
.TagClassName
{
border-color: #E72758;
}
</style>