Shades of Amaranth #E11D49
Tints of Amaranth #E11D49
RGB
CMYK
RGB Variations
Color information
#E11D49 (or 0xE11D49) is known color: Amaranth. HEX triplet: E1, 1D and 49. RGB value is (225,29,73). Sum of RGB (Red+Green+Blue) = 225+29+73=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11D49 is #1EE2B6. Grayscale: #5C5C5C. Windows color (decimal): -2024119 or 4791777. OLE color: 4791777.
HSL color Cylindrical-coordinate representation of color #E11D49: hue angle of 346.53º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11D49 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 73 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.12 |
| HSL | 346.53º | 0.77% | 0.5% | - |
| HSV(B) | 346.53º | 0.87% | 0.88% | - |
| XYZ | 32.69 | 17.37 | 7.93 | - |
| YUV | 92.62 | 116.93 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 73 | 0 | 0.87 | 0.68 | 0.12 | 346.53 | 0.77 | 0.5 |
| Hex | E1 | 1D | 49 | 0 | 57 | 44 | C | 15B | 4D | 32 |
| Octal | 341 | 35 | 111 | 0 | 127 | 104 | 14 | 533 | 115 | 62 |
| Binary | 11100001 | 11101 | 1001001 | 0 | 1010111 | 1000100 | 1100 | 101011011 | 1001101 | 110010 |
Color Harmonies of #E11D49
Complementary color
Monochromatic Colors of #E11D49
Black with #E11D49
Text Example
Text Example
White with #E11D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11D49; }
p { color: rgb(225,29,73); }
H1.HeaderClassName
{
color: #E11D49;
}
.AnyTagClassName
{
color: #E11D49;
}
</style>
background-color css
<style>
a { background-color: #E11D49; }
a { background-color: rgb(225,29,73); }
div.DivClassName
{
background-color: #E11D49;
}
.BgClassName
{
background-color: #E11D49;
}
</style>
border-color css
<style>
span { border-color: #E11D49; }
span { border-color: rgb(225,29,73); }
td.TdClassName
{
border-color: #E11D49;
}
.TagClassName
{
border-color: #E11D49;
}
</style>