Shades of Amaranth #E73249
Tints of Amaranth #E73249
RGB
CMYK
RGB Variations
Color information
#E73249 (or 0xE73249) is known color: Amaranth. HEX triplet: E7, 32 and 49. RGB value is (231,50,73). Sum of RGB (Red+Green+Blue) = 231+50+73=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E73249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73249 is #18CDB6. Grayscale: #6A6A6A. Windows color (decimal): -1625527 or 4797159. OLE color: 4797159.
HSL color Cylindrical-coordinate representation of color #E73249: hue angle of 352.38º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E73249 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 50 | 73 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.09 |
| HSL | 352.38º | 0.79% | 0.55% | - |
| HSV(B) | 352.38º | 0.78% | 0.91% | - |
| XYZ | 35.3 | 19.75 | 8.26 | - |
| YUV | 106.74 | 108.97 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 50 | 73 | 0 | 0.78 | 0.68 | 0.09 | 352.38 | 0.79 | 0.55 |
| Hex | E7 | 32 | 49 | 0 | 4E | 44 | 9 | 160 | 4F | 37 |
| Octal | 347 | 62 | 111 | 0 | 116 | 104 | 11 | 540 | 117 | 67 |
| Binary | 11100111 | 110010 | 1001001 | 0 | 1001110 | 1000100 | 1001 | 101100000 | 1001111 | 110111 |
Color Harmonies of #E73249
Complementary color
Monochromatic Colors of #E73249
Black with #E73249
Text Example
Text Example
White with #E73249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73249; }
p { color: rgb(231,50,73); }
H1.HeaderClassName
{
color: #E73249;
}
.AnyTagClassName
{
color: #E73249;
}
</style>
background-color css
<style>
a { background-color: #E73249; }
a { background-color: rgb(231,50,73); }
div.DivClassName
{
background-color: #E73249;
}
.BgClassName
{
background-color: #E73249;
}
</style>
border-color css
<style>
span { border-color: #E73249; }
span { border-color: rgb(231,50,73); }
td.TdClassName
{
border-color: #E73249;
}
.TagClassName
{
border-color: #E73249;
}
</style>