Shades of Amaranth #EC404E
Tints of Amaranth #EC404E
RGB
CMYK
RGB Variations
Color information
#EC404E (or 0xEC404E) is known color: Amaranth. HEX triplet: EC, 40 and 4E. RGB value is (236,64,78). Sum of RGB (Red+Green+Blue) = 236+64+78=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC404E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC404E is #13BFB1. Grayscale: #757575. Windows color (decimal): -1294258 or 5128428. OLE color: 5128428.
HSL color Cylindrical-coordinate representation of color #EC404E: hue angle of 355.12º 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 #EC404E is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 78 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.07 |
| HSL | 355.12º | 0.82% | 0.59% | - |
| HSV(B) | 355.12º | 0.73% | 0.93% | - |
| XYZ | 37.8 | 22.05 | 9.47 | - |
| YUV | 117.02 | 105.98 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 78 | 0 | 0.73 | 0.67 | 0.07 | 355.12 | 0.82 | 0.59 |
| Hex | EC | 40 | 4E | 0 | 49 | 43 | 7 | 163 | 52 | 3B |
| Octal | 354 | 100 | 116 | 0 | 111 | 103 | 7 | 543 | 122 | 73 |
| Binary | 11101100 | 1000000 | 1001110 | 0 | 1001001 | 1000011 | 111 | 101100011 | 1010010 | 111011 |
Color Harmonies of #EC404E
Complementary color
Monochromatic Colors of #EC404E
Black with #EC404E
Text Example
Text Example
White with #EC404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC404E; }
p { color: rgb(236,64,78); }
H1.HeaderClassName
{
color: #EC404E;
}
.AnyTagClassName
{
color: #EC404E;
}
</style>
background-color css
<style>
a { background-color: #EC404E; }
a { background-color: rgb(236,64,78); }
div.DivClassName
{
background-color: #EC404E;
}
.BgClassName
{
background-color: #EC404E;
}
</style>
border-color css
<style>
span { border-color: #EC404E; }
span { border-color: rgb(236,64,78); }
td.TdClassName
{
border-color: #EC404E;
}
.TagClassName
{
border-color: #EC404E;
}
</style>