Shades of Amaranth #E32F49
Tints of Amaranth #E32F49
RGB
CMYK
RGB Variations
Color information
#E32F49 (or 0xE32F49) is known color: Amaranth. HEX triplet: E3, 2F and 49. RGB value is (227,47,73). Sum of RGB (Red+Green+Blue) = 227+47+73=347 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.42% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32F49 is #1CD0B6. Grayscale: #676767. Windows color (decimal): -1888439 or 4796387. OLE color: 4796387.
HSL color Cylindrical-coordinate representation of color #E32F49: hue angle of 351.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E32F49 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 73 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.11 |
| HSL | 351.33º | 0.76% | 0.54% | - |
| HSV(B) | 351.33º | 0.79% | 0.89% | - |
| XYZ | 33.9 | 18.84 | 8.15 | - |
| YUV | 103.78 | 110.63 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 73 | 0 | 0.79 | 0.68 | 0.11 | 351.33 | 0.76 | 0.54 |
| Hex | E3 | 2F | 49 | 0 | 4F | 44 | B | 15F | 4C | 36 |
| Octal | 343 | 57 | 111 | 0 | 117 | 104 | 13 | 537 | 114 | 66 |
| Binary | 11100011 | 101111 | 1001001 | 0 | 1001111 | 1000100 | 1011 | 101011111 | 1001100 | 110110 |
Color Harmonies of #E32F49
Complementary color
Monochromatic Colors of #E32F49
Black with #E32F49
Text Example
Text Example
White with #E32F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F49; }
p { color: rgb(227,47,73); }
H1.HeaderClassName
{
color: #E32F49;
}
.AnyTagClassName
{
color: #E32F49;
}
</style>
background-color css
<style>
a { background-color: #E32F49; }
a { background-color: rgb(227,47,73); }
div.DivClassName
{
background-color: #E32F49;
}
.BgClassName
{
background-color: #E32F49;
}
</style>
border-color css
<style>
span { border-color: #E32F49; }
span { border-color: rgb(227,47,73); }
td.TdClassName
{
border-color: #E32F49;
}
.TagClassName
{
border-color: #E32F49;
}
</style>