Shades of Amaranth #EF2249
Tints of Amaranth #EF2249
RGB
CMYK
RGB Variations
Color information
#EF2249 (or 0xEF2249) is known color: Amaranth. HEX triplet: EF, 22 and 49. RGB value is (239,34,73). Sum of RGB (Red+Green+Blue) = 239+34+73=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2249 is #10DDB6. Grayscale: #636363. Windows color (decimal): -1105335 or 4793071. OLE color: 4793071.
HSL color Cylindrical-coordinate representation of color #EF2249: hue angle of 348.59º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2249 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 73 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.06 |
| HSL | 348.59º | 0.86% | 0.54% | - |
| HSV(B) | 348.59º | 0.86% | 0.94% | - |
| XYZ | 37.37 | 19.98 | 8.19 | - |
| YUV | 99.74 | 112.92 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 73 | 0 | 0.86 | 0.69 | 0.06 | 348.59 | 0.86 | 0.54 |
| Hex | EF | 22 | 49 | 0 | 56 | 45 | 6 | 15D | 56 | 36 |
| Octal | 357 | 42 | 111 | 0 | 126 | 105 | 6 | 535 | 126 | 66 |
| Binary | 11101111 | 100010 | 1001001 | 0 | 1010110 | 1000101 | 110 | 101011101 | 1010110 | 110110 |
Color Harmonies of #EF2249
Complementary color
Monochromatic Colors of #EF2249
Black with #EF2249
Text Example
Text Example
White with #EF2249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2249; }
p { color: rgb(239,34,73); }
H1.HeaderClassName
{
color: #EF2249;
}
.AnyTagClassName
{
color: #EF2249;
}
</style>
background-color css
<style>
a { background-color: #EF2249; }
a { background-color: rgb(239,34,73); }
div.DivClassName
{
background-color: #EF2249;
}
.BgClassName
{
background-color: #EF2249;
}
</style>
border-color css
<style>
span { border-color: #EF2249; }
span { border-color: rgb(239,34,73); }
td.TdClassName
{
border-color: #EF2249;
}
.TagClassName
{
border-color: #EF2249;
}
</style>