Shades of Amaranth #EC3849
Tints of Amaranth #EC3849
RGB
CMYK
RGB Variations
Color information
#EC3849 (or 0xEC3849) is known color: Amaranth. HEX triplet: EC, 38 and 49. RGB value is (236,56,73). Sum of RGB (Red+Green+Blue) = 236+56+73=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3849 is #13C7B6. Grayscale: #6F6F6F. Windows color (decimal): -1296311 or 4798700. OLE color: 4798700.
HSL color Cylindrical-coordinate representation of color #EC3849: hue angle of 354.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3849 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 73 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.07 |
| HSL | 354.33º | 0.83% | 0.57% | - |
| HSV(B) | 354.33º | 0.76% | 0.93% | - |
| XYZ | 37.21 | 21.14 | 8.42 | - |
| YUV | 111.76 | 106.13 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 73 | 0 | 0.76 | 0.69 | 0.07 | 354.33 | 0.83 | 0.57 |
| Hex | EC | 38 | 49 | 0 | 4C | 45 | 7 | 162 | 53 | 39 |
| Octal | 354 | 70 | 111 | 0 | 114 | 105 | 7 | 542 | 123 | 71 |
| Binary | 11101100 | 111000 | 1001001 | 0 | 1001100 | 1000101 | 111 | 101100010 | 1010011 | 111001 |
Color Harmonies of #EC3849
Complementary color
Monochromatic Colors of #EC3849
Black with #EC3849
Text Example
Text Example
White with #EC3849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3849; }
p { color: rgb(236,56,73); }
H1.HeaderClassName
{
color: #EC3849;
}
.AnyTagClassName
{
color: #EC3849;
}
</style>
background-color css
<style>
a { background-color: #EC3849; }
a { background-color: rgb(236,56,73); }
div.DivClassName
{
background-color: #EC3849;
}
.BgClassName
{
background-color: #EC3849;
}
</style>
border-color css
<style>
span { border-color: #EC3849; }
span { border-color: rgb(236,56,73); }
td.TdClassName
{
border-color: #EC3849;
}
.TagClassName
{
border-color: #EC3849;
}
</style>