Shades of Amaranth #EC2149
Tints of Amaranth #EC2149
RGB
CMYK
RGB Variations
Color information
#EC2149 (or 0xEC2149) is known color: Amaranth. HEX triplet: EC, 21 and 49. RGB value is (236,33,73). Sum of RGB (Red+Green+Blue) = 236+33+73=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2149 is #13DEB6. Grayscale: #626262. Windows color (decimal): -1302199 or 4792812. OLE color: 4792812.
HSL color Cylindrical-coordinate representation of color #EC2149: hue angle of 348.18º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2149 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 73 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.07 |
| HSL | 348.18º | 0.84% | 0.53% | - |
| HSV(B) | 348.18º | 0.86% | 0.93% | - |
| XYZ | 36.34 | 19.4 | 8.13 | - |
| YUV | 98.26 | 113.75 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 73 | 0 | 0.86 | 0.69 | 0.07 | 348.18 | 0.84 | 0.53 |
| Hex | EC | 21 | 49 | 0 | 56 | 45 | 7 | 15C | 54 | 35 |
| Octal | 354 | 41 | 111 | 0 | 126 | 105 | 7 | 534 | 124 | 65 |
| Binary | 11101100 | 100001 | 1001001 | 0 | 1010110 | 1000101 | 111 | 101011100 | 1010100 | 110101 |
Color Harmonies of #EC2149
Complementary color
Monochromatic Colors of #EC2149
Black with #EC2149
Text Example
Text Example
White with #EC2149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2149; }
p { color: rgb(236,33,73); }
H1.HeaderClassName
{
color: #EC2149;
}
.AnyTagClassName
{
color: #EC2149;
}
</style>
background-color css
<style>
a { background-color: #EC2149; }
a { background-color: rgb(236,33,73); }
div.DivClassName
{
background-color: #EC2149;
}
.BgClassName
{
background-color: #EC2149;
}
</style>
border-color css
<style>
span { border-color: #EC2149; }
span { border-color: rgb(236,33,73); }
td.TdClassName
{
border-color: #EC2149;
}
.TagClassName
{
border-color: #EC2149;
}
</style>