Shades of Amaranth #EC424D
Tints of Amaranth #EC424D
RGB
CMYK
RGB Variations
Color information
#EC424D (or 0xEC424D) is known color: Amaranth. HEX triplet: EC, 42 and 4D. RGB value is (236,66,77). Sum of RGB (Red+Green+Blue) = 236+66+77=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC424D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC424D is #13BDB2. Grayscale: #767676. Windows color (decimal): -1293747 or 5063404. OLE color: 5063404.
HSL color Cylindrical-coordinate representation of color #EC424D: hue angle of 356.12º 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 #EC424D is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 77 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.07 |
| HSL | 356.12º | 0.82% | 0.59% | - |
| HSV(B) | 356.12º | 0.72% | 0.93% | - |
| XYZ | 37.88 | 22.27 | 9.32 | - |
| YUV | 118.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 77 | 0 | 0.72 | 0.67 | 0.07 | 356.12 | 0.82 | 0.59 |
| Hex | EC | 42 | 4D | 0 | 48 | 43 | 7 | 164 | 52 | 3B |
| Octal | 354 | 102 | 115 | 0 | 110 | 103 | 7 | 544 | 122 | 73 |
| Binary | 11101100 | 1000010 | 1001101 | 0 | 1001000 | 1000011 | 111 | 101100100 | 1010010 | 111011 |
Color Harmonies of #EC424D
Complementary color
Monochromatic Colors of #EC424D
Black with #EC424D
Text Example
Text Example
White with #EC424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC424D; }
p { color: rgb(236,66,77); }
H1.HeaderClassName
{
color: #EC424D;
}
.AnyTagClassName
{
color: #EC424D;
}
</style>
background-color css
<style>
a { background-color: #EC424D; }
a { background-color: rgb(236,66,77); }
div.DivClassName
{
background-color: #EC424D;
}
.BgClassName
{
background-color: #EC424D;
}
</style>
border-color css
<style>
span { border-color: #EC424D; }
span { border-color: rgb(236,66,77); }
td.TdClassName
{
border-color: #EC424D;
}
.TagClassName
{
border-color: #EC424D;
}
</style>