Shades of Amaranth #ED3647
Tints of Amaranth #ED3647
RGB
CMYK
RGB Variations
Color information
#ED3647 (or 0xED3647) is known color: Amaranth. HEX triplet: ED, 36 and 47. RGB value is (237,54,71). Sum of RGB (Red+Green+Blue) = 237+54+71=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3647 is #12C9B8. Grayscale: #6E6E6E. Windows color (decimal): -1231289 or 4667117. OLE color: 4667117.
HSL color Cylindrical-coordinate representation of color #ED3647: hue angle of 354.43º 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 #ED3647 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 71 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.07 |
| HSL | 354.43º | 0.84% | 0.57% | - |
| HSV(B) | 354.43º | 0.77% | 0.93% | - |
| XYZ | 37.38 | 21.1 | 8.06 | - |
| YUV | 110.66 | 105.63 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 71 | 0 | 0.77 | 0.70 | 0.07 | 354.43 | 0.84 | 0.57 |
| Hex | ED | 36 | 47 | 0 | 4D | 46 | 7 | 162 | 54 | 39 |
| Octal | 355 | 66 | 107 | 0 | 115 | 106 | 7 | 542 | 124 | 71 |
| Binary | 11101101 | 110110 | 1000111 | 0 | 1001101 | 1000110 | 111 | 101100010 | 1010100 | 111001 |
Color Harmonies of #ED3647
Complementary color
Monochromatic Colors of #ED3647
Black with #ED3647
Text Example
Text Example
White with #ED3647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3647; }
p { color: rgb(237,54,71); }
H1.HeaderClassName
{
color: #ED3647;
}
.AnyTagClassName
{
color: #ED3647;
}
</style>
background-color css
<style>
a { background-color: #ED3647; }
a { background-color: rgb(237,54,71); }
div.DivClassName
{
background-color: #ED3647;
}
.BgClassName
{
background-color: #ED3647;
}
</style>
border-color css
<style>
span { border-color: #ED3647; }
span { border-color: rgb(237,54,71); }
td.TdClassName
{
border-color: #ED3647;
}
.TagClassName
{
border-color: #ED3647;
}
</style>