Shades of Amaranth #EF2847
Tints of Amaranth #EF2847
RGB
CMYK
RGB Variations
Color information
#EF2847 (or 0xEF2847) is known color: Amaranth. HEX triplet: EF, 28 and 47. RGB value is (239,40,71). Sum of RGB (Red+Green+Blue) = 239+40+71=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2847 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2847 is #10D7B8. Grayscale: #676767. Windows color (decimal): -1103801 or 4663535. OLE color: 4663535.
HSL color Cylindrical-coordinate representation of color #EF2847: hue angle of 350.65º 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 #EF2847 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 71 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.06 |
| HSL | 350.65º | 0.86% | 0.55% | - |
| HSV(B) | 350.65º | 0.83% | 0.94% | - |
| XYZ | 37.49 | 20.32 | 7.91 | - |
| YUV | 103.04 | 109.93 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 71 | 0 | 0.83 | 0.70 | 0.06 | 350.65 | 0.86 | 0.55 |
| Hex | EF | 28 | 47 | 0 | 53 | 46 | 6 | 15F | 56 | 37 |
| Octal | 357 | 50 | 107 | 0 | 123 | 106 | 6 | 537 | 126 | 67 |
| Binary | 11101111 | 101000 | 1000111 | 0 | 1010011 | 1000110 | 110 | 101011111 | 1010110 | 110111 |
Color Harmonies of #EF2847
Complementary color
Monochromatic Colors of #EF2847
Black with #EF2847
Text Example
Text Example
White with #EF2847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2847; }
p { color: rgb(239,40,71); }
H1.HeaderClassName
{
color: #EF2847;
}
.AnyTagClassName
{
color: #EF2847;
}
</style>
background-color css
<style>
a { background-color: #EF2847; }
a { background-color: rgb(239,40,71); }
div.DivClassName
{
background-color: #EF2847;
}
.BgClassName
{
background-color: #EF2847;
}
</style>
border-color css
<style>
span { border-color: #EF2847; }
span { border-color: rgb(239,40,71); }
td.TdClassName
{
border-color: #EF2847;
}
.TagClassName
{
border-color: #EF2847;
}
</style>