Shades of Amaranth #E72151
Tints of Amaranth #E72151
RGB
CMYK
RGB Variations
Color information
#E72151 (or 0xE72151) is known color: Amaranth. HEX triplet: E7, 21 and 51. RGB value is (231,33,81). Sum of RGB (Red+Green+Blue) = 231+33+81=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E72151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72151 is #18DEAE. Grayscale: #616161. Windows color (decimal): -1629871 or 5317095. OLE color: 5317095.
HSL color Cylindrical-coordinate representation of color #E72151: hue angle of 345.45º 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 #E72151 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 81 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.09 |
| HSL | 345.45º | 0.8% | 0.52% | - |
| HSV(B) | 345.45º | 0.86% | 0.91% | - |
| XYZ | 34.98 | 18.67 | 9.54 | - |
| YUV | 97.67 | 118.6 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 81 | 0 | 0.86 | 0.65 | 0.09 | 345.45 | 0.8 | 0.52 |
| Hex | E7 | 21 | 51 | 0 | 56 | 41 | 9 | 159 | 50 | 34 |
| Octal | 347 | 41 | 121 | 0 | 126 | 101 | 11 | 531 | 120 | 64 |
| Binary | 11100111 | 100001 | 1010001 | 0 | 1010110 | 1000001 | 1001 | 101011001 | 1010000 | 110100 |
Color Harmonies of #E72151
Complementary color
Monochromatic Colors of #E72151
Black with #E72151
Text Example
Text Example
White with #E72151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72151; }
p { color: rgb(231,33,81); }
H1.HeaderClassName
{
color: #E72151;
}
.AnyTagClassName
{
color: #E72151;
}
</style>
background-color css
<style>
a { background-color: #E72151; }
a { background-color: rgb(231,33,81); }
div.DivClassName
{
background-color: #E72151;
}
.BgClassName
{
background-color: #E72151;
}
</style>
border-color css
<style>
span { border-color: #E72151; }
span { border-color: rgb(231,33,81); }
td.TdClassName
{
border-color: #E72151;
}
.TagClassName
{
border-color: #E72151;
}
</style>