Shades of Amaranth #EC2B49
Tints of Amaranth #EC2B49
RGB
CMYK
RGB Variations
Color information
#EC2B49 (or 0xEC2B49) is known color: Amaranth. HEX triplet: EC, 2B and 49. RGB value is (236,43,73). Sum of RGB (Red+Green+Blue) = 236+43+73=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B49 is #13D4B6. Grayscale: #686868. Windows color (decimal): -1299639 or 4795372. OLE color: 4795372.
HSL color Cylindrical-coordinate representation of color #EC2B49: hue angle of 350.67º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2B49 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 73 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.07 |
| HSL | 350.67º | 0.84% | 0.55% | - |
| HSV(B) | 350.67º | 0.82% | 0.93% | - |
| XYZ | 36.66 | 20.04 | 8.24 | - |
| YUV | 104.13 | 110.44 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 73 | 0 | 0.82 | 0.69 | 0.07 | 350.67 | 0.84 | 0.55 |
| Hex | EC | 2B | 49 | 0 | 52 | 45 | 7 | 15F | 54 | 37 |
| Octal | 354 | 53 | 111 | 0 | 122 | 105 | 7 | 537 | 124 | 67 |
| Binary | 11101100 | 101011 | 1001001 | 0 | 1010010 | 1000101 | 111 | 101011111 | 1010100 | 110111 |
Color Harmonies of #EC2B49
Complementary color
Monochromatic Colors of #EC2B49
Black with #EC2B49
Text Example
Text Example
White with #EC2B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B49; }
p { color: rgb(236,43,73); }
H1.HeaderClassName
{
color: #EC2B49;
}
.AnyTagClassName
{
color: #EC2B49;
}
</style>
background-color css
<style>
a { background-color: #EC2B49; }
a { background-color: rgb(236,43,73); }
div.DivClassName
{
background-color: #EC2B49;
}
.BgClassName
{
background-color: #EC2B49;
}
</style>
border-color css
<style>
span { border-color: #EC2B49; }
span { border-color: rgb(236,43,73); }
td.TdClassName
{
border-color: #EC2B49;
}
.TagClassName
{
border-color: #EC2B49;
}
</style>