Shades of Amaranth #ED205D
Tints of Amaranth #ED205D
RGB
CMYK
RGB Variations
Color information
#ED205D (or 0xED205D) is known color: Amaranth. HEX triplet: ED, 20 and 5D. RGB value is (237,32,93). Sum of RGB (Red+Green+Blue) = 237+32+93=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED205D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED205D is #12DFA2. Grayscale: #646464. Windows color (decimal): -1236899 or 6103277. OLE color: 6103277.
HSL color Cylindrical-coordinate representation of color #ED205D: hue angle of 342.15º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED205D is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 93 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.07 |
| HSL | 342.15º | 0.85% | 0.53% | - |
| HSV(B) | 342.15º | 0.86% | 0.93% | - |
| XYZ | 37.42 | 19.83 | 12.21 | - |
| YUV | 100.25 | 123.92 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 93 | 0 | 0.86 | 0.61 | 0.07 | 342.15 | 0.85 | 0.53 |
| Hex | ED | 20 | 5D | 0 | 56 | 3D | 7 | 156 | 55 | 35 |
| Octal | 355 | 40 | 135 | 0 | 126 | 75 | 7 | 526 | 125 | 65 |
| Binary | 11101101 | 100000 | 1011101 | 0 | 1010110 | 111101 | 111 | 101010110 | 1010101 | 110101 |
Color Harmonies of #ED205D
Complementary color
Monochromatic Colors of #ED205D
Black with #ED205D
Text Example
Text Example
White with #ED205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED205D; }
p { color: rgb(237,32,93); }
H1.HeaderClassName
{
color: #ED205D;
}
.AnyTagClassName
{
color: #ED205D;
}
</style>
background-color css
<style>
a { background-color: #ED205D; }
a { background-color: rgb(237,32,93); }
div.DivClassName
{
background-color: #ED205D;
}
.BgClassName
{
background-color: #ED205D;
}
</style>
border-color css
<style>
span { border-color: #ED205D; }
span { border-color: rgb(237,32,93); }
td.TdClassName
{
border-color: #ED205D;
}
.TagClassName
{
border-color: #ED205D;
}
</style>