Shades of Amaranth #EC404C
Tints of Amaranth #EC404C
RGB
CMYK
RGB Variations
Color information
#EC404C (or 0xEC404C) is known color: Amaranth. HEX triplet: EC, 40 and 4C. RGB value is (236,64,76). Sum of RGB (Red+Green+Blue) = 236+64+76=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC404C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC404C is #13BFB3. Grayscale: #747474. Windows color (decimal): -1294260 or 4997356. OLE color: 4997356.
HSL color Cylindrical-coordinate representation of color #EC404C: hue angle of 355.81º 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 #EC404C is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 76 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.07 |
| HSL | 355.81º | 0.82% | 0.59% | - |
| HSV(B) | 355.81º | 0.73% | 0.93% | - |
| XYZ | 37.73 | 22.02 | 9.1 | - |
| YUV | 116.8 | 104.98 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 76 | 0 | 0.73 | 0.68 | 0.07 | 355.81 | 0.82 | 0.59 |
| Hex | EC | 40 | 4C | 0 | 49 | 44 | 7 | 164 | 52 | 3B |
| Octal | 354 | 100 | 114 | 0 | 111 | 104 | 7 | 544 | 122 | 73 |
| Binary | 11101100 | 1000000 | 1001100 | 0 | 1001001 | 1000100 | 111 | 101100100 | 1010010 | 111011 |
Color Harmonies of #EC404C
Complementary color
Monochromatic Colors of #EC404C
Black with #EC404C
Text Example
Text Example
White with #EC404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC404C; }
p { color: rgb(236,64,76); }
H1.HeaderClassName
{
color: #EC404C;
}
.AnyTagClassName
{
color: #EC404C;
}
</style>
background-color css
<style>
a { background-color: #EC404C; }
a { background-color: rgb(236,64,76); }
div.DivClassName
{
background-color: #EC404C;
}
.BgClassName
{
background-color: #EC404C;
}
</style>
border-color css
<style>
span { border-color: #EC404C; }
span { border-color: rgb(236,64,76); }
td.TdClassName
{
border-color: #EC404C;
}
.TagClassName
{
border-color: #EC404C;
}
</style>