Shades of Amaranth #EC224C
Tints of Amaranth #EC224C
RGB
CMYK
RGB Variations
Color information
#EC224C (or 0xEC224C) is known color: Amaranth. HEX triplet: EC, 22 and 4C. RGB value is (236,34,76). Sum of RGB (Red+Green+Blue) = 236+34+76=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC224C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC224C is #13DDB3. Grayscale: #636363. Windows color (decimal): -1301940 or 4989676. OLE color: 4989676.
HSL color Cylindrical-coordinate representation of color #EC224C: hue angle of 347.52º 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 #EC224C is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 76 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.07 |
| HSL | 347.52º | 0.84% | 0.53% | - |
| HSV(B) | 347.52º | 0.86% | 0.93% | - |
| XYZ | 36.47 | 19.5 | 8.68 | - |
| YUV | 99.19 | 114.92 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 76 | 0 | 0.86 | 0.68 | 0.07 | 347.52 | 0.84 | 0.53 |
| Hex | EC | 22 | 4C | 0 | 56 | 44 | 7 | 15C | 54 | 35 |
| Octal | 354 | 42 | 114 | 0 | 126 | 104 | 7 | 534 | 124 | 65 |
| Binary | 11101100 | 100010 | 1001100 | 0 | 1010110 | 1000100 | 111 | 101011100 | 1010100 | 110101 |
Color Harmonies of #EC224C
Complementary color
Monochromatic Colors of #EC224C
Black with #EC224C
Text Example
Text Example
White with #EC224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC224C; }
p { color: rgb(236,34,76); }
H1.HeaderClassName
{
color: #EC224C;
}
.AnyTagClassName
{
color: #EC224C;
}
</style>
background-color css
<style>
a { background-color: #EC224C; }
a { background-color: rgb(236,34,76); }
div.DivClassName
{
background-color: #EC224C;
}
.BgClassName
{
background-color: #EC224C;
}
</style>
border-color css
<style>
span { border-color: #EC224C; }
span { border-color: rgb(236,34,76); }
td.TdClassName
{
border-color: #EC224C;
}
.TagClassName
{
border-color: #EC224C;
}
</style>