Shades of Amaranth #ED3548
Tints of Amaranth #ED3548
RGB
CMYK
RGB Variations
Color information
#ED3548 (or 0xED3548) is known color: Amaranth. HEX triplet: ED, 35 and 48. RGB value is (237,53,72). Sum of RGB (Red+Green+Blue) = 237+53+72=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3548 is #12CAB7. Grayscale: #6E6E6E. Windows color (decimal): -1231544 or 4732397. OLE color: 4732397.
HSL color Cylindrical-coordinate representation of color #ED3548: hue angle of 353.8º 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 #ED3548 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 72 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.07 |
| HSL | 353.8º | 0.84% | 0.57% | - |
| HSV(B) | 353.8º | 0.78% | 0.93% | - |
| XYZ | 37.37 | 21.02 | 8.22 | - |
| YUV | 110.18 | 106.46 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 72 | 0 | 0.78 | 0.70 | 0.07 | 353.8 | 0.84 | 0.57 |
| Hex | ED | 35 | 48 | 0 | 4E | 46 | 7 | 162 | 54 | 39 |
| Octal | 355 | 65 | 110 | 0 | 116 | 106 | 7 | 542 | 124 | 71 |
| Binary | 11101101 | 110101 | 1001000 | 0 | 1001110 | 1000110 | 111 | 101100010 | 1010100 | 111001 |
Color Harmonies of #ED3548
Complementary color
Monochromatic Colors of #ED3548
Black with #ED3548
Text Example
Text Example
White with #ED3548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3548; }
p { color: rgb(237,53,72); }
H1.HeaderClassName
{
color: #ED3548;
}
.AnyTagClassName
{
color: #ED3548;
}
</style>
background-color css
<style>
a { background-color: #ED3548; }
a { background-color: rgb(237,53,72); }
div.DivClassName
{
background-color: #ED3548;
}
.BgClassName
{
background-color: #ED3548;
}
</style>
border-color css
<style>
span { border-color: #ED3548; }
span { border-color: rgb(237,53,72); }
td.TdClassName
{
border-color: #ED3548;
}
.TagClassName
{
border-color: #ED3548;
}
</style>