Shades of Amaranth #EC2156
Tints of Amaranth #EC2156
RGB
CMYK
RGB Variations
Color information
#EC2156 (or 0xEC2156) is known color: Amaranth. HEX triplet: EC, 21 and 56. RGB value is (236,33,86). Sum of RGB (Red+Green+Blue) = 236+33+86=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2156 is #13DEA9. Grayscale: #636363. Windows color (decimal): -1302186 or 5644780. OLE color: 5644780.
HSL color Cylindrical-coordinate representation of color #EC2156: hue angle of 344.33º 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 #EC2156 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 86 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.07 |
| HSL | 344.34º | 0.84% | 0.53% | - |
| HSV(B) | 344.34º | 0.86% | 0.93% | - |
| XYZ | 36.82 | 19.59 | 10.65 | - |
| YUV | 99.74 | 120.25 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 86 | 0 | 0.86 | 0.64 | 0.07 | 344.34 | 0.84 | 0.53 |
| Hex | EC | 21 | 56 | 0 | 56 | 40 | 7 | 158 | 54 | 35 |
| Octal | 354 | 41 | 126 | 0 | 126 | 100 | 7 | 530 | 124 | 65 |
| Binary | 11101100 | 100001 | 1010110 | 0 | 1010110 | 1000000 | 111 | 101011000 | 1010100 | 110101 |
Color Harmonies of #EC2156
Complementary color
Monochromatic Colors of #EC2156
Black with #EC2156
Text Example
Text Example
White with #EC2156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2156; }
p { color: rgb(236,33,86); }
H1.HeaderClassName
{
color: #EC2156;
}
.AnyTagClassName
{
color: #EC2156;
}
</style>
background-color css
<style>
a { background-color: #EC2156; }
a { background-color: rgb(236,33,86); }
div.DivClassName
{
background-color: #EC2156;
}
.BgClassName
{
background-color: #EC2156;
}
</style>
border-color css
<style>
span { border-color: #EC2156; }
span { border-color: rgb(236,33,86); }
td.TdClassName
{
border-color: #EC2156;
}
.TagClassName
{
border-color: #EC2156;
}
</style>