Shades of Amaranth #EC3447
Tints of Amaranth #EC3447
RGB
CMYK
RGB Variations
Color information
#EC3447 (or 0xEC3447) is known color: Amaranth. HEX triplet: EC, 34 and 47. RGB value is (236,52,71). Sum of RGB (Red+Green+Blue) = 236+52+71=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3447 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3447 is #13CBB8. Grayscale: #6D6D6D. Windows color (decimal): -1297337 or 4666604. OLE color: 4666604.
HSL color Cylindrical-coordinate representation of color #EC3447: hue angle of 353.8º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3447 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 71 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.07 |
| HSL | 353.8º | 0.83% | 0.56% | - |
| HSV(B) | 353.8º | 0.78% | 0.93% | - |
| XYZ | 36.96 | 20.74 | 8.02 | - |
| YUV | 109.18 | 106.46 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 71 | 0 | 0.78 | 0.70 | 0.07 | 353.8 | 0.83 | 0.56 |
| Hex | EC | 34 | 47 | 0 | 4E | 46 | 7 | 162 | 53 | 38 |
| Octal | 354 | 64 | 107 | 0 | 116 | 106 | 7 | 542 | 123 | 70 |
| Binary | 11101100 | 110100 | 1000111 | 0 | 1001110 | 1000110 | 111 | 101100010 | 1010011 | 111000 |
Color Harmonies of #EC3447
Complementary color
Monochromatic Colors of #EC3447
Black with #EC3447
Text Example
Text Example
White with #EC3447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3447; }
p { color: rgb(236,52,71); }
H1.HeaderClassName
{
color: #EC3447;
}
.AnyTagClassName
{
color: #EC3447;
}
</style>
background-color css
<style>
a { background-color: #EC3447; }
a { background-color: rgb(236,52,71); }
div.DivClassName
{
background-color: #EC3447;
}
.BgClassName
{
background-color: #EC3447;
}
</style>
border-color css
<style>
span { border-color: #EC3447; }
span { border-color: rgb(236,52,71); }
td.TdClassName
{
border-color: #EC3447;
}
.TagClassName
{
border-color: #EC3447;
}
</style>