Shades of Amaranth #EC214C
Tints of Amaranth #EC214C
RGB
CMYK
RGB Variations
Color information
#EC214C (or 0xEC214C) is known color: Amaranth. HEX triplet: EC, 21 and 4C. RGB value is (236,33,76). Sum of RGB (Red+Green+Blue) = 236+33+76=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC214C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC214C is #13DEB3. Grayscale: #626262. Windows color (decimal): -1302196 or 4989420. OLE color: 4989420.
HSL color Cylindrical-coordinate representation of color #EC214C: hue angle of 347.29º 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 #EC214C is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 76 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.07 |
| HSL | 347.29º | 0.84% | 0.53% | - |
| HSV(B) | 347.29º | 0.86% | 0.93% | - |
| XYZ | 36.44 | 19.44 | 8.67 | - |
| YUV | 98.6 | 115.25 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 76 | 0 | 0.86 | 0.68 | 0.07 | 347.29 | 0.84 | 0.53 |
| Hex | EC | 21 | 4C | 0 | 56 | 44 | 7 | 15B | 54 | 35 |
| Octal | 354 | 41 | 114 | 0 | 126 | 104 | 7 | 533 | 124 | 65 |
| Binary | 11101100 | 100001 | 1001100 | 0 | 1010110 | 1000100 | 111 | 101011011 | 1010100 | 110101 |
Color Harmonies of #EC214C
Complementary color
Monochromatic Colors of #EC214C
Black with #EC214C
Text Example
Text Example
White with #EC214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC214C; }
p { color: rgb(236,33,76); }
H1.HeaderClassName
{
color: #EC214C;
}
.AnyTagClassName
{
color: #EC214C;
}
</style>
background-color css
<style>
a { background-color: #EC214C; }
a { background-color: rgb(236,33,76); }
div.DivClassName
{
background-color: #EC214C;
}
.BgClassName
{
background-color: #EC214C;
}
</style>
border-color css
<style>
span { border-color: #EC214C; }
span { border-color: rgb(236,33,76); }
td.TdClassName
{
border-color: #EC214C;
}
.TagClassName
{
border-color: #EC214C;
}
</style>