Shades of Amaranth #E72444
Tints of Amaranth #E72444
RGB
CMYK
RGB Variations
Color information
#E72444 (or 0xE72444) is known color: Amaranth. HEX triplet: E7, 24 and 44. RGB value is (231,36,68). Sum of RGB (Red+Green+Blue) = 231+36+68=335 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.96% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 231 - color contains mainly: red. Hex color #E72444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72444 is #18DBBB. Grayscale: #626262. Windows color (decimal): -1629116 or 4465895. OLE color: 4465895.
HSL color Cylindrical-coordinate representation of color #E72444: hue angle of 350.15º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E72444 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 36 | 68 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.09 |
| HSL | 350.15º | 0.8% | 0.52% | - |
| HSV(B) | 350.15º | 0.84% | 0.91% | - |
| XYZ | 34.63 | 18.67 | 7.25 | - |
| YUV | 97.95 | 111.1 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 68 | 0 | 0.84 | 0.71 | 0.09 | 350.15 | 0.8 | 0.52 |
| Hex | E7 | 24 | 44 | 0 | 54 | 47 | 9 | 15E | 50 | 34 |
| Octal | 347 | 44 | 104 | 0 | 124 | 107 | 11 | 536 | 120 | 64 |
| Binary | 11100111 | 100100 | 1000100 | 0 | 1010100 | 1000111 | 1001 | 101011110 | 1010000 | 110100 |
Color Harmonies of #E72444
Complementary color
Monochromatic Colors of #E72444
Black with #E72444
Text Example
Text Example
White with #E72444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72444; }
p { color: rgb(231,36,68); }
H1.HeaderClassName
{
color: #E72444;
}
.AnyTagClassName
{
color: #E72444;
}
</style>
background-color css
<style>
a { background-color: #E72444; }
a { background-color: rgb(231,36,68); }
div.DivClassName
{
background-color: #E72444;
}
.BgClassName
{
background-color: #E72444;
}
</style>
border-color css
<style>
span { border-color: #E72444; }
span { border-color: rgb(231,36,68); }
td.TdClassName
{
border-color: #E72444;
}
.TagClassName
{
border-color: #E72444;
}
</style>