Shades of Amaranth #E72644
Tints of Amaranth #E72644
RGB
CMYK
RGB Variations
Color information
#E72644 (or 0xE72644) is known color: Amaranth. HEX triplet: E7, 26 and 44. RGB value is (231,38,68). Sum of RGB (Red+Green+Blue) = 231+38+68=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E72644 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72644 is #18D9BB. Grayscale: #636363. Windows color (decimal): -1628604 or 4466407. OLE color: 4466407.
HSL color Cylindrical-coordinate representation of color #E72644: hue angle of 350.67º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E72644 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 68 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.09 |
| HSL | 350.67º | 0.8% | 0.53% | - |
| HSV(B) | 350.67º | 0.84% | 0.91% | - |
| XYZ | 34.69 | 18.79 | 7.27 | - |
| YUV | 99.13 | 110.44 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 68 | 0 | 0.84 | 0.71 | 0.09 | 350.67 | 0.8 | 0.53 |
| Hex | E7 | 26 | 44 | 0 | 54 | 47 | 9 | 15F | 50 | 35 |
| Octal | 347 | 46 | 104 | 0 | 124 | 107 | 11 | 537 | 120 | 65 |
| Binary | 11100111 | 100110 | 1000100 | 0 | 1010100 | 1000111 | 1001 | 101011111 | 1010000 | 110101 |
Color Harmonies of #E72644
Complementary color
Monochromatic Colors of #E72644
Black with #E72644
Text Example
Text Example
White with #E72644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72644; }
p { color: rgb(231,38,68); }
H1.HeaderClassName
{
color: #E72644;
}
.AnyTagClassName
{
color: #E72644;
}
</style>
background-color css
<style>
a { background-color: #E72644; }
a { background-color: rgb(231,38,68); }
div.DivClassName
{
background-color: #E72644;
}
.BgClassName
{
background-color: #E72644;
}
</style>
border-color css
<style>
span { border-color: #E72644; }
span { border-color: rgb(231,38,68); }
td.TdClassName
{
border-color: #E72644;
}
.TagClassName
{
border-color: #E72644;
}
</style>