Shades of Amaranth #EF2D47
Tints of Amaranth #EF2D47
RGB
CMYK
RGB Variations
Color information
#EF2D47 (or 0xEF2D47) is known color: Amaranth. HEX triplet: EF, 2D and 47. RGB value is (239,45,71). Sum of RGB (Red+Green+Blue) = 239+45+71=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D47 is #10D2B8. Grayscale: #6A6A6A. Windows color (decimal): -1102521 or 4664815. OLE color: 4664815.
HSL color Cylindrical-coordinate representation of color #EF2D47: hue angle of 351.96º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2D47 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 71 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.06 |
| HSL | 351.96º | 0.86% | 0.56% | - |
| HSV(B) | 351.96º | 0.81% | 0.94% | - |
| XYZ | 37.67 | 20.68 | 7.97 | - |
| YUV | 105.97 | 108.27 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 71 | 0 | 0.81 | 0.70 | 0.06 | 351.96 | 0.86 | 0.56 |
| Hex | EF | 2D | 47 | 0 | 51 | 46 | 6 | 160 | 56 | 38 |
| Octal | 357 | 55 | 107 | 0 | 121 | 106 | 6 | 540 | 126 | 70 |
| Binary | 11101111 | 101101 | 1000111 | 0 | 1010001 | 1000110 | 110 | 101100000 | 1010110 | 111000 |
Color Harmonies of #EF2D47
Complementary color
Monochromatic Colors of #EF2D47
Black with #EF2D47
Text Example
Text Example
White with #EF2D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D47; }
p { color: rgb(239,45,71); }
H1.HeaderClassName
{
color: #EF2D47;
}
.AnyTagClassName
{
color: #EF2D47;
}
</style>
background-color css
<style>
a { background-color: #EF2D47; }
a { background-color: rgb(239,45,71); }
div.DivClassName
{
background-color: #EF2D47;
}
.BgClassName
{
background-color: #EF2D47;
}
</style>
border-color css
<style>
span { border-color: #EF2D47; }
span { border-color: rgb(239,45,71); }
td.TdClassName
{
border-color: #EF2D47;
}
.TagClassName
{
border-color: #EF2D47;
}
</style>