Shades of Amaranth #EF1D47
Tints of Amaranth #EF1D47
RGB
CMYK
RGB Variations
Color information
#EF1D47 (or 0xEF1D47) is known color: Amaranth. HEX triplet: EF, 1D and 47. RGB value is (239,29,71). Sum of RGB (Red+Green+Blue) = 239+29+71=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1D47 is #10E2B8. Grayscale: #606060. Windows color (decimal): -1106617 or 4660719. OLE color: 4660719.
HSL color Cylindrical-coordinate representation of color #EF1D47: hue angle of 348º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1D47 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 71 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.06 |
| HSL | 348º | 0.87% | 0.53% | - |
| HSV(B) | 348º | 0.88% | 0.94% | - |
| XYZ | 37.17 | 19.68 | 7.8 | - |
| YUV | 96.58 | 113.57 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 71 | 0 | 0.88 | 0.70 | 0.06 | 348 | 0.87 | 0.53 |
| Hex | EF | 1D | 47 | 0 | 58 | 46 | 6 | 15C | 57 | 35 |
| Octal | 357 | 35 | 107 | 0 | 130 | 106 | 6 | 534 | 127 | 65 |
| Binary | 11101111 | 11101 | 1000111 | 0 | 1011000 | 1000110 | 110 | 101011100 | 1010111 | 110101 |
Color Harmonies of #EF1D47
Complementary color
Monochromatic Colors of #EF1D47
Black with #EF1D47
Text Example
Text Example
White with #EF1D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D47; }
p { color: rgb(239,29,71); }
H1.HeaderClassName
{
color: #EF1D47;
}
.AnyTagClassName
{
color: #EF1D47;
}
</style>
background-color css
<style>
a { background-color: #EF1D47; }
a { background-color: rgb(239,29,71); }
div.DivClassName
{
background-color: #EF1D47;
}
.BgClassName
{
background-color: #EF1D47;
}
</style>
border-color css
<style>
span { border-color: #EF1D47; }
span { border-color: rgb(239,29,71); }
td.TdClassName
{
border-color: #EF1D47;
}
.TagClassName
{
border-color: #EF1D47;
}
</style>