Shades of Amaranth #EC204D
Tints of Amaranth #EC204D
RGB
CMYK
RGB Variations
Color information
#EC204D (or 0xEC204D) is known color: Amaranth. HEX triplet: EC, 20 and 4D. RGB value is (236,32,77). Sum of RGB (Red+Green+Blue) = 236+32+77=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC204D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC204D is #13DFB2. Grayscale: #626262. Windows color (decimal): -1302451 or 5054700. OLE color: 5054700.
HSL color Cylindrical-coordinate representation of color #EC204D: hue angle of 346.76º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC204D is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 77 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.07 |
| HSL | 346.76º | 0.84% | 0.53% | - |
| HSV(B) | 346.76º | 0.86% | 0.93% | - |
| XYZ | 36.45 | 19.4 | 8.85 | - |
| YUV | 98.13 | 116.09 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 77 | 0 | 0.86 | 0.67 | 0.07 | 346.76 | 0.84 | 0.53 |
| Hex | EC | 20 | 4D | 0 | 56 | 43 | 7 | 15B | 54 | 35 |
| Octal | 354 | 40 | 115 | 0 | 126 | 103 | 7 | 533 | 124 | 65 |
| Binary | 11101100 | 100000 | 1001101 | 0 | 1010110 | 1000011 | 111 | 101011011 | 1010100 | 110101 |
Color Harmonies of #EC204D
Complementary color
Monochromatic Colors of #EC204D
Black with #EC204D
Text Example
Text Example
White with #EC204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC204D; }
p { color: rgb(236,32,77); }
H1.HeaderClassName
{
color: #EC204D;
}
.AnyTagClassName
{
color: #EC204D;
}
</style>
background-color css
<style>
a { background-color: #EC204D; }
a { background-color: rgb(236,32,77); }
div.DivClassName
{
background-color: #EC204D;
}
.BgClassName
{
background-color: #EC204D;
}
</style>
border-color css
<style>
span { border-color: #EC204D; }
span { border-color: rgb(236,32,77); }
td.TdClassName
{
border-color: #EC204D;
}
.TagClassName
{
border-color: #EC204D;
}
</style>