Shades of Amaranth #EC3647
Tints of Amaranth #EC3647
RGB
CMYK
RGB Variations
Color information
#EC3647 (or 0xEC3647) is known color: Amaranth. HEX triplet: EC, 36 and 47. RGB value is (236,54,71). Sum of RGB (Red+Green+Blue) = 236+54+71=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3647 is #13C9B8. Grayscale: #6E6E6E. Windows color (decimal): -1296825 or 4667116. OLE color: 4667116.
HSL color Cylindrical-coordinate representation of color #EC3647: hue angle of 354.4º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3647 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 71 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.07 |
| HSL | 354.4º | 0.83% | 0.57% | - |
| HSV(B) | 354.4º | 0.77% | 0.93% | - |
| XYZ | 37.05 | 20.93 | 8.05 | - |
| YUV | 110.36 | 105.8 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 71 | 0 | 0.77 | 0.70 | 0.07 | 354.4 | 0.83 | 0.57 |
| Hex | EC | 36 | 47 | 0 | 4D | 46 | 7 | 162 | 53 | 39 |
| Octal | 354 | 66 | 107 | 0 | 115 | 106 | 7 | 542 | 123 | 71 |
| Binary | 11101100 | 110110 | 1000111 | 0 | 1001101 | 1000110 | 111 | 101100010 | 1010011 | 111001 |
Color Harmonies of #EC3647
Complementary color
Monochromatic Colors of #EC3647
Black with #EC3647
Text Example
Text Example
White with #EC3647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3647; }
p { color: rgb(236,54,71); }
H1.HeaderClassName
{
color: #EC3647;
}
.AnyTagClassName
{
color: #EC3647;
}
</style>
background-color css
<style>
a { background-color: #EC3647; }
a { background-color: rgb(236,54,71); }
div.DivClassName
{
background-color: #EC3647;
}
.BgClassName
{
background-color: #EC3647;
}
</style>
border-color css
<style>
span { border-color: #EC3647; }
span { border-color: rgb(236,54,71); }
td.TdClassName
{
border-color: #EC3647;
}
.TagClassName
{
border-color: #EC3647;
}
</style>