Shades of Amaranth #EF2949
Tints of Amaranth #EF2949
RGB
CMYK
RGB Variations
Color information
#EF2949 (or 0xEF2949) is known color: Amaranth. HEX triplet: EF, 29 and 49. RGB value is (239,41,73). Sum of RGB (Red+Green+Blue) = 239+41+73=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2949 is #10D6B6. Grayscale: #676767. Windows color (decimal): -1103543 or 4794863. OLE color: 4794863.
HSL color Cylindrical-coordinate representation of color #EF2949: hue angle of 350.3º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2949 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 73 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.06 |
| HSL | 350.3º | 0.86% | 0.55% | - |
| HSV(B) | 350.3º | 0.83% | 0.94% | - |
| XYZ | 37.59 | 20.42 | 8.26 | - |
| YUV | 103.85 | 110.6 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 73 | 0 | 0.83 | 0.69 | 0.06 | 350.3 | 0.86 | 0.55 |
| Hex | EF | 29 | 49 | 0 | 53 | 45 | 6 | 15E | 56 | 37 |
| Octal | 357 | 51 | 111 | 0 | 123 | 105 | 6 | 536 | 126 | 67 |
| Binary | 11101111 | 101001 | 1001001 | 0 | 1010011 | 1000101 | 110 | 101011110 | 1010110 | 110111 |
Color Harmonies of #EF2949
Complementary color
Monochromatic Colors of #EF2949
Black with #EF2949
Text Example
Text Example
White with #EF2949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2949; }
p { color: rgb(239,41,73); }
H1.HeaderClassName
{
color: #EF2949;
}
.AnyTagClassName
{
color: #EF2949;
}
</style>
background-color css
<style>
a { background-color: #EF2949; }
a { background-color: rgb(239,41,73); }
div.DivClassName
{
background-color: #EF2949;
}
.BgClassName
{
background-color: #EF2949;
}
</style>
border-color css
<style>
span { border-color: #EF2949; }
span { border-color: rgb(239,41,73); }
td.TdClassName
{
border-color: #EF2949;
}
.TagClassName
{
border-color: #EF2949;
}
</style>