Shades of Amaranth #E72455
Tints of Amaranth #E72455
RGB
CMYK
RGB Variations
Color information
#E72455 (or 0xE72455) is known color: Amaranth. HEX triplet: E7, 24 and 55. RGB value is (231,36,85). Sum of RGB (Red+Green+Blue) = 231+36+85=352 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.62% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 231 - color contains mainly: red. Hex color #E72455 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72455 is #18DBAA. Grayscale: #636363. Windows color (decimal): -1629099 or 5580007. OLE color: 5580007.
HSL color Cylindrical-coordinate representation of color #E72455: hue angle of 344.92º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E72455 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 36 | 85 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.09 |
| HSL | 344.92º | 0.8% | 0.52% | - |
| HSV(B) | 344.92º | 0.84% | 0.91% | - |
| XYZ | 35.23 | 18.91 | 10.39 | - |
| YUV | 99.89 | 119.6 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 85 | 0 | 0.84 | 0.63 | 0.09 | 344.92 | 0.8 | 0.52 |
| Hex | E7 | 24 | 55 | 0 | 54 | 3F | 9 | 159 | 50 | 34 |
| Octal | 347 | 44 | 125 | 0 | 124 | 77 | 11 | 531 | 120 | 64 |
| Binary | 11100111 | 100100 | 1010101 | 0 | 1010100 | 111111 | 1001 | 101011001 | 1010000 | 110100 |
Color Harmonies of #E72455
Complementary color
Monochromatic Colors of #E72455
Black with #E72455
Text Example
Text Example
White with #E72455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72455; }
p { color: rgb(231,36,85); }
H1.HeaderClassName
{
color: #E72455;
}
.AnyTagClassName
{
color: #E72455;
}
</style>
background-color css
<style>
a { background-color: #E72455; }
a { background-color: rgb(231,36,85); }
div.DivClassName
{
background-color: #E72455;
}
.BgClassName
{
background-color: #E72455;
}
</style>
border-color css
<style>
span { border-color: #E72455; }
span { border-color: rgb(231,36,85); }
td.TdClassName
{
border-color: #E72455;
}
.TagClassName
{
border-color: #E72455;
}
</style>