Shades of Amaranth #E01F49
Tints of Amaranth #E01F49
RGB
CMYK
RGB Variations
Color information
#E01F49 (or 0xE01F49) is known color: Amaranth. HEX triplet: E0, 1F and 49. RGB value is (224,31,73). Sum of RGB (Red+Green+Blue) = 224+31+73=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01F49 is #1FE0B6. Grayscale: #5D5D5D. Windows color (decimal): -2089143 or 4792288. OLE color: 4792288.
HSL color Cylindrical-coordinate representation of color #E01F49: hue angle of 346.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E01F49 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 73 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.12 |
| HSL | 346.94º | 0.76% | 0.5% | - |
| HSV(B) | 346.94º | 0.86% | 0.88% | - |
| XYZ | 32.43 | 17.31 | 7.93 | - |
| YUV | 93.5 | 116.44 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 73 | 0 | 0.86 | 0.67 | 0.12 | 346.94 | 0.76 | 0.5 |
| Hex | E0 | 1F | 49 | 0 | 56 | 43 | C | 15B | 4C | 32 |
| Octal | 340 | 37 | 111 | 0 | 126 | 103 | 14 | 533 | 114 | 62 |
| Binary | 11100000 | 11111 | 1001001 | 0 | 1010110 | 1000011 | 1100 | 101011011 | 1001100 | 110010 |
Color Harmonies of #E01F49
Complementary color
Monochromatic Colors of #E01F49
Black with #E01F49
Text Example
Text Example
White with #E01F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01F49; }
p { color: rgb(224,31,73); }
H1.HeaderClassName
{
color: #E01F49;
}
.AnyTagClassName
{
color: #E01F49;
}
</style>
background-color css
<style>
a { background-color: #E01F49; }
a { background-color: rgb(224,31,73); }
div.DivClassName
{
background-color: #E01F49;
}
.BgClassName
{
background-color: #E01F49;
}
</style>
border-color css
<style>
span { border-color: #E01F49; }
span { border-color: rgb(224,31,73); }
td.TdClassName
{
border-color: #E01F49;
}
.TagClassName
{
border-color: #E01F49;
}
</style>