Shades of Amaranth #EC174C
Tints of Amaranth #EC174C
RGB
CMYK
RGB Variations
Color information
#EC174C (or 0xEC174C) is known color: Amaranth. HEX triplet: EC, 17 and 4C. RGB value is (236,23,76). Sum of RGB (Red+Green+Blue) = 236+23+76=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC174C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC174C is #13E8B3. Grayscale: #5C5C5C. Windows color (decimal): -1304756 or 4986860. OLE color: 4986860.
HSL color Cylindrical-coordinate representation of color #EC174C: hue angle of 345.07º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC174C is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 76 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.07 |
| HSL | 345.07º | 0.85% | 0.51% | - |
| HSV(B) | 345.07º | 0.9% | 0.93% | - |
| XYZ | 36.2 | 18.97 | 8.59 | - |
| YUV | 92.73 | 118.57 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 76 | 0 | 0.90 | 0.68 | 0.07 | 345.07 | 0.85 | 0.51 |
| Hex | EC | 17 | 4C | 0 | 5A | 44 | 7 | 159 | 55 | 33 |
| Octal | 354 | 27 | 114 | 0 | 132 | 104 | 7 | 531 | 125 | 63 |
| Binary | 11101100 | 10111 | 1001100 | 0 | 1011010 | 1000100 | 111 | 101011001 | 1010101 | 110011 |
Color Harmonies of #EC174C
Complementary color
Monochromatic Colors of #EC174C
Black with #EC174C
Text Example
Text Example
White with #EC174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC174C; }
p { color: rgb(236,23,76); }
H1.HeaderClassName
{
color: #EC174C;
}
.AnyTagClassName
{
color: #EC174C;
}
</style>
background-color css
<style>
a { background-color: #EC174C; }
a { background-color: rgb(236,23,76); }
div.DivClassName
{
background-color: #EC174C;
}
.BgClassName
{
background-color: #EC174C;
}
</style>
border-color css
<style>
span { border-color: #EC174C; }
span { border-color: rgb(236,23,76); }
td.TdClassName
{
border-color: #EC174C;
}
.TagClassName
{
border-color: #EC174C;
}
</style>