Shades of Amaranth #ED3049
Tints of Amaranth #ED3049
RGB
CMYK
RGB Variations
Color information
#ED3049 (or 0xED3049) is known color: Amaranth. HEX triplet: ED, 30 and 49. RGB value is (237,48,73). Sum of RGB (Red+Green+Blue) = 237+48+73=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3049 is #12CFB6. Grayscale: #6B6B6B. Windows color (decimal): -1232823 or 4796653. OLE color: 4796653.
HSL color Cylindrical-coordinate representation of color #ED3049: hue angle of 352.06º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED3049 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 73 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.07 |
| HSL | 352.06º | 0.84% | 0.56% | - |
| HSV(B) | 352.06º | 0.8% | 0.93% | - |
| XYZ | 37.18 | 20.6 | 8.32 | - |
| YUV | 107.36 | 108.62 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 73 | 0 | 0.80 | 0.69 | 0.07 | 352.06 | 0.84 | 0.56 |
| Hex | ED | 30 | 49 | 0 | 50 | 45 | 7 | 160 | 54 | 38 |
| Octal | 355 | 60 | 111 | 0 | 120 | 105 | 7 | 540 | 124 | 70 |
| Binary | 11101101 | 110000 | 1001001 | 0 | 1010000 | 1000101 | 111 | 101100000 | 1010100 | 111000 |
Color Harmonies of #ED3049
Complementary color
Monochromatic Colors of #ED3049
Black with #ED3049
Text Example
Text Example
White with #ED3049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3049; }
p { color: rgb(237,48,73); }
H1.HeaderClassName
{
color: #ED3049;
}
.AnyTagClassName
{
color: #ED3049;
}
</style>
background-color css
<style>
a { background-color: #ED3049; }
a { background-color: rgb(237,48,73); }
div.DivClassName
{
background-color: #ED3049;
}
.BgClassName
{
background-color: #ED3049;
}
</style>
border-color css
<style>
span { border-color: #ED3049; }
span { border-color: rgb(237,48,73); }
td.TdClassName
{
border-color: #ED3049;
}
.TagClassName
{
border-color: #ED3049;
}
</style>