Shades of Amaranth #EC2547
Tints of Amaranth #EC2547
RGB
CMYK
RGB Variations
Color information
#EC2547 (or 0xEC2547) is known color: Amaranth. HEX triplet: EC, 25 and 47. RGB value is (236,37,71). Sum of RGB (Red+Green+Blue) = 236+37+71=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2547 is #13DAB8. Grayscale: #646464. Windows color (decimal): -1301177 or 4662764. OLE color: 4662764.
HSL color Cylindrical-coordinate representation of color #EC2547: hue angle of 349.75º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2547 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 71 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.07 |
| HSL | 349.75º | 0.84% | 0.54% | - |
| HSV(B) | 349.75º | 0.84% | 0.93% | - |
| XYZ | 36.39 | 19.61 | 7.83 | - |
| YUV | 100.38 | 111.43 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 71 | 0 | 0.84 | 0.70 | 0.07 | 349.75 | 0.84 | 0.54 |
| Hex | EC | 25 | 47 | 0 | 54 | 46 | 7 | 15E | 54 | 36 |
| Octal | 354 | 45 | 107 | 0 | 124 | 106 | 7 | 536 | 124 | 66 |
| Binary | 11101100 | 100101 | 1000111 | 0 | 1010100 | 1000110 | 111 | 101011110 | 1010100 | 110110 |
Color Harmonies of #EC2547
Complementary color
Monochromatic Colors of #EC2547
Black with #EC2547
Text Example
Text Example
White with #EC2547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2547; }
p { color: rgb(236,37,71); }
H1.HeaderClassName
{
color: #EC2547;
}
.AnyTagClassName
{
color: #EC2547;
}
</style>
background-color css
<style>
a { background-color: #EC2547; }
a { background-color: rgb(236,37,71); }
div.DivClassName
{
background-color: #EC2547;
}
.BgClassName
{
background-color: #EC2547;
}
</style>
border-color css
<style>
span { border-color: #EC2547; }
span { border-color: rgb(236,37,71); }
td.TdClassName
{
border-color: #EC2547;
}
.TagClassName
{
border-color: #EC2547;
}
</style>