Shades of Amaranth #EC494F
Tints of Amaranth #EC494F
RGB
CMYK
RGB Variations
Color information
#EC494F (or 0xEC494F) is known color: Amaranth. HEX triplet: EC, 49 and 4F. RGB value is (236,73,79). Sum of RGB (Red+Green+Blue) = 236+73+79=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC494F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC494F is #13B6B0. Grayscale: #7A7A7A. Windows color (decimal): -1291953 or 5196268. OLE color: 5196268.
HSL color Cylindrical-coordinate representation of color #EC494F: hue angle of 357.79º 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 #EC494F is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 79 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.07 |
| HSL | 357.79º | 0.81% | 0.61% | - |
| HSV(B) | 357.79º | 0.69% | 0.93% | - |
| XYZ | 38.39 | 23.16 | 9.84 | - |
| YUV | 122.42 | 103.5 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 79 | 0 | 0.69 | 0.67 | 0.07 | 357.79 | 0.81 | 0.61 |
| Hex | EC | 49 | 4F | 0 | 45 | 43 | 7 | 166 | 51 | 3D |
| Octal | 354 | 111 | 117 | 0 | 105 | 103 | 7 | 546 | 121 | 75 |
| Binary | 11101100 | 1001001 | 1001111 | 0 | 1000101 | 1000011 | 111 | 101100110 | 1010001 | 111101 |
Color Harmonies of #EC494F
Complementary color
Monochromatic Colors of #EC494F
Black with #EC494F
Text Example
Text Example
White with #EC494F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC494F; }
p { color: rgb(236,73,79); }
H1.HeaderClassName
{
color: #EC494F;
}
.AnyTagClassName
{
color: #EC494F;
}
</style>
background-color css
<style>
a { background-color: #EC494F; }
a { background-color: rgb(236,73,79); }
div.DivClassName
{
background-color: #EC494F;
}
.BgClassName
{
background-color: #EC494F;
}
</style>
border-color css
<style>
span { border-color: #EC494F; }
span { border-color: rgb(236,73,79); }
td.TdClassName
{
border-color: #EC494F;
}
.TagClassName
{
border-color: #EC494F;
}
</style>