Shades of Amaranth #ED3046
Tints of Amaranth #ED3046
RGB
CMYK
RGB Variations
Color information
#ED3046 (or 0xED3046) is known color: Amaranth. HEX triplet: ED, 30 and 46. RGB value is (237,48,70). Sum of RGB (Red+Green+Blue) = 237+48+70=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3046 is #12CFB9. Grayscale: #6B6B6B. Windows color (decimal): -1232826 or 4600045. OLE color: 4600045.
HSL color Cylindrical-coordinate representation of color #ED3046: hue angle of 353.02º 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 #ED3046 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 70 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.07 |
| HSL | 353.02º | 0.84% | 0.56% | - |
| HSV(B) | 353.02º | 0.8% | 0.93% | - |
| XYZ | 37.09 | 20.56 | 7.81 | - |
| YUV | 107.02 | 107.12 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 70 | 0 | 0.80 | 0.70 | 0.07 | 353.02 | 0.84 | 0.56 |
| Hex | ED | 30 | 46 | 0 | 50 | 46 | 7 | 161 | 54 | 38 |
| Octal | 355 | 60 | 106 | 0 | 120 | 106 | 7 | 541 | 124 | 70 |
| Binary | 11101101 | 110000 | 1000110 | 0 | 1010000 | 1000110 | 111 | 101100001 | 1010100 | 111000 |
Color Harmonies of #ED3046
Complementary color
Monochromatic Colors of #ED3046
Black with #ED3046
Text Example
Text Example
White with #ED3046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3046; }
p { color: rgb(237,48,70); }
H1.HeaderClassName
{
color: #ED3046;
}
.AnyTagClassName
{
color: #ED3046;
}
</style>
background-color css
<style>
a { background-color: #ED3046; }
a { background-color: rgb(237,48,70); }
div.DivClassName
{
background-color: #ED3046;
}
.BgClassName
{
background-color: #ED3046;
}
</style>
border-color css
<style>
span { border-color: #ED3046; }
span { border-color: rgb(237,48,70); }
td.TdClassName
{
border-color: #ED3046;
}
.TagClassName
{
border-color: #ED3046;
}
</style>