Shades of Amaranth #EC1951
Tints of Amaranth #EC1951
RGB
CMYK
RGB Variations
Color information
#EC1951 (or 0xEC1951) is known color: Amaranth. HEX triplet: EC, 19 and 51. RGB value is (236,25,81). Sum of RGB (Red+Green+Blue) = 236+25+81=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1951 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1951 is #13E6AE. Grayscale: #5E5E5E. Windows color (decimal): -1304239 or 5315052. OLE color: 5315052.
HSL color Cylindrical-coordinate representation of color #EC1951: hue angle of 344.08º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1951 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 81 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.07 |
| HSL | 344.08º | 0.85% | 0.51% | - |
| HSV(B) | 344.08º | 0.89% | 0.93% | - |
| XYZ | 36.42 | 19.12 | 9.56 | - |
| YUV | 94.47 | 120.4 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 81 | 0 | 0.89 | 0.66 | 0.07 | 344.08 | 0.85 | 0.51 |
| Hex | EC | 19 | 51 | 0 | 59 | 42 | 7 | 158 | 55 | 33 |
| Octal | 354 | 31 | 121 | 0 | 131 | 102 | 7 | 530 | 125 | 63 |
| Binary | 11101100 | 11001 | 1010001 | 0 | 1011001 | 1000010 | 111 | 101011000 | 1010101 | 110011 |
Color Harmonies of #EC1951
Complementary color
Monochromatic Colors of #EC1951
Black with #EC1951
Text Example
Text Example
White with #EC1951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1951; }
p { color: rgb(236,25,81); }
H1.HeaderClassName
{
color: #EC1951;
}
.AnyTagClassName
{
color: #EC1951;
}
</style>
background-color css
<style>
a { background-color: #EC1951; }
a { background-color: rgb(236,25,81); }
div.DivClassName
{
background-color: #EC1951;
}
.BgClassName
{
background-color: #EC1951;
}
</style>
border-color css
<style>
span { border-color: #EC1951; }
span { border-color: rgb(236,25,81); }
td.TdClassName
{
border-color: #EC1951;
}
.TagClassName
{
border-color: #EC1951;
}
</style>