Shades of Amaranth #E72E55
Tints of Amaranth #E72E55
RGB
CMYK
RGB Variations
Color information
#E72E55 (or 0xE72E55) is known color: Amaranth. HEX triplet: E7, 2E and 55. RGB value is (231,46,85). Sum of RGB (Red+Green+Blue) = 231+46+85=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E72E55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72E55 is #18D1AA. Grayscale: #696969. Windows color (decimal): -1626539 or 5582567. OLE color: 5582567.
HSL color Cylindrical-coordinate representation of color #E72E55: hue angle of 347.35º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E72E55 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 46 | 85 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.09 |
| HSL | 347.35º | 0.79% | 0.54% | - |
| HSV(B) | 347.35º | 0.8% | 0.91% | - |
| XYZ | 35.57 | 19.6 | 10.5 | - |
| YUV | 105.76 | 116.29 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 46 | 85 | 0 | 0.80 | 0.63 | 0.09 | 347.35 | 0.79 | 0.54 |
| Hex | E7 | 2E | 55 | 0 | 50 | 3F | 9 | 15B | 4F | 36 |
| Octal | 347 | 56 | 125 | 0 | 120 | 77 | 11 | 533 | 117 | 66 |
| Binary | 11100111 | 101110 | 1010101 | 0 | 1010000 | 111111 | 1001 | 101011011 | 1001111 | 110110 |
Color Harmonies of #E72E55
Complementary color
Monochromatic Colors of #E72E55
Black with #E72E55
Text Example
Text Example
White with #E72E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72E55; }
p { color: rgb(231,46,85); }
H1.HeaderClassName
{
color: #E72E55;
}
.AnyTagClassName
{
color: #E72E55;
}
</style>
background-color css
<style>
a { background-color: #E72E55; }
a { background-color: rgb(231,46,85); }
div.DivClassName
{
background-color: #E72E55;
}
.BgClassName
{
background-color: #E72E55;
}
</style>
border-color css
<style>
span { border-color: #E72E55; }
span { border-color: rgb(231,46,85); }
td.TdClassName
{
border-color: #E72E55;
}
.TagClassName
{
border-color: #E72E55;
}
</style>