Shades of Amaranth #EC494C
Tints of Amaranth #EC494C
RGB
CMYK
RGB Variations
Color information
#EC494C (or 0xEC494C) is known color: Amaranth. HEX triplet: EC, 49 and 4C. RGB value is (236,73,76). Sum of RGB (Red+Green+Blue) = 236+73+76=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC494C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC494C is #13B6B3. Grayscale: #7A7A7A. Windows color (decimal): -1291956 or 4999660. OLE color: 4999660.
HSL color Cylindrical-coordinate representation of color #EC494C: hue angle of 358.9º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC494C is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 76 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.07 |
| HSL | 358.9º | 0.81% | 0.61% | - |
| HSV(B) | 358.9º | 0.69% | 0.93% | - |
| XYZ | 38.28 | 23.12 | 9.28 | - |
| YUV | 122.08 | 102 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 76 | 0 | 0.69 | 0.68 | 0.07 | 358.9 | 0.81 | 0.61 |
| Hex | EC | 49 | 4C | 0 | 45 | 44 | 7 | 167 | 51 | 3D |
| Octal | 354 | 111 | 114 | 0 | 105 | 104 | 7 | 547 | 121 | 75 |
| Binary | 11101100 | 1001001 | 1001100 | 0 | 1000101 | 1000100 | 111 | 101100111 | 1010001 | 111101 |
Color Harmonies of #EC494C
Complementary color
Monochromatic Colors of #EC494C
Black with #EC494C
Text Example
Text Example
White with #EC494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC494C; }
p { color: rgb(236,73,76); }
H1.HeaderClassName
{
color: #EC494C;
}
.AnyTagClassName
{
color: #EC494C;
}
</style>
background-color css
<style>
a { background-color: #EC494C; }
a { background-color: rgb(236,73,76); }
div.DivClassName
{
background-color: #EC494C;
}
.BgClassName
{
background-color: #EC494C;
}
</style>
border-color css
<style>
span { border-color: #EC494C; }
span { border-color: rgb(236,73,76); }
td.TdClassName
{
border-color: #EC494C;
}
.TagClassName
{
border-color: #EC494C;
}
</style>