Shades of Amaranth #EC3347
Tints of Amaranth #EC3347
RGB
CMYK
RGB Variations
Color information
#EC3347 (or 0xEC3347) is known color: Amaranth. HEX triplet: EC, 33 and 47. RGB value is (236,51,71). Sum of RGB (Red+Green+Blue) = 236+51+71=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3347 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3347 is #13CCB8. Grayscale: #6C6C6C. Windows color (decimal): -1297593 or 4666348. OLE color: 4666348.
HSL color Cylindrical-coordinate representation of color #EC3347: hue angle of 353.51º 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 #EC3347 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 71 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.07 |
| HSL | 353.51º | 0.83% | 0.56% | - |
| HSV(B) | 353.51º | 0.78% | 0.93% | - |
| XYZ | 36.91 | 20.66 | 8 | - |
| YUV | 108.6 | 106.79 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 71 | 0 | 0.78 | 0.70 | 0.07 | 353.51 | 0.83 | 0.56 |
| Hex | EC | 33 | 47 | 0 | 4E | 46 | 7 | 162 | 53 | 38 |
| Octal | 354 | 63 | 107 | 0 | 116 | 106 | 7 | 542 | 123 | 70 |
| Binary | 11101100 | 110011 | 1000111 | 0 | 1001110 | 1000110 | 111 | 101100010 | 1010011 | 111000 |
Color Harmonies of #EC3347
Complementary color
Monochromatic Colors of #EC3347
Black with #EC3347
Text Example
Text Example
White with #EC3347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3347; }
p { color: rgb(236,51,71); }
H1.HeaderClassName
{
color: #EC3347;
}
.AnyTagClassName
{
color: #EC3347;
}
</style>
background-color css
<style>
a { background-color: #EC3347; }
a { background-color: rgb(236,51,71); }
div.DivClassName
{
background-color: #EC3347;
}
.BgClassName
{
background-color: #EC3347;
}
</style>
border-color css
<style>
span { border-color: #EC3347; }
span { border-color: rgb(236,51,71); }
td.TdClassName
{
border-color: #EC3347;
}
.TagClassName
{
border-color: #EC3347;
}
</style>