Shades of Amaranth #EC404D
Tints of Amaranth #EC404D
RGB
CMYK
RGB Variations
Color information
#EC404D (or 0xEC404D) is known color: Amaranth. HEX triplet: EC, 40 and 4D. RGB value is (236,64,77). Sum of RGB (Red+Green+Blue) = 236+64+77=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC404D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC404D is #13BFB2. Grayscale: #757575. Windows color (decimal): -1294259 or 5062892. OLE color: 5062892.
HSL color Cylindrical-coordinate representation of color #EC404D: hue angle of 355.47º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC404D is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 77 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.07 |
| HSL | 355.47º | 0.82% | 0.59% | - |
| HSV(B) | 355.47º | 0.73% | 0.93% | - |
| XYZ | 37.77 | 22.04 | 9.28 | - |
| YUV | 116.91 | 105.48 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 77 | 0 | 0.73 | 0.67 | 0.07 | 355.47 | 0.82 | 0.59 |
| Hex | EC | 40 | 4D | 0 | 49 | 43 | 7 | 163 | 52 | 3B |
| Octal | 354 | 100 | 115 | 0 | 111 | 103 | 7 | 543 | 122 | 73 |
| Binary | 11101100 | 1000000 | 1001101 | 0 | 1001001 | 1000011 | 111 | 101100011 | 1010010 | 111011 |
Color Harmonies of #EC404D
Complementary color
Monochromatic Colors of #EC404D
Black with #EC404D
Text Example
Text Example
White with #EC404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC404D; }
p { color: rgb(236,64,77); }
H1.HeaderClassName
{
color: #EC404D;
}
.AnyTagClassName
{
color: #EC404D;
}
</style>
background-color css
<style>
a { background-color: #EC404D; }
a { background-color: rgb(236,64,77); }
div.DivClassName
{
background-color: #EC404D;
}
.BgClassName
{
background-color: #EC404D;
}
</style>
border-color css
<style>
span { border-color: #EC404D; }
span { border-color: rgb(236,64,77); }
td.TdClassName
{
border-color: #EC404D;
}
.TagClassName
{
border-color: #EC404D;
}
</style>