Shades of Amaranth #EF3544
Tints of Amaranth #EF3544
RGB
CMYK
RGB Variations
Color information
#EF3544 (or 0xEF3544) is known color: Amaranth. HEX triplet: EF, 35 and 44. RGB value is (239,53,68). Sum of RGB (Red+Green+Blue) = 239+53+68=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3544 is #10CABB. Grayscale: #6E6E6E. Windows color (decimal): -1100476 or 4470255. OLE color: 4470255.
HSL color Cylindrical-coordinate representation of color #EF3544: hue angle of 355.16º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF3544 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 68 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.06 |
| HSL | 355.16º | 0.85% | 0.57% | - |
| HSV(B) | 355.16º | 0.78% | 0.94% | - |
| XYZ | 37.91 | 21.31 | 7.58 | - |
| YUV | 110.32 | 104.12 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 68 | 0 | 0.78 | 0.72 | 0.06 | 355.16 | 0.85 | 0.57 |
| Hex | EF | 35 | 44 | 0 | 4E | 48 | 6 | 163 | 55 | 39 |
| Octal | 357 | 65 | 104 | 0 | 116 | 110 | 6 | 543 | 125 | 71 |
| Binary | 11101111 | 110101 | 1000100 | 0 | 1001110 | 1001000 | 110 | 101100011 | 1010101 | 111001 |
Color Harmonies of #EF3544
Complementary color
Monochromatic Colors of #EF3544
Black with #EF3544
Text Example
Text Example
White with #EF3544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3544; }
p { color: rgb(239,53,68); }
H1.HeaderClassName
{
color: #EF3544;
}
.AnyTagClassName
{
color: #EF3544;
}
</style>
background-color css
<style>
a { background-color: #EF3544; }
a { background-color: rgb(239,53,68); }
div.DivClassName
{
background-color: #EF3544;
}
.BgClassName
{
background-color: #EF3544;
}
</style>
border-color css
<style>
span { border-color: #EF3544; }
span { border-color: rgb(239,53,68); }
td.TdClassName
{
border-color: #EF3544;
}
.TagClassName
{
border-color: #EF3544;
}
</style>