Shades of Amaranth #EC214D
Tints of Amaranth #EC214D
RGB
CMYK
RGB Variations
Color information
#EC214D (or 0xEC214D) is known color: Amaranth. HEX triplet: EC, 21 and 4D. RGB value is (236,33,77). Sum of RGB (Red+Green+Blue) = 236+33+77=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC214D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC214D is #13DEB2. Grayscale: #626262. Windows color (decimal): -1302195 or 5054956. OLE color: 5054956.
HSL color Cylindrical-coordinate representation of color #EC214D: hue angle of 347º 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 #EC214D is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 77 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.07 |
| HSL | 347º | 0.84% | 0.53% | - |
| HSV(B) | 347º | 0.86% | 0.93% | - |
| XYZ | 36.48 | 19.46 | 8.85 | - |
| YUV | 98.71 | 115.75 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 77 | 0 | 0.86 | 0.67 | 0.07 | 347 | 0.84 | 0.53 |
| Hex | EC | 21 | 4D | 0 | 56 | 43 | 7 | 15B | 54 | 35 |
| Octal | 354 | 41 | 115 | 0 | 126 | 103 | 7 | 533 | 124 | 65 |
| Binary | 11101100 | 100001 | 1001101 | 0 | 1010110 | 1000011 | 111 | 101011011 | 1010100 | 110101 |
Color Harmonies of #EC214D
Complementary color
Monochromatic Colors of #EC214D
Black with #EC214D
Text Example
Text Example
White with #EC214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC214D; }
p { color: rgb(236,33,77); }
H1.HeaderClassName
{
color: #EC214D;
}
.AnyTagClassName
{
color: #EC214D;
}
</style>
background-color css
<style>
a { background-color: #EC214D; }
a { background-color: rgb(236,33,77); }
div.DivClassName
{
background-color: #EC214D;
}
.BgClassName
{
background-color: #EC214D;
}
</style>
border-color css
<style>
span { border-color: #EC214D; }
span { border-color: rgb(236,33,77); }
td.TdClassName
{
border-color: #EC214D;
}
.TagClassName
{
border-color: #EC214D;
}
</style>