Shades of Amaranth #EF3247
Tints of Amaranth #EF3247
RGB
CMYK
RGB Variations
Color information
#EF3247 (or 0xEF3247) is known color: Amaranth. HEX triplet: EF, 32 and 47. RGB value is (239,50,71). Sum of RGB (Red+Green+Blue) = 239+50+71=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3247 is #10CDB8. Grayscale: #6D6D6D. Windows color (decimal): -1101241 or 4666095. OLE color: 4666095.
HSL color Cylindrical-coordinate representation of color #EF3247: hue angle of 353.33º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF3247 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 71 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.06 |
| HSL | 353.33º | 0.86% | 0.57% | - |
| HSV(B) | 353.33º | 0.79% | 0.94% | - |
| XYZ | 37.87 | 21.09 | 8.04 | - |
| YUV | 108.91 | 106.62 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 71 | 0 | 0.79 | 0.70 | 0.06 | 353.33 | 0.86 | 0.57 |
| Hex | EF | 32 | 47 | 0 | 4F | 46 | 6 | 161 | 56 | 39 |
| Octal | 357 | 62 | 107 | 0 | 117 | 106 | 6 | 541 | 126 | 71 |
| Binary | 11101111 | 110010 | 1000111 | 0 | 1001111 | 1000110 | 110 | 101100001 | 1010110 | 111001 |
Color Harmonies of #EF3247
Complementary color
Monochromatic Colors of #EF3247
Black with #EF3247
Text Example
Text Example
White with #EF3247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3247; }
p { color: rgb(239,50,71); }
H1.HeaderClassName
{
color: #EF3247;
}
.AnyTagClassName
{
color: #EF3247;
}
</style>
background-color css
<style>
a { background-color: #EF3247; }
a { background-color: rgb(239,50,71); }
div.DivClassName
{
background-color: #EF3247;
}
.BgClassName
{
background-color: #EF3247;
}
</style>
border-color css
<style>
span { border-color: #EF3247; }
span { border-color: rgb(239,50,71); }
td.TdClassName
{
border-color: #EF3247;
}
.TagClassName
{
border-color: #EF3247;
}
</style>