Shades of Amaranth #E72A44
Tints of Amaranth #E72A44
RGB
CMYK
RGB Variations
Color information
#E72A44 (or 0xE72A44) is known color: Amaranth. HEX triplet: E7, 2A and 44. RGB value is (231,42,68). Sum of RGB (Red+Green+Blue) = 231+42+68=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72A44 is #18D5BB. Grayscale: #656565. Windows color (decimal): -1627580 or 4467431. OLE color: 4467431.
HSL color Cylindrical-coordinate representation of color #E72A44: hue angle of 351.75º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72A44 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 68 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.09 |
| HSL | 351.75º | 0.8% | 0.54% | - |
| HSV(B) | 351.75º | 0.82% | 0.91% | - |
| XYZ | 34.83 | 19.06 | 7.31 | - |
| YUV | 101.48 | 109.12 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 68 | 0 | 0.82 | 0.71 | 0.09 | 351.75 | 0.8 | 0.54 |
| Hex | E7 | 2A | 44 | 0 | 52 | 47 | 9 | 160 | 50 | 36 |
| Octal | 347 | 52 | 104 | 0 | 122 | 107 | 11 | 540 | 120 | 66 |
| Binary | 11100111 | 101010 | 1000100 | 0 | 1010010 | 1000111 | 1001 | 101100000 | 1010000 | 110110 |
Color Harmonies of #E72A44
Complementary color
Monochromatic Colors of #E72A44
Black with #E72A44
Text Example
Text Example
White with #E72A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72A44; }
p { color: rgb(231,42,68); }
H1.HeaderClassName
{
color: #E72A44;
}
.AnyTagClassName
{
color: #E72A44;
}
</style>
background-color css
<style>
a { background-color: #E72A44; }
a { background-color: rgb(231,42,68); }
div.DivClassName
{
background-color: #E72A44;
}
.BgClassName
{
background-color: #E72A44;
}
</style>
border-color css
<style>
span { border-color: #E72A44; }
span { border-color: rgb(231,42,68); }
td.TdClassName
{
border-color: #E72A44;
}
.TagClassName
{
border-color: #E72A44;
}
</style>