Shades of Amaranth #EC214A
Tints of Amaranth #EC214A
RGB
CMYK
RGB Variations
Color information
#EC214A (or 0xEC214A) is known color: Amaranth. HEX triplet: EC, 21 and 4A. RGB value is (236,33,74). Sum of RGB (Red+Green+Blue) = 236+33+74=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC214A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC214A is #13DEB5. Grayscale: #626262. Windows color (decimal): -1302198 or 4858348. OLE color: 4858348.
HSL color Cylindrical-coordinate representation of color #EC214A: hue angle of 347.88º 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 #EC214A is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 74 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.07 |
| HSL | 347.88º | 0.84% | 0.53% | - |
| HSV(B) | 347.88º | 0.86% | 0.93% | - |
| XYZ | 36.37 | 19.41 | 8.31 | - |
| YUV | 98.37 | 114.25 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 74 | 0 | 0.86 | 0.69 | 0.07 | 347.88 | 0.84 | 0.53 |
| Hex | EC | 21 | 4A | 0 | 56 | 45 | 7 | 15C | 54 | 35 |
| Octal | 354 | 41 | 112 | 0 | 126 | 105 | 7 | 534 | 124 | 65 |
| Binary | 11101100 | 100001 | 1001010 | 0 | 1010110 | 1000101 | 111 | 101011100 | 1010100 | 110101 |
Color Harmonies of #EC214A
Complementary color
Monochromatic Colors of #EC214A
Black with #EC214A
Text Example
Text Example
White with #EC214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC214A; }
p { color: rgb(236,33,74); }
H1.HeaderClassName
{
color: #EC214A;
}
.AnyTagClassName
{
color: #EC214A;
}
</style>
background-color css
<style>
a { background-color: #EC214A; }
a { background-color: rgb(236,33,74); }
div.DivClassName
{
background-color: #EC214A;
}
.BgClassName
{
background-color: #EC214A;
}
</style>
border-color css
<style>
span { border-color: #EC214A; }
span { border-color: rgb(236,33,74); }
td.TdClassName
{
border-color: #EC214A;
}
.TagClassName
{
border-color: #EC214A;
}
</style>