Shades of Amaranth #E72A55
Tints of Amaranth #E72A55
RGB
CMYK
RGB Variations
Color information
#E72A55 (or 0xE72A55) is known color: Amaranth. HEX triplet: E7, 2A and 55. RGB value is (231,42,85). Sum of RGB (Red+Green+Blue) = 231+42+85=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72A55 is #18D5AA. Grayscale: #676767. Windows color (decimal): -1627563 or 5581543. OLE color: 5581543.
HSL color Cylindrical-coordinate representation of color #E72A55: hue angle of 346.35º 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 #E72A55 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 85 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.09 |
| HSL | 346.35º | 0.8% | 0.54% | - |
| HSV(B) | 346.35º | 0.82% | 0.91% | - |
| XYZ | 35.42 | 19.3 | 10.45 | - |
| YUV | 103.41 | 117.62 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 85 | 0 | 0.82 | 0.63 | 0.09 | 346.35 | 0.8 | 0.54 |
| Hex | E7 | 2A | 55 | 0 | 52 | 3F | 9 | 15A | 50 | 36 |
| Octal | 347 | 52 | 125 | 0 | 122 | 77 | 11 | 532 | 120 | 66 |
| Binary | 11100111 | 101010 | 1010101 | 0 | 1010010 | 111111 | 1001 | 101011010 | 1010000 | 110110 |
Color Harmonies of #E72A55
Complementary color
Monochromatic Colors of #E72A55
Black with #E72A55
Text Example
Text Example
White with #E72A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72A55; }
p { color: rgb(231,42,85); }
H1.HeaderClassName
{
color: #E72A55;
}
.AnyTagClassName
{
color: #E72A55;
}
</style>
background-color css
<style>
a { background-color: #E72A55; }
a { background-color: rgb(231,42,85); }
div.DivClassName
{
background-color: #E72A55;
}
.BgClassName
{
background-color: #E72A55;
}
</style>
border-color css
<style>
span { border-color: #E72A55; }
span { border-color: rgb(231,42,85); }
td.TdClassName
{
border-color: #E72A55;
}
.TagClassName
{
border-color: #E72A55;
}
</style>