Shades of Amaranth #EC2946
Tints of Amaranth #EC2946
RGB
CMYK
RGB Variations
Color information
#EC2946 (or 0xEC2946) is known color: Amaranth. HEX triplet: EC, 29 and 46. RGB value is (236,41,70). Sum of RGB (Red+Green+Blue) = 236+41+70=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2946 is #13D6B9. Grayscale: #666666. Windows color (decimal): -1300154 or 4598252. OLE color: 4598252.
HSL color Cylindrical-coordinate representation of color #EC2946: hue angle of 351.08º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2946 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 70 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.07 |
| HSL | 351.08º | 0.84% | 0.54% | - |
| HSV(B) | 351.08º | 0.83% | 0.93% | - |
| XYZ | 36.49 | 19.86 | 7.7 | - |
| YUV | 102.61 | 109.6 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 70 | 0 | 0.83 | 0.70 | 0.07 | 351.08 | 0.84 | 0.54 |
| Hex | EC | 29 | 46 | 0 | 53 | 46 | 7 | 15F | 54 | 36 |
| Octal | 354 | 51 | 106 | 0 | 123 | 106 | 7 | 537 | 124 | 66 |
| Binary | 11101100 | 101001 | 1000110 | 0 | 1010011 | 1000110 | 111 | 101011111 | 1010100 | 110110 |
Color Harmonies of #EC2946
Complementary color
Monochromatic Colors of #EC2946
Black with #EC2946
Text Example
Text Example
White with #EC2946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2946; }
p { color: rgb(236,41,70); }
H1.HeaderClassName
{
color: #EC2946;
}
.AnyTagClassName
{
color: #EC2946;
}
</style>
background-color css
<style>
a { background-color: #EC2946; }
a { background-color: rgb(236,41,70); }
div.DivClassName
{
background-color: #EC2946;
}
.BgClassName
{
background-color: #EC2946;
}
</style>
border-color css
<style>
span { border-color: #EC2946; }
span { border-color: rgb(236,41,70); }
td.TdClassName
{
border-color: #EC2946;
}
.TagClassName
{
border-color: #EC2946;
}
</style>