Shades of Amaranth #E72C44
Tints of Amaranth #E72C44
RGB
CMYK
RGB Variations
Color information
#E72C44 (or 0xE72C44) is known color: Amaranth. HEX triplet: E7, 2C and 44. RGB value is (231,44,68). Sum of RGB (Red+Green+Blue) = 231+44+68=343 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.35% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 231 - color contains mainly: red. Hex color #E72C44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72C44 is #18D3BB. Grayscale: #666666. Windows color (decimal): -1627068 or 4467943. OLE color: 4467943.
HSL color Cylindrical-coordinate representation of color #E72C44: hue angle of 352.3º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72C44 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 44 | 68 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.09 |
| HSL | 352.3º | 0.8% | 0.54% | - |
| HSV(B) | 352.3º | 0.81% | 0.91% | - |
| XYZ | 34.9 | 19.21 | 7.34 | - |
| YUV | 102.65 | 108.45 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 44 | 68 | 0 | 0.81 | 0.71 | 0.09 | 352.3 | 0.8 | 0.54 |
| Hex | E7 | 2C | 44 | 0 | 51 | 47 | 9 | 160 | 50 | 36 |
| Octal | 347 | 54 | 104 | 0 | 121 | 107 | 11 | 540 | 120 | 66 |
| Binary | 11100111 | 101100 | 1000100 | 0 | 1010001 | 1000111 | 1001 | 101100000 | 1010000 | 110110 |
Color Harmonies of #E72C44
Complementary color
Monochromatic Colors of #E72C44
Black with #E72C44
Text Example
Text Example
White with #E72C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72C44; }
p { color: rgb(231,44,68); }
H1.HeaderClassName
{
color: #E72C44;
}
.AnyTagClassName
{
color: #E72C44;
}
</style>
background-color css
<style>
a { background-color: #E72C44; }
a { background-color: rgb(231,44,68); }
div.DivClassName
{
background-color: #E72C44;
}
.BgClassName
{
background-color: #E72C44;
}
</style>
border-color css
<style>
span { border-color: #E72C44; }
span { border-color: rgb(231,44,68); }
td.TdClassName
{
border-color: #E72C44;
}
.TagClassName
{
border-color: #E72C44;
}
</style>