Shades of Amaranth #EC3546
Tints of Amaranth #EC3546
RGB
CMYK
RGB Variations
Color information
#EC3546 (or 0xEC3546) is known color: Amaranth. HEX triplet: EC, 35 and 46. RGB value is (236,53,70). Sum of RGB (Red+Green+Blue) = 236+53+70=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3546 is #13CAB9. Grayscale: #6D6D6D. Windows color (decimal): -1297082 or 4601324. OLE color: 4601324.
HSL color Cylindrical-coordinate representation of color #EC3546: hue angle of 354.43º 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 #EC3546 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 70 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.07 |
| HSL | 354.43º | 0.83% | 0.57% | - |
| HSV(B) | 354.43º | 0.78% | 0.93% | - |
| XYZ | 36.97 | 20.82 | 7.86 | - |
| YUV | 109.66 | 105.63 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 70 | 0 | 0.78 | 0.70 | 0.07 | 354.43 | 0.83 | 0.57 |
| Hex | EC | 35 | 46 | 0 | 4E | 46 | 7 | 162 | 53 | 39 |
| Octal | 354 | 65 | 106 | 0 | 116 | 106 | 7 | 542 | 123 | 71 |
| Binary | 11101100 | 110101 | 1000110 | 0 | 1001110 | 1000110 | 111 | 101100010 | 1010011 | 111001 |
Color Harmonies of #EC3546
Complementary color
Monochromatic Colors of #EC3546
Black with #EC3546
Text Example
Text Example
White with #EC3546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3546; }
p { color: rgb(236,53,70); }
H1.HeaderClassName
{
color: #EC3546;
}
.AnyTagClassName
{
color: #EC3546;
}
</style>
background-color css
<style>
a { background-color: #EC3546; }
a { background-color: rgb(236,53,70); }
div.DivClassName
{
background-color: #EC3546;
}
.BgClassName
{
background-color: #EC3546;
}
</style>
border-color css
<style>
span { border-color: #EC3546; }
span { border-color: rgb(236,53,70); }
td.TdClassName
{
border-color: #EC3546;
}
.TagClassName
{
border-color: #EC3546;
}
</style>