Shades of Amaranth #EC4549
Tints of Amaranth #EC4549
RGB
CMYK
RGB Variations
Color information
#EC4549 (or 0xEC4549) is known color: Amaranth. HEX triplet: EC, 45 and 49. RGB value is (236,69,73). Sum of RGB (Red+Green+Blue) = 236+69+73=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4549 is #13BAB6. Grayscale: #777777. Windows color (decimal): -1292983 or 4802028. OLE color: 4802028.
HSL color Cylindrical-coordinate representation of color #EC4549: hue angle of 358.56º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4549 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 73 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.07 |
| HSL | 358.56º | 0.81% | 0.6% | - |
| HSV(B) | 358.56º | 0.71% | 0.93% | - |
| XYZ | 37.92 | 22.57 | 8.66 | - |
| YUV | 119.39 | 101.83 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 73 | 0 | 0.71 | 0.69 | 0.07 | 358.56 | 0.81 | 0.6 |
| Hex | EC | 45 | 49 | 0 | 47 | 45 | 7 | 167 | 51 | 3C |
| Octal | 354 | 105 | 111 | 0 | 107 | 105 | 7 | 547 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1001001 | 0 | 1000111 | 1000101 | 111 | 101100111 | 1010001 | 111100 |
Color Harmonies of #EC4549
Complementary color
Monochromatic Colors of #EC4549
Black with #EC4549
Text Example
Text Example
White with #EC4549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4549; }
p { color: rgb(236,69,73); }
H1.HeaderClassName
{
color: #EC4549;
}
.AnyTagClassName
{
color: #EC4549;
}
</style>
background-color css
<style>
a { background-color: #EC4549; }
a { background-color: rgb(236,69,73); }
div.DivClassName
{
background-color: #EC4549;
}
.BgClassName
{
background-color: #EC4549;
}
</style>
border-color css
<style>
span { border-color: #EC4549; }
span { border-color: rgb(236,69,73); }
td.TdClassName
{
border-color: #EC4549;
}
.TagClassName
{
border-color: #EC4549;
}
</style>