Shades of Amaranth #ED3649
Tints of Amaranth #ED3649
RGB
CMYK
RGB Variations
Color information
#ED3649 (or 0xED3649) is known color: Amaranth. HEX triplet: ED, 36 and 49. RGB value is (237,54,73). Sum of RGB (Red+Green+Blue) = 237+54+73=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3649 is #12C9B6. Grayscale: #6E6E6E. Windows color (decimal): -1231287 or 4798189. OLE color: 4798189.
HSL color Cylindrical-coordinate representation of color #ED3649: hue angle of 353.77º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED3649 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 73 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.07 |
| HSL | 353.77º | 0.84% | 0.57% | - |
| HSV(B) | 353.77º | 0.77% | 0.93% | - |
| XYZ | 37.45 | 21.12 | 8.41 | - |
| YUV | 110.88 | 106.63 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 73 | 0 | 0.77 | 0.69 | 0.07 | 353.77 | 0.84 | 0.57 |
| Hex | ED | 36 | 49 | 0 | 4D | 45 | 7 | 162 | 54 | 39 |
| Octal | 355 | 66 | 111 | 0 | 115 | 105 | 7 | 542 | 124 | 71 |
| Binary | 11101101 | 110110 | 1001001 | 0 | 1001101 | 1000101 | 111 | 101100010 | 1010100 | 111001 |
Color Harmonies of #ED3649
Complementary color
Monochromatic Colors of #ED3649
Black with #ED3649
Text Example
Text Example
White with #ED3649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3649; }
p { color: rgb(237,54,73); }
H1.HeaderClassName
{
color: #ED3649;
}
.AnyTagClassName
{
color: #ED3649;
}
</style>
background-color css
<style>
a { background-color: #ED3649; }
a { background-color: rgb(237,54,73); }
div.DivClassName
{
background-color: #ED3649;
}
.BgClassName
{
background-color: #ED3649;
}
</style>
border-color css
<style>
span { border-color: #ED3649; }
span { border-color: rgb(237,54,73); }
td.TdClassName
{
border-color: #ED3649;
}
.TagClassName
{
border-color: #ED3649;
}
</style>