Shades of Amaranth #E72058
Tints of Amaranth #E72058
RGB
CMYK
RGB Variations
Color information
#E72058 (or 0xE72058) is known color: Amaranth. HEX triplet: E7, 20 and 58. RGB value is (231,32,88). Sum of RGB (Red+Green+Blue) = 231+32+88=351 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.81% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 231 - color contains mainly: red. Hex color #E72058 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72058 is #18DFA7. Grayscale: #616161. Windows color (decimal): -1630120 or 5775591. OLE color: 5775591.
HSL color Cylindrical-coordinate representation of color #E72058: hue angle of 343.12º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E72058 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 88 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.09 |
| HSL | 343.12º | 0.81% | 0.52% | - |
| HSV(B) | 343.12º | 0.86% | 0.91% | - |
| XYZ | 35.23 | 18.73 | 10.99 | - |
| YUV | 97.89 | 122.43 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 88 | 0 | 0.86 | 0.62 | 0.09 | 343.12 | 0.81 | 0.52 |
| Hex | E7 | 20 | 58 | 0 | 56 | 3E | 9 | 157 | 51 | 34 |
| Octal | 347 | 40 | 130 | 0 | 126 | 76 | 11 | 527 | 121 | 64 |
| Binary | 11100111 | 100000 | 1011000 | 0 | 1010110 | 111110 | 1001 | 101010111 | 1010001 | 110100 |
Color Harmonies of #E72058
Complementary color
Monochromatic Colors of #E72058
Black with #E72058
Text Example
Text Example
White with #E72058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72058; }
p { color: rgb(231,32,88); }
H1.HeaderClassName
{
color: #E72058;
}
.AnyTagClassName
{
color: #E72058;
}
</style>
background-color css
<style>
a { background-color: #E72058; }
a { background-color: rgb(231,32,88); }
div.DivClassName
{
background-color: #E72058;
}
.BgClassName
{
background-color: #E72058;
}
</style>
border-color css
<style>
span { border-color: #E72058; }
span { border-color: rgb(231,32,88); }
td.TdClassName
{
border-color: #E72058;
}
.TagClassName
{
border-color: #E72058;
}
</style>