Shades of Amaranth #ED1F49
Tints of Amaranth #ED1F49
RGB
CMYK
RGB Variations
Color information
#ED1F49 (or 0xED1F49) is known color: Amaranth. HEX triplet: ED, 1F and 49. RGB value is (237,31,73). Sum of RGB (Red+Green+Blue) = 237+31+73=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1F49 is #12E0B6. Grayscale: #616161. Windows color (decimal): -1237175 or 4792301. OLE color: 4792301.
HSL color Cylindrical-coordinate representation of color #ED1F49: hue angle of 347.77º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1F49 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 73 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.07 |
| HSL | 347.77º | 0.85% | 0.53% | - |
| HSV(B) | 347.77º | 0.87% | 0.93% | - |
| XYZ | 36.62 | 19.47 | 8.13 | - |
| YUV | 97.38 | 114.25 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 73 | 0 | 0.87 | 0.69 | 0.07 | 347.77 | 0.85 | 0.53 |
| Hex | ED | 1F | 49 | 0 | 57 | 45 | 7 | 15C | 55 | 35 |
| Octal | 355 | 37 | 111 | 0 | 127 | 105 | 7 | 534 | 125 | 65 |
| Binary | 11101101 | 11111 | 1001001 | 0 | 1010111 | 1000101 | 111 | 101011100 | 1010101 | 110101 |
Color Harmonies of #ED1F49
Complementary color
Monochromatic Colors of #ED1F49
Black with #ED1F49
Text Example
Text Example
White with #ED1F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1F49; }
p { color: rgb(237,31,73); }
H1.HeaderClassName
{
color: #ED1F49;
}
.AnyTagClassName
{
color: #ED1F49;
}
</style>
background-color css
<style>
a { background-color: #ED1F49; }
a { background-color: rgb(237,31,73); }
div.DivClassName
{
background-color: #ED1F49;
}
.BgClassName
{
background-color: #ED1F49;
}
</style>
border-color css
<style>
span { border-color: #ED1F49; }
span { border-color: rgb(237,31,73); }
td.TdClassName
{
border-color: #ED1F49;
}
.TagClassName
{
border-color: #ED1F49;
}
</style>