Shades of Amaranth #EC3146
Tints of Amaranth #EC3146
RGB
CMYK
RGB Variations
Color information
#EC3146 (or 0xEC3146) is known color: Amaranth. HEX triplet: EC, 31 and 46. RGB value is (236,49,70). Sum of RGB (Red+Green+Blue) = 236+49+70=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3146 is #13CEB9. Grayscale: #6B6B6B. Windows color (decimal): -1298106 or 4600300. OLE color: 4600300.
HSL color Cylindrical-coordinate representation of color #EC3146: hue angle of 353.26º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3146 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 70 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.07 |
| HSL | 353.26º | 0.83% | 0.56% | - |
| HSV(B) | 353.26º | 0.79% | 0.93% | - |
| XYZ | 36.8 | 20.47 | 7.81 | - |
| YUV | 107.31 | 106.95 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 70 | 0 | 0.79 | 0.70 | 0.07 | 353.26 | 0.83 | 0.56 |
| Hex | EC | 31 | 46 | 0 | 4F | 46 | 7 | 161 | 53 | 38 |
| Octal | 354 | 61 | 106 | 0 | 117 | 106 | 7 | 541 | 123 | 70 |
| Binary | 11101100 | 110001 | 1000110 | 0 | 1001111 | 1000110 | 111 | 101100001 | 1010011 | 111000 |
Color Harmonies of #EC3146
Complementary color
Monochromatic Colors of #EC3146
Black with #EC3146
Text Example
Text Example
White with #EC3146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3146; }
p { color: rgb(236,49,70); }
H1.HeaderClassName
{
color: #EC3146;
}
.AnyTagClassName
{
color: #EC3146;
}
</style>
background-color css
<style>
a { background-color: #EC3146; }
a { background-color: rgb(236,49,70); }
div.DivClassName
{
background-color: #EC3146;
}
.BgClassName
{
background-color: #EC3146;
}
</style>
border-color css
<style>
span { border-color: #EC3146; }
span { border-color: rgb(236,49,70); }
td.TdClassName
{
border-color: #EC3146;
}
.TagClassName
{
border-color: #EC3146;
}
</style>