Shades of Amaranth #EC1B51
Tints of Amaranth #EC1B51
RGB
CMYK
RGB Variations
Color information
#EC1B51 (or 0xEC1B51) is known color: Amaranth. HEX triplet: EC, 1B and 51. RGB value is (236,27,81). Sum of RGB (Red+Green+Blue) = 236+27+81=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1B51 is #13E4AE. Grayscale: #5F5F5F. Windows color (decimal): -1303727 or 5315564. OLE color: 5315564.
HSL color Cylindrical-coordinate representation of color #EC1B51: hue angle of 344.5º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1B51 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 81 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.07 |
| HSL | 344.5º | 0.85% | 0.52% | - |
| HSV(B) | 344.5º | 0.89% | 0.93% | - |
| XYZ | 36.47 | 19.21 | 9.57 | - |
| YUV | 95.65 | 119.74 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 81 | 0 | 0.89 | 0.66 | 0.07 | 344.5 | 0.85 | 0.52 |
| Hex | EC | 1B | 51 | 0 | 59 | 42 | 7 | 158 | 55 | 34 |
| Octal | 354 | 33 | 121 | 0 | 131 | 102 | 7 | 530 | 125 | 64 |
| Binary | 11101100 | 11011 | 1010001 | 0 | 1011001 | 1000010 | 111 | 101011000 | 1010101 | 110100 |
Color Harmonies of #EC1B51
Complementary color
Monochromatic Colors of #EC1B51
Black with #EC1B51
Text Example
Text Example
White with #EC1B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1B51; }
p { color: rgb(236,27,81); }
H1.HeaderClassName
{
color: #EC1B51;
}
.AnyTagClassName
{
color: #EC1B51;
}
</style>
background-color css
<style>
a { background-color: #EC1B51; }
a { background-color: rgb(236,27,81); }
div.DivClassName
{
background-color: #EC1B51;
}
.BgClassName
{
background-color: #EC1B51;
}
</style>
border-color css
<style>
span { border-color: #EC1B51; }
span { border-color: rgb(236,27,81); }
td.TdClassName
{
border-color: #EC1B51;
}
.TagClassName
{
border-color: #EC1B51;
}
</style>