Shades of Amaranth #EF4549
Tints of Amaranth #EF4549
RGB
CMYK
RGB Variations
Color information
#EF4549 (or 0xEF4549) is known color: Amaranth. HEX triplet: EF, 45 and 49. RGB value is (239,69,73). Sum of RGB (Red+Green+Blue) = 239+69+73=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4549 is #10BAB6. Grayscale: #787878. Windows color (decimal): -1096375 or 4802031. OLE color: 4802031.
HSL color Cylindrical-coordinate representation of color #EF4549: hue angle of 358.59º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF4549 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 73 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.06 |
| HSL | 358.59º | 0.84% | 0.6% | - |
| HSV(B) | 358.59º | 0.71% | 0.94% | - |
| XYZ | 38.93 | 23.09 | 8.71 | - |
| YUV | 120.29 | 101.32 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 73 | 0 | 0.71 | 0.69 | 0.06 | 358.59 | 0.84 | 0.6 |
| Hex | EF | 45 | 49 | 0 | 47 | 45 | 6 | 167 | 54 | 3C |
| Octal | 357 | 105 | 111 | 0 | 107 | 105 | 6 | 547 | 124 | 74 |
| Binary | 11101111 | 1000101 | 1001001 | 0 | 1000111 | 1000101 | 110 | 101100111 | 1010100 | 111100 |
Color Harmonies of #EF4549
Complementary color
Monochromatic Colors of #EF4549
Black with #EF4549
Text Example
Text Example
White with #EF4549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4549; }
p { color: rgb(239,69,73); }
H1.HeaderClassName
{
color: #EF4549;
}
.AnyTagClassName
{
color: #EF4549;
}
</style>
background-color css
<style>
a { background-color: #EF4549; }
a { background-color: rgb(239,69,73); }
div.DivClassName
{
background-color: #EF4549;
}
.BgClassName
{
background-color: #EF4549;
}
</style>
border-color css
<style>
span { border-color: #EF4549; }
span { border-color: rgb(239,69,73); }
td.TdClassName
{
border-color: #EF4549;
}
.TagClassName
{
border-color: #EF4549;
}
</style>