Shades of Amaranth #ED164C
Tints of Amaranth #ED164C
RGB
CMYK
RGB Variations
Color information
#ED164C (or 0xED164C) is known color: Amaranth. HEX triplet: ED, 16 and 4C. RGB value is (237,22,76). Sum of RGB (Red+Green+Blue) = 237+22+76=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED164C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED164C is #12E9B3. Grayscale: #5C5C5C. Windows color (decimal): -1239476 or 4986605. OLE color: 4986605.
HSL color Cylindrical-coordinate representation of color #ED164C: hue angle of 344.93º degrees, saturation: 0.86, 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 #ED164C is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 76 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.07 |
| HSL | 344.93º | 0.86% | 0.51% | - |
| HSV(B) | 344.93º | 0.91% | 0.93% | - |
| XYZ | 36.52 | 19.1 | 8.6 | - |
| YUV | 92.44 | 118.73 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 76 | 0 | 0.91 | 0.68 | 0.07 | 344.93 | 0.86 | 0.51 |
| Hex | ED | 16 | 4C | 0 | 5B | 44 | 7 | 159 | 56 | 33 |
| Octal | 355 | 26 | 114 | 0 | 133 | 104 | 7 | 531 | 126 | 63 |
| Binary | 11101101 | 10110 | 1001100 | 0 | 1011011 | 1000100 | 111 | 101011001 | 1010110 | 110011 |
Color Harmonies of #ED164C
Complementary color
Monochromatic Colors of #ED164C
Black with #ED164C
Text Example
Text Example
White with #ED164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED164C; }
p { color: rgb(237,22,76); }
H1.HeaderClassName
{
color: #ED164C;
}
.AnyTagClassName
{
color: #ED164C;
}
</style>
background-color css
<style>
a { background-color: #ED164C; }
a { background-color: rgb(237,22,76); }
div.DivClassName
{
background-color: #ED164C;
}
.BgClassName
{
background-color: #ED164C;
}
</style>
border-color css
<style>
span { border-color: #ED164C; }
span { border-color: rgb(237,22,76); }
td.TdClassName
{
border-color: #ED164C;
}
.TagClassName
{
border-color: #ED164C;
}
</style>