Shades of Amaranth #EF1949
Tints of Amaranth #EF1949
RGB
CMYK
RGB Variations
Color information
#EF1949 (or 0xEF1949) is known color: Amaranth. HEX triplet: EF, 19 and 49. RGB value is (239,25,73). Sum of RGB (Red+Green+Blue) = 239+25+73=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1949 is #10E6B6. Grayscale: #5E5E5E. Windows color (decimal): -1107639 or 4790767. OLE color: 4790767.
HSL color Cylindrical-coordinate representation of color #EF1949: hue angle of 346.54º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1949 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 73 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.06 |
| HSL | 346.54º | 0.87% | 0.52% | - |
| HSV(B) | 346.54º | 0.9% | 0.94% | - |
| XYZ | 37.15 | 19.53 | 8.11 | - |
| YUV | 94.46 | 115.9 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 73 | 0 | 0.90 | 0.69 | 0.06 | 346.54 | 0.87 | 0.52 |
| Hex | EF | 19 | 49 | 0 | 5A | 45 | 6 | 15B | 57 | 34 |
| Octal | 357 | 31 | 111 | 0 | 132 | 105 | 6 | 533 | 127 | 64 |
| Binary | 11101111 | 11001 | 1001001 | 0 | 1011010 | 1000101 | 110 | 101011011 | 1010111 | 110100 |
Color Harmonies of #EF1949
Complementary color
Monochromatic Colors of #EF1949
Black with #EF1949
Text Example
Text Example
White with #EF1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1949; }
p { color: rgb(239,25,73); }
H1.HeaderClassName
{
color: #EF1949;
}
.AnyTagClassName
{
color: #EF1949;
}
</style>
background-color css
<style>
a { background-color: #EF1949; }
a { background-color: rgb(239,25,73); }
div.DivClassName
{
background-color: #EF1949;
}
.BgClassName
{
background-color: #EF1949;
}
</style>
border-color css
<style>
span { border-color: #EF1949; }
span { border-color: rgb(239,25,73); }
td.TdClassName
{
border-color: #EF1949;
}
.TagClassName
{
border-color: #EF1949;
}
</style>