Shades of Amaranth #E81D49
Tints of Amaranth #E81D49
RGB
CMYK
RGB Variations
Color information
#E81D49 (or 0xE81D49) is known color: Amaranth. HEX triplet: E8, 1D and 49. RGB value is (232,29,73). Sum of RGB (Red+Green+Blue) = 232+29+73=334 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.46% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81D49 is #17E2B6. Grayscale: #5E5E5E. Windows color (decimal): -1565367 or 4791784. OLE color: 4791784.
HSL color Cylindrical-coordinate representation of color #E81D49: hue angle of 347º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81D49 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 73 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.09 |
| HSL | 347º | 0.82% | 0.51% | - |
| HSV(B) | 347º | 0.88% | 0.91% | - |
| XYZ | 34.92 | 18.52 | 8.04 | - |
| YUV | 94.71 | 115.75 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 73 | 0 | 0.88 | 0.69 | 0.09 | 347 | 0.82 | 0.51 |
| Hex | E8 | 1D | 49 | 0 | 58 | 45 | 9 | 15B | 52 | 33 |
| Octal | 350 | 35 | 111 | 0 | 130 | 105 | 11 | 533 | 122 | 63 |
| Binary | 11101000 | 11101 | 1001001 | 0 | 1011000 | 1000101 | 1001 | 101011011 | 1010010 | 110011 |
Color Harmonies of #E81D49
Complementary color
Monochromatic Colors of #E81D49
Black with #E81D49
Text Example
Text Example
White with #E81D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D49; }
p { color: rgb(232,29,73); }
H1.HeaderClassName
{
color: #E81D49;
}
.AnyTagClassName
{
color: #E81D49;
}
</style>
background-color css
<style>
a { background-color: #E81D49; }
a { background-color: rgb(232,29,73); }
div.DivClassName
{
background-color: #E81D49;
}
.BgClassName
{
background-color: #E81D49;
}
</style>
border-color css
<style>
span { border-color: #E81D49; }
span { border-color: rgb(232,29,73); }
td.TdClassName
{
border-color: #E81D49;
}
.TagClassName
{
border-color: #E81D49;
}
</style>