Shades of Amaranth #E73555
Tints of Amaranth #E73555
RGB
CMYK
RGB Variations
Color information
#E73555 (or 0xE73555) is known color: Amaranth. HEX triplet: E7, 35 and 55. RGB value is (231,53,85). Sum of RGB (Red+Green+Blue) = 231+53+85=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E73555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73555 is #18CAAA. Grayscale: #6D6D6D. Windows color (decimal): -1624747 or 5584359. OLE color: 5584359.
HSL color Cylindrical-coordinate representation of color #E73555: hue angle of 349.21º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E73555 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 53 | 85 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.09 |
| HSL | 349.21º | 0.79% | 0.56% | - |
| HSV(B) | 349.21º | 0.77% | 0.91% | - |
| XYZ | 35.87 | 20.19 | 10.6 | - |
| YUV | 109.87 | 113.97 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 53 | 85 | 0 | 0.77 | 0.63 | 0.09 | 349.21 | 0.79 | 0.56 |
| Hex | E7 | 35 | 55 | 0 | 4D | 3F | 9 | 15D | 4F | 38 |
| Octal | 347 | 65 | 125 | 0 | 115 | 77 | 11 | 535 | 117 | 70 |
| Binary | 11100111 | 110101 | 1010101 | 0 | 1001101 | 111111 | 1001 | 101011101 | 1001111 | 111000 |
Color Harmonies of #E73555
Complementary color
Monochromatic Colors of #E73555
Black with #E73555
Text Example
Text Example
White with #E73555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73555; }
p { color: rgb(231,53,85); }
H1.HeaderClassName
{
color: #E73555;
}
.AnyTagClassName
{
color: #E73555;
}
</style>
background-color css
<style>
a { background-color: #E73555; }
a { background-color: rgb(231,53,85); }
div.DivClassName
{
background-color: #E73555;
}
.BgClassName
{
background-color: #E73555;
}
</style>
border-color css
<style>
span { border-color: #E73555; }
span { border-color: rgb(231,53,85); }
td.TdClassName
{
border-color: #E73555;
}
.TagClassName
{
border-color: #E73555;
}
</style>