Shades of Amaranth #EC4245
Tints of Amaranth #EC4245
RGB
CMYK
RGB Variations
Color information
#EC4245 (or 0xEC4245) is known color: Amaranth. HEX triplet: EC, 42 and 45. RGB value is (236,66,69). Sum of RGB (Red+Green+Blue) = 236+66+69=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4245 is #13BDBA. Grayscale: #757575. Windows color (decimal): -1293755 or 4539116. OLE color: 4539116.
HSL color Cylindrical-coordinate representation of color #EC4245: hue angle of 358.94º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4245 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 69 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.07 |
| HSL | 358.94º | 0.82% | 0.59% | - |
| HSV(B) | 358.94º | 0.72% | 0.93% | - |
| XYZ | 37.61 | 22.16 | 7.92 | - |
| YUV | 117.17 | 100.82 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 69 | 0 | 0.72 | 0.71 | 0.07 | 358.94 | 0.82 | 0.59 |
| Hex | EC | 42 | 45 | 0 | 48 | 47 | 7 | 167 | 52 | 3B |
| Octal | 354 | 102 | 105 | 0 | 110 | 107 | 7 | 547 | 122 | 73 |
| Binary | 11101100 | 1000010 | 1000101 | 0 | 1001000 | 1000111 | 111 | 101100111 | 1010010 | 111011 |
Color Harmonies of #EC4245
Complementary color
Monochromatic Colors of #EC4245
Black with #EC4245
Text Example
Text Example
White with #EC4245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4245; }
p { color: rgb(236,66,69); }
H1.HeaderClassName
{
color: #EC4245;
}
.AnyTagClassName
{
color: #EC4245;
}
</style>
background-color css
<style>
a { background-color: #EC4245; }
a { background-color: rgb(236,66,69); }
div.DivClassName
{
background-color: #EC4245;
}
.BgClassName
{
background-color: #EC4245;
}
</style>
border-color css
<style>
span { border-color: #EC4245; }
span { border-color: rgb(236,66,69); }
td.TdClassName
{
border-color: #EC4245;
}
.TagClassName
{
border-color: #EC4245;
}
</style>