Shades of Amaranth #EF2344
Tints of Amaranth #EF2344
RGB
CMYK
RGB Variations
Color information
#EF2344 (or 0xEF2344) is known color: Amaranth. HEX triplet: EF, 23 and 44. RGB value is (239,35,68). Sum of RGB (Red+Green+Blue) = 239+35+68=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2344 is #10DCBB. Grayscale: #636363. Windows color (decimal): -1105084 or 4465647. OLE color: 4465647.
HSL color Cylindrical-coordinate representation of color #EF2344: hue angle of 350.29º 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 #EF2344 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 68 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.06 |
| HSL | 350.29º | 0.86% | 0.54% | - |
| HSV(B) | 350.29º | 0.85% | 0.94% | - |
| XYZ | 37.24 | 19.97 | 7.36 | - |
| YUV | 99.76 | 110.09 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 68 | 0 | 0.85 | 0.72 | 0.06 | 350.29 | 0.86 | 0.54 |
| Hex | EF | 23 | 44 | 0 | 55 | 48 | 6 | 15E | 56 | 36 |
| Octal | 357 | 43 | 104 | 0 | 125 | 110 | 6 | 536 | 126 | 66 |
| Binary | 11101111 | 100011 | 1000100 | 0 | 1010101 | 1001000 | 110 | 101011110 | 1010110 | 110110 |
Color Harmonies of #EF2344
Complementary color
Monochromatic Colors of #EF2344
Black with #EF2344
Text Example
Text Example
White with #EF2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2344; }
p { color: rgb(239,35,68); }
H1.HeaderClassName
{
color: #EF2344;
}
.AnyTagClassName
{
color: #EF2344;
}
</style>
background-color css
<style>
a { background-color: #EF2344; }
a { background-color: rgb(239,35,68); }
div.DivClassName
{
background-color: #EF2344;
}
.BgClassName
{
background-color: #EF2344;
}
</style>
border-color css
<style>
span { border-color: #EF2344; }
span { border-color: rgb(239,35,68); }
td.TdClassName
{
border-color: #EF2344;
}
.TagClassName
{
border-color: #EF2344;
}
</style>