Shades of Amaranth #ED3546
Tints of Amaranth #ED3546
RGB
CMYK
RGB Variations
Color information
#ED3546 (or 0xED3546) is known color: Amaranth. HEX triplet: ED, 35 and 46. RGB value is (237,53,70). Sum of RGB (Red+Green+Blue) = 237+53+70=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3546 is #12CAB9. Grayscale: #6E6E6E. Windows color (decimal): -1231546 or 4601325. OLE color: 4601325.
HSL color Cylindrical-coordinate representation of color #ED3546: hue angle of 354.46º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3546 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 70 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.07 |
| HSL | 354.46º | 0.84% | 0.57% | - |
| HSV(B) | 354.46º | 0.78% | 0.93% | - |
| XYZ | 37.3 | 20.99 | 7.88 | - |
| YUV | 109.95 | 105.46 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 70 | 0 | 0.78 | 0.70 | 0.07 | 354.46 | 0.84 | 0.57 |
| Hex | ED | 35 | 46 | 0 | 4E | 46 | 7 | 162 | 54 | 39 |
| Octal | 355 | 65 | 106 | 0 | 116 | 106 | 7 | 542 | 124 | 71 |
| Binary | 11101101 | 110101 | 1000110 | 0 | 1001110 | 1000110 | 111 | 101100010 | 1010100 | 111001 |
Color Harmonies of #ED3546
Complementary color
Monochromatic Colors of #ED3546
Black with #ED3546
Text Example
Text Example
White with #ED3546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3546; }
p { color: rgb(237,53,70); }
H1.HeaderClassName
{
color: #ED3546;
}
.AnyTagClassName
{
color: #ED3546;
}
</style>
background-color css
<style>
a { background-color: #ED3546; }
a { background-color: rgb(237,53,70); }
div.DivClassName
{
background-color: #ED3546;
}
.BgClassName
{
background-color: #ED3546;
}
</style>
border-color css
<style>
span { border-color: #ED3546; }
span { border-color: rgb(237,53,70); }
td.TdClassName
{
border-color: #ED3546;
}
.TagClassName
{
border-color: #ED3546;
}
</style>