Shades of Amaranth #EC4447
Tints of Amaranth #EC4447
RGB
CMYK
RGB Variations
Color information
#EC4447 (or 0xEC4447) is known color: Amaranth. HEX triplet: EC, 44 and 47. RGB value is (236,68,71). Sum of RGB (Red+Green+Blue) = 236+68+71=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4447 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4447 is #13BBB8. Grayscale: #767676. Windows color (decimal): -1293241 or 4670700. OLE color: 4670700.
HSL color Cylindrical-coordinate representation of color #EC4447: hue angle of 358.93º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4447 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 71 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.07 |
| HSL | 358.93º | 0.82% | 0.6% | - |
| HSV(B) | 358.93º | 0.71% | 0.93% | - |
| XYZ | 37.8 | 22.42 | 8.3 | - |
| YUV | 118.57 | 101.16 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 71 | 0 | 0.71 | 0.70 | 0.07 | 358.93 | 0.82 | 0.6 |
| Hex | EC | 44 | 47 | 0 | 47 | 46 | 7 | 167 | 52 | 3C |
| Octal | 354 | 104 | 107 | 0 | 107 | 106 | 7 | 547 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1000111 | 0 | 1000111 | 1000110 | 111 | 101100111 | 1010010 | 111100 |
Color Harmonies of #EC4447
Complementary color
Monochromatic Colors of #EC4447
Black with #EC4447
Text Example
Text Example
White with #EC4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4447; }
p { color: rgb(236,68,71); }
H1.HeaderClassName
{
color: #EC4447;
}
.AnyTagClassName
{
color: #EC4447;
}
</style>
background-color css
<style>
a { background-color: #EC4447; }
a { background-color: rgb(236,68,71); }
div.DivClassName
{
background-color: #EC4447;
}
.BgClassName
{
background-color: #EC4447;
}
</style>
border-color css
<style>
span { border-color: #EC4447; }
span { border-color: rgb(236,68,71); }
td.TdClassName
{
border-color: #EC4447;
}
.TagClassName
{
border-color: #EC4447;
}
</style>