Shades of Amaranth #E72745
Tints of Amaranth #E72745
RGB
CMYK
RGB Variations
Color information
#E72745 (or 0xE72745) is known color: Amaranth. HEX triplet: E7, 27 and 45. RGB value is (231,39,69). Sum of RGB (Red+Green+Blue) = 231+39+69=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E72745 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72745 is #18D8BA. Grayscale: #636363. Windows color (decimal): -1628347 or 4532199. OLE color: 4532199.
HSL color Cylindrical-coordinate representation of color #E72745: hue angle of 350.62º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E72745 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 39 | 69 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.09 |
| HSL | 350.63º | 0.8% | 0.53% | - |
| HSV(B) | 350.63º | 0.83% | 0.91% | - |
| XYZ | 34.75 | 18.87 | 7.44 | - |
| YUV | 99.83 | 110.61 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 69 | 0 | 0.83 | 0.70 | 0.09 | 350.63 | 0.8 | 0.53 |
| Hex | E7 | 27 | 45 | 0 | 53 | 46 | 9 | 15F | 50 | 35 |
| Octal | 347 | 47 | 105 | 0 | 123 | 106 | 11 | 537 | 120 | 65 |
| Binary | 11100111 | 100111 | 1000101 | 0 | 1010011 | 1000110 | 1001 | 101011111 | 1010000 | 110101 |
Color Harmonies of #E72745
Complementary color
Monochromatic Colors of #E72745
Black with #E72745
Text Example
Text Example
White with #E72745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72745; }
p { color: rgb(231,39,69); }
H1.HeaderClassName
{
color: #E72745;
}
.AnyTagClassName
{
color: #E72745;
}
</style>
background-color css
<style>
a { background-color: #E72745; }
a { background-color: rgb(231,39,69); }
div.DivClassName
{
background-color: #E72745;
}
.BgClassName
{
background-color: #E72745;
}
</style>
border-color css
<style>
span { border-color: #E72745; }
span { border-color: rgb(231,39,69); }
td.TdClassName
{
border-color: #E72745;
}
.TagClassName
{
border-color: #E72745;
}
</style>