Shades of Amaranth #EC2849
Tints of Amaranth #EC2849
RGB
CMYK
RGB Variations
Color information
#EC2849 (or 0xEC2849) is known color: Amaranth. HEX triplet: EC, 28 and 49. RGB value is (236,40,73). Sum of RGB (Red+Green+Blue) = 236+40+73=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2849 is #13D7B6. Grayscale: #666666. Windows color (decimal): -1300407 or 4794604. OLE color: 4794604.
HSL color Cylindrical-coordinate representation of color #EC2849: hue angle of 349.9º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2849 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 73 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.07 |
| HSL | 349.9º | 0.84% | 0.54% | - |
| HSV(B) | 349.9º | 0.83% | 0.93% | - |
| XYZ | 36.55 | 19.83 | 8.2 | - |
| YUV | 102.37 | 111.43 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 73 | 0 | 0.83 | 0.69 | 0.07 | 349.9 | 0.84 | 0.54 |
| Hex | EC | 28 | 49 | 0 | 53 | 45 | 7 | 15E | 54 | 36 |
| Octal | 354 | 50 | 111 | 0 | 123 | 105 | 7 | 536 | 124 | 66 |
| Binary | 11101100 | 101000 | 1001001 | 0 | 1010011 | 1000101 | 111 | 101011110 | 1010100 | 110110 |
Color Harmonies of #EC2849
Complementary color
Monochromatic Colors of #EC2849
Black with #EC2849
Text Example
Text Example
White with #EC2849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2849; }
p { color: rgb(236,40,73); }
H1.HeaderClassName
{
color: #EC2849;
}
.AnyTagClassName
{
color: #EC2849;
}
</style>
background-color css
<style>
a { background-color: #EC2849; }
a { background-color: rgb(236,40,73); }
div.DivClassName
{
background-color: #EC2849;
}
.BgClassName
{
background-color: #EC2849;
}
</style>
border-color css
<style>
span { border-color: #EC2849; }
span { border-color: rgb(236,40,73); }
td.TdClassName
{
border-color: #EC2849;
}
.TagClassName
{
border-color: #EC2849;
}
</style>