Shades of Amaranth #EF2544
Tints of Amaranth #EF2544
RGB
CMYK
RGB Variations
Color information
#EF2544 (or 0xEF2544) is known color: Amaranth. HEX triplet: EF, 25 and 44. RGB value is (239,37,68). Sum of RGB (Red+Green+Blue) = 239+37+68=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2544 is #10DABB. Grayscale: #656565. Windows color (decimal): -1104572 or 4466159. OLE color: 4466159.
HSL color Cylindrical-coordinate representation of color #EF2544: hue angle of 350.79º 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 #EF2544 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 68 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.06 |
| HSL | 350.79º | 0.86% | 0.54% | - |
| HSV(B) | 350.79º | 0.85% | 0.94% | - |
| XYZ | 37.3 | 20.09 | 7.38 | - |
| YUV | 100.93 | 109.42 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 68 | 0 | 0.85 | 0.72 | 0.06 | 350.79 | 0.86 | 0.54 |
| Hex | EF | 25 | 44 | 0 | 55 | 48 | 6 | 15F | 56 | 36 |
| Octal | 357 | 45 | 104 | 0 | 125 | 110 | 6 | 537 | 126 | 66 |
| Binary | 11101111 | 100101 | 1000100 | 0 | 1010101 | 1001000 | 110 | 101011111 | 1010110 | 110110 |
Color Harmonies of #EF2544
Complementary color
Monochromatic Colors of #EF2544
Black with #EF2544
Text Example
Text Example
White with #EF2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2544; }
p { color: rgb(239,37,68); }
H1.HeaderClassName
{
color: #EF2544;
}
.AnyTagClassName
{
color: #EF2544;
}
</style>
background-color css
<style>
a { background-color: #EF2544; }
a { background-color: rgb(239,37,68); }
div.DivClassName
{
background-color: #EF2544;
}
.BgClassName
{
background-color: #EF2544;
}
</style>
border-color css
<style>
span { border-color: #EF2544; }
span { border-color: rgb(239,37,68); }
td.TdClassName
{
border-color: #EF2544;
}
.TagClassName
{
border-color: #EF2544;
}
</style>