Shades of Amaranth #EC2444
Tints of Amaranth #EC2444
RGB
CMYK
RGB Variations
Color information
#EC2444 (or 0xEC2444) is known color: Amaranth. HEX triplet: EC, 24 and 44. RGB value is (236,36,68). Sum of RGB (Red+Green+Blue) = 236+36+68=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2444 is #13DBBB. Grayscale: #636363. Windows color (decimal): -1301436 or 4465900. OLE color: 4465900.
HSL color Cylindrical-coordinate representation of color #EC2444: hue angle of 350.4º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2444 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 68 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.07 |
| HSL | 350.4º | 0.84% | 0.53% | - |
| HSV(B) | 350.4º | 0.85% | 0.93% | - |
| XYZ | 36.27 | 19.51 | 7.32 | - |
| YUV | 99.45 | 110.26 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 68 | 0 | 0.85 | 0.71 | 0.07 | 350.4 | 0.84 | 0.53 |
| Hex | EC | 24 | 44 | 0 | 55 | 47 | 7 | 15E | 54 | 35 |
| Octal | 354 | 44 | 104 | 0 | 125 | 107 | 7 | 536 | 124 | 65 |
| Binary | 11101100 | 100100 | 1000100 | 0 | 1010101 | 1000111 | 111 | 101011110 | 1010100 | 110101 |
Color Harmonies of #EC2444
Complementary color
Monochromatic Colors of #EC2444
Black with #EC2444
Text Example
Text Example
White with #EC2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2444; }
p { color: rgb(236,36,68); }
H1.HeaderClassName
{
color: #EC2444;
}
.AnyTagClassName
{
color: #EC2444;
}
</style>
background-color css
<style>
a { background-color: #EC2444; }
a { background-color: rgb(236,36,68); }
div.DivClassName
{
background-color: #EC2444;
}
.BgClassName
{
background-color: #EC2444;
}
</style>
border-color css
<style>
span { border-color: #EC2444; }
span { border-color: rgb(236,36,68); }
td.TdClassName
{
border-color: #EC2444;
}
.TagClassName
{
border-color: #EC2444;
}
</style>