Shades of Amaranth #EC244D
Tints of Amaranth #EC244D
RGB
CMYK
RGB Variations
Color information
#EC244D (or 0xEC244D) is known color: Amaranth. HEX triplet: EC, 24 and 4D. RGB value is (236,36,77). Sum of RGB (Red+Green+Blue) = 236+36+77=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC244D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC244D is #13DBB2. Grayscale: #646464. Windows color (decimal): -1301427 or 5055724. OLE color: 5055724.
HSL color Cylindrical-coordinate representation of color #EC244D: hue angle of 347.7º 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 #EC244D is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 77 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.07 |
| HSL | 347.7º | 0.84% | 0.53% | - |
| HSV(B) | 347.7º | 0.85% | 0.93% | - |
| XYZ | 36.56 | 19.63 | 8.88 | - |
| YUV | 100.47 | 114.76 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 77 | 0 | 0.85 | 0.67 | 0.07 | 347.7 | 0.84 | 0.53 |
| Hex | EC | 24 | 4D | 0 | 55 | 43 | 7 | 15C | 54 | 35 |
| Octal | 354 | 44 | 115 | 0 | 125 | 103 | 7 | 534 | 124 | 65 |
| Binary | 11101100 | 100100 | 1001101 | 0 | 1010101 | 1000011 | 111 | 101011100 | 1010100 | 110101 |
Color Harmonies of #EC244D
Complementary color
Monochromatic Colors of #EC244D
Black with #EC244D
Text Example
Text Example
White with #EC244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC244D; }
p { color: rgb(236,36,77); }
H1.HeaderClassName
{
color: #EC244D;
}
.AnyTagClassName
{
color: #EC244D;
}
</style>
background-color css
<style>
a { background-color: #EC244D; }
a { background-color: rgb(236,36,77); }
div.DivClassName
{
background-color: #EC244D;
}
.BgClassName
{
background-color: #EC244D;
}
</style>
border-color css
<style>
span { border-color: #EC244D; }
span { border-color: rgb(236,36,77); }
td.TdClassName
{
border-color: #EC244D;
}
.TagClassName
{
border-color: #EC244D;
}
</style>