Shades of Amaranth #EC164D
Tints of Amaranth #EC164D
RGB
CMYK
RGB Variations
Color information
#EC164D (or 0xEC164D) is known color: Amaranth. HEX triplet: EC, 16 and 4D. RGB value is (236,22,77). Sum of RGB (Red+Green+Blue) = 236+22+77=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC164D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC164D is #13E9B2. Grayscale: #5C5C5C. Windows color (decimal): -1305011 or 5052140. OLE color: 5052140.
HSL color Cylindrical-coordinate representation of color #EC164D: hue angle of 344.58º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC164D is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 77 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.07 |
| HSL | 344.58º | 0.85% | 0.51% | - |
| HSV(B) | 344.58º | 0.91% | 0.93% | - |
| XYZ | 36.22 | 18.94 | 8.77 | - |
| YUV | 92.26 | 119.4 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 77 | 0 | 0.91 | 0.67 | 0.07 | 344.58 | 0.85 | 0.51 |
| Hex | EC | 16 | 4D | 0 | 5B | 43 | 7 | 159 | 55 | 33 |
| Octal | 354 | 26 | 115 | 0 | 133 | 103 | 7 | 531 | 125 | 63 |
| Binary | 11101100 | 10110 | 1001101 | 0 | 1011011 | 1000011 | 111 | 101011001 | 1010101 | 110011 |
Color Harmonies of #EC164D
Complementary color
Monochromatic Colors of #EC164D
Black with #EC164D
Text Example
Text Example
White with #EC164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC164D; }
p { color: rgb(236,22,77); }
H1.HeaderClassName
{
color: #EC164D;
}
.AnyTagClassName
{
color: #EC164D;
}
</style>
background-color css
<style>
a { background-color: #EC164D; }
a { background-color: rgb(236,22,77); }
div.DivClassName
{
background-color: #EC164D;
}
.BgClassName
{
background-color: #EC164D;
}
</style>
border-color css
<style>
span { border-color: #EC164D; }
span { border-color: rgb(236,22,77); }
td.TdClassName
{
border-color: #EC164D;
}
.TagClassName
{
border-color: #EC164D;
}
</style>