Shades of Amaranth #EC3547
Tints of Amaranth #EC3547
RGB
CMYK
RGB Variations
Color information
#EC3547 (or 0xEC3547) is known color: Amaranth. HEX triplet: EC, 35 and 47. RGB value is (236,53,71). Sum of RGB (Red+Green+Blue) = 236+53+71=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3547 is #13CAB8. Grayscale: #6D6D6D. Windows color (decimal): -1297081 or 4666860. OLE color: 4666860.
HSL color Cylindrical-coordinate representation of color #EC3547: hue angle of 354.1º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3547 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 71 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.07 |
| HSL | 354.1º | 0.83% | 0.57% | - |
| HSV(B) | 354.1º | 0.78% | 0.93% | - |
| XYZ | 37 | 20.83 | 8.03 | - |
| YUV | 109.77 | 106.13 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 71 | 0 | 0.78 | 0.70 | 0.07 | 354.1 | 0.83 | 0.57 |
| Hex | EC | 35 | 47 | 0 | 4E | 46 | 7 | 162 | 53 | 39 |
| Octal | 354 | 65 | 107 | 0 | 116 | 106 | 7 | 542 | 123 | 71 |
| Binary | 11101100 | 110101 | 1000111 | 0 | 1001110 | 1000110 | 111 | 101100010 | 1010011 | 111001 |
Color Harmonies of #EC3547
Complementary color
Monochromatic Colors of #EC3547
Black with #EC3547
Text Example
Text Example
White with #EC3547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3547; }
p { color: rgb(236,53,71); }
H1.HeaderClassName
{
color: #EC3547;
}
.AnyTagClassName
{
color: #EC3547;
}
</style>
background-color css
<style>
a { background-color: #EC3547; }
a { background-color: rgb(236,53,71); }
div.DivClassName
{
background-color: #EC3547;
}
.BgClassName
{
background-color: #EC3547;
}
</style>
border-color css
<style>
span { border-color: #EC3547; }
span { border-color: rgb(236,53,71); }
td.TdClassName
{
border-color: #EC3547;
}
.TagClassName
{
border-color: #EC3547;
}
</style>