Shades of Amaranth #EC1B54
Tints of Amaranth #EC1B54
RGB
CMYK
RGB Variations
Color information
#EC1B54 (or 0xEC1B54) is known color: Amaranth. HEX triplet: EC, 1B and 54. RGB value is (236,27,84). Sum of RGB (Red+Green+Blue) = 236+27+84=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1B54 is #13E4AB. Grayscale: #5F5F5F. Windows color (decimal): -1303724 or 5512172. OLE color: 5512172.
HSL color Cylindrical-coordinate representation of color #EC1B54: hue angle of 343.64º 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 #EC1B54 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 84 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.07 |
| HSL | 343.64º | 0.85% | 0.52% | - |
| HSV(B) | 343.64º | 0.89% | 0.93% | - |
| XYZ | 36.58 | 19.26 | 10.18 | - |
| YUV | 95.99 | 121.24 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 84 | 0 | 0.89 | 0.64 | 0.07 | 343.64 | 0.85 | 0.52 |
| Hex | EC | 1B | 54 | 0 | 59 | 40 | 7 | 158 | 55 | 34 |
| Octal | 354 | 33 | 124 | 0 | 131 | 100 | 7 | 530 | 125 | 64 |
| Binary | 11101100 | 11011 | 1010100 | 0 | 1011001 | 1000000 | 111 | 101011000 | 1010101 | 110100 |
Color Harmonies of #EC1B54
Complementary color
Monochromatic Colors of #EC1B54
Black with #EC1B54
Text Example
Text Example
White with #EC1B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1B54; }
p { color: rgb(236,27,84); }
H1.HeaderClassName
{
color: #EC1B54;
}
.AnyTagClassName
{
color: #EC1B54;
}
</style>
background-color css
<style>
a { background-color: #EC1B54; }
a { background-color: rgb(236,27,84); }
div.DivClassName
{
background-color: #EC1B54;
}
.BgClassName
{
background-color: #EC1B54;
}
</style>
border-color css
<style>
span { border-color: #EC1B54; }
span { border-color: rgb(236,27,84); }
td.TdClassName
{
border-color: #EC1B54;
}
.TagClassName
{
border-color: #EC1B54;
}
</style>