Shades of Amaranth #EC4446
Tints of Amaranth #EC4446
RGB
CMYK
RGB Variations
Color information
#EC4446 (or 0xEC4446) is known color: Amaranth. HEX triplet: EC, 44 and 46. RGB value is (236,68,70). Sum of RGB (Red+Green+Blue) = 236+68+70=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4446 is #13BBB9. Grayscale: #767676. Windows color (decimal): -1293242 or 4605164. OLE color: 4605164.
HSL color Cylindrical-coordinate representation of color #EC4446: hue angle of 359.29º 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 #EC4446 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 70 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.07 |
| HSL | 359.29º | 0.82% | 0.6% | - |
| HSV(B) | 359.29º | 0.71% | 0.93% | - |
| XYZ | 37.76 | 22.41 | 8.13 | - |
| YUV | 118.46 | 100.66 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 70 | 0 | 0.71 | 0.70 | 0.07 | 359.29 | 0.82 | 0.6 |
| Hex | EC | 44 | 46 | 0 | 47 | 46 | 7 | 167 | 52 | 3C |
| Octal | 354 | 104 | 106 | 0 | 107 | 106 | 7 | 547 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1000110 | 0 | 1000111 | 1000110 | 111 | 101100111 | 1010010 | 111100 |
Color Harmonies of #EC4446
Complementary color
Monochromatic Colors of #EC4446
Black with #EC4446
Text Example
Text Example
White with #EC4446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4446; }
p { color: rgb(236,68,70); }
H1.HeaderClassName
{
color: #EC4446;
}
.AnyTagClassName
{
color: #EC4446;
}
</style>
background-color css
<style>
a { background-color: #EC4446; }
a { background-color: rgb(236,68,70); }
div.DivClassName
{
background-color: #EC4446;
}
.BgClassName
{
background-color: #EC4446;
}
</style>
border-color css
<style>
span { border-color: #EC4446; }
span { border-color: rgb(236,68,70); }
td.TdClassName
{
border-color: #EC4446;
}
.TagClassName
{
border-color: #EC4446;
}
</style>