Shades of Amaranth #EF3047
Tints of Amaranth #EF3047
RGB
CMYK
RGB Variations
Color information
#EF3047 (or 0xEF3047) is known color: Amaranth. HEX triplet: EF, 30 and 47. RGB value is (239,48,71). Sum of RGB (Red+Green+Blue) = 239+48+71=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3047 is #10CFB8. Grayscale: #6B6B6B. Windows color (decimal): -1101753 or 4665583. OLE color: 4665583.
HSL color Cylindrical-coordinate representation of color #EF3047: hue angle of 352.77º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF3047 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 71 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.06 |
| HSL | 352.77º | 0.86% | 0.56% | - |
| HSV(B) | 352.77º | 0.8% | 0.94% | - |
| XYZ | 37.79 | 20.92 | 8.01 | - |
| YUV | 107.73 | 107.28 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 71 | 0 | 0.80 | 0.70 | 0.06 | 352.77 | 0.86 | 0.56 |
| Hex | EF | 30 | 47 | 0 | 50 | 46 | 6 | 161 | 56 | 38 |
| Octal | 357 | 60 | 107 | 0 | 120 | 106 | 6 | 541 | 126 | 70 |
| Binary | 11101111 | 110000 | 1000111 | 0 | 1010000 | 1000110 | 110 | 101100001 | 1010110 | 111000 |
Color Harmonies of #EF3047
Complementary color
Monochromatic Colors of #EF3047
Black with #EF3047
Text Example
Text Example
White with #EF3047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3047; }
p { color: rgb(239,48,71); }
H1.HeaderClassName
{
color: #EF3047;
}
.AnyTagClassName
{
color: #EF3047;
}
</style>
background-color css
<style>
a { background-color: #EF3047; }
a { background-color: rgb(239,48,71); }
div.DivClassName
{
background-color: #EF3047;
}
.BgClassName
{
background-color: #EF3047;
}
</style>
border-color css
<style>
span { border-color: #EF3047; }
span { border-color: rgb(239,48,71); }
td.TdClassName
{
border-color: #EF3047;
}
.TagClassName
{
border-color: #EF3047;
}
</style>