Shades of Amaranth #EC1A53
Tints of Amaranth #EC1A53
RGB
CMYK
RGB Variations
Color information
#EC1A53 (or 0xEC1A53) is known color: Amaranth. HEX triplet: EC, 1A and 53. RGB value is (236,26,83). Sum of RGB (Red+Green+Blue) = 236+26+83=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A53 is #13E5AC. Grayscale: #5F5F5F. Windows color (decimal): -1303981 or 5446380. OLE color: 5446380.
HSL color Cylindrical-coordinate representation of color #EC1A53: hue angle of 343.71º 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 #EC1A53 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 83 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.07 |
| HSL | 343.71º | 0.85% | 0.51% | - |
| HSV(B) | 343.71º | 0.89% | 0.93% | - |
| XYZ | 36.52 | 19.2 | 9.96 | - |
| YUV | 95.29 | 121.07 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 83 | 0 | 0.89 | 0.65 | 0.07 | 343.71 | 0.85 | 0.51 |
| Hex | EC | 1A | 53 | 0 | 59 | 41 | 7 | 158 | 55 | 33 |
| Octal | 354 | 32 | 123 | 0 | 131 | 101 | 7 | 530 | 125 | 63 |
| Binary | 11101100 | 11010 | 1010011 | 0 | 1011001 | 1000001 | 111 | 101011000 | 1010101 | 110011 |
Color Harmonies of #EC1A53
Complementary color
Monochromatic Colors of #EC1A53
Black with #EC1A53
Text Example
Text Example
White with #EC1A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A53; }
p { color: rgb(236,26,83); }
H1.HeaderClassName
{
color: #EC1A53;
}
.AnyTagClassName
{
color: #EC1A53;
}
</style>
background-color css
<style>
a { background-color: #EC1A53; }
a { background-color: rgb(236,26,83); }
div.DivClassName
{
background-color: #EC1A53;
}
.BgClassName
{
background-color: #EC1A53;
}
</style>
border-color css
<style>
span { border-color: #EC1A53; }
span { border-color: rgb(236,26,83); }
td.TdClassName
{
border-color: #EC1A53;
}
.TagClassName
{
border-color: #EC1A53;
}
</style>