Shades of Amaranth #EF2444
Tints of Amaranth #EF2444
RGB
CMYK
RGB Variations
Color information
#EF2444 (or 0xEF2444) is known color: Amaranth. HEX triplet: EF, 24 and 44. RGB value is (239,36,68). Sum of RGB (Red+Green+Blue) = 239+36+68=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2444 is #10DBBB. Grayscale: #646464. Windows color (decimal): -1104828 or 4465903. OLE color: 4465903.
HSL color Cylindrical-coordinate representation of color #EF2444: hue angle of 350.54º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF2444 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 68 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.06 |
| HSL | 350.54º | 0.86% | 0.54% | - |
| HSV(B) | 350.54º | 0.85% | 0.94% | - |
| XYZ | 37.27 | 20.03 | 7.37 | - |
| YUV | 100.35 | 109.75 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 68 | 0 | 0.85 | 0.72 | 0.06 | 350.54 | 0.86 | 0.54 |
| Hex | EF | 24 | 44 | 0 | 55 | 48 | 6 | 15F | 56 | 36 |
| Octal | 357 | 44 | 104 | 0 | 125 | 110 | 6 | 537 | 126 | 66 |
| Binary | 11101111 | 100100 | 1000100 | 0 | 1010101 | 1001000 | 110 | 101011111 | 1010110 | 110110 |
Color Harmonies of #EF2444
Complementary color
Monochromatic Colors of #EF2444
Black with #EF2444
Text Example
Text Example
White with #EF2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2444; }
p { color: rgb(239,36,68); }
H1.HeaderClassName
{
color: #EF2444;
}
.AnyTagClassName
{
color: #EF2444;
}
</style>
background-color css
<style>
a { background-color: #EF2444; }
a { background-color: rgb(239,36,68); }
div.DivClassName
{
background-color: #EF2444;
}
.BgClassName
{
background-color: #EF2444;
}
</style>
border-color css
<style>
span { border-color: #EF2444; }
span { border-color: rgb(239,36,68); }
td.TdClassName
{
border-color: #EF2444;
}
.TagClassName
{
border-color: #EF2444;
}
</style>