Shades of Amaranth #E72155
Tints of Amaranth #E72155
RGB
CMYK
RGB Variations
Color information
#E72155 (or 0xE72155) is known color: Amaranth. HEX triplet: E7, 21 and 55. RGB value is (231,33,85). Sum of RGB (Red+Green+Blue) = 231+33+85=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E72155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72155 is #18DEAA. Grayscale: #626262. Windows color (decimal): -1629867 or 5579239. OLE color: 5579239.
HSL color Cylindrical-coordinate representation of color #E72155: hue angle of 344.24º degrees, saturation: 0.8, 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 #E72155 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 85 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.09 |
| HSL | 344.24º | 0.8% | 0.52% | - |
| HSV(B) | 344.24º | 0.86% | 0.91% | - |
| XYZ | 35.14 | 18.73 | 10.36 | - |
| YUV | 98.13 | 120.6 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 85 | 0 | 0.86 | 0.63 | 0.09 | 344.24 | 0.8 | 0.52 |
| Hex | E7 | 21 | 55 | 0 | 56 | 3F | 9 | 158 | 50 | 34 |
| Octal | 347 | 41 | 125 | 0 | 126 | 77 | 11 | 530 | 120 | 64 |
| Binary | 11100111 | 100001 | 1010101 | 0 | 1010110 | 111111 | 1001 | 101011000 | 1010000 | 110100 |
Color Harmonies of #E72155
Complementary color
Monochromatic Colors of #E72155
Black with #E72155
Text Example
Text Example
White with #E72155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72155; }
p { color: rgb(231,33,85); }
H1.HeaderClassName
{
color: #E72155;
}
.AnyTagClassName
{
color: #E72155;
}
</style>
background-color css
<style>
a { background-color: #E72155; }
a { background-color: rgb(231,33,85); }
div.DivClassName
{
background-color: #E72155;
}
.BgClassName
{
background-color: #E72155;
}
</style>
border-color css
<style>
span { border-color: #E72155; }
span { border-color: rgb(231,33,85); }
td.TdClassName
{
border-color: #E72155;
}
.TagClassName
{
border-color: #E72155;
}
</style>