Shades of Amaranth #EC2544
Tints of Amaranth #EC2544
RGB
CMYK
RGB Variations
Color information
#EC2544 (or 0xEC2544) is known color: Amaranth. HEX triplet: EC, 25 and 44. RGB value is (236,37,68). Sum of RGB (Red+Green+Blue) = 236+37+68=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2544 is #13DABB. Grayscale: #646464. Windows color (decimal): -1301180 or 4466156. OLE color: 4466156.
HSL color Cylindrical-coordinate representation of color #EC2544: hue angle of 350.65º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2544 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 68 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.07 |
| HSL | 350.65º | 0.84% | 0.54% | - |
| HSV(B) | 350.65º | 0.84% | 0.93% | - |
| XYZ | 36.3 | 19.57 | 7.33 | - |
| YUV | 100.04 | 109.93 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 68 | 0 | 0.84 | 0.71 | 0.07 | 350.65 | 0.84 | 0.54 |
| Hex | EC | 25 | 44 | 0 | 54 | 47 | 7 | 15F | 54 | 36 |
| Octal | 354 | 45 | 104 | 0 | 124 | 107 | 7 | 537 | 124 | 66 |
| Binary | 11101100 | 100101 | 1000100 | 0 | 1010100 | 1000111 | 111 | 101011111 | 1010100 | 110110 |
Color Harmonies of #EC2544
Complementary color
Monochromatic Colors of #EC2544
Black with #EC2544
Text Example
Text Example
White with #EC2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2544; }
p { color: rgb(236,37,68); }
H1.HeaderClassName
{
color: #EC2544;
}
.AnyTagClassName
{
color: #EC2544;
}
</style>
background-color css
<style>
a { background-color: #EC2544; }
a { background-color: rgb(236,37,68); }
div.DivClassName
{
background-color: #EC2544;
}
.BgClassName
{
background-color: #EC2544;
}
</style>
border-color css
<style>
span { border-color: #EC2544; }
span { border-color: rgb(236,37,68); }
td.TdClassName
{
border-color: #EC2544;
}
.TagClassName
{
border-color: #EC2544;
}
</style>