Shades of Amaranth #E72149
Tints of Amaranth #E72149
RGB
CMYK
RGB Variations
Color information
#E72149 (or 0xE72149) is known color: Amaranth. HEX triplet: E7, 21 and 49. RGB value is (231,33,73). Sum of RGB (Red+Green+Blue) = 231+33+73=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E72149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72149 is #18DEB6. Grayscale: #606060. Windows color (decimal): -1629879 or 4792807. OLE color: 4792807.
HSL color Cylindrical-coordinate representation of color #E72149: hue angle of 347.88º 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 #E72149 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 73 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.09 |
| HSL | 347.88º | 0.8% | 0.52% | - |
| HSV(B) | 347.88º | 0.86% | 0.91% | - |
| XYZ | 34.7 | 18.56 | 8.06 | - |
| YUV | 96.76 | 114.6 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 73 | 0 | 0.86 | 0.68 | 0.09 | 347.88 | 0.8 | 0.52 |
| Hex | E7 | 21 | 49 | 0 | 56 | 44 | 9 | 15C | 50 | 34 |
| Octal | 347 | 41 | 111 | 0 | 126 | 104 | 11 | 534 | 120 | 64 |
| Binary | 11100111 | 100001 | 1001001 | 0 | 1010110 | 1000100 | 1001 | 101011100 | 1010000 | 110100 |
Color Harmonies of #E72149
Complementary color
Monochromatic Colors of #E72149
Black with #E72149
Text Example
Text Example
White with #E72149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72149; }
p { color: rgb(231,33,73); }
H1.HeaderClassName
{
color: #E72149;
}
.AnyTagClassName
{
color: #E72149;
}
</style>
background-color css
<style>
a { background-color: #E72149; }
a { background-color: rgb(231,33,73); }
div.DivClassName
{
background-color: #E72149;
}
.BgClassName
{
background-color: #E72149;
}
</style>
border-color css
<style>
span { border-color: #E72149; }
span { border-color: rgb(231,33,73); }
td.TdClassName
{
border-color: #E72149;
}
.TagClassName
{
border-color: #E72149;
}
</style>