Shades of Amaranth #ED2247
Tints of Amaranth #ED2247
RGB
CMYK
RGB Variations
Color information
#ED2247 (or 0xED2247) is known color: Amaranth. HEX triplet: ED, 22 and 47. RGB value is (237,34,71). Sum of RGB (Red+Green+Blue) = 237+34+71=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2247 is #12DDB8. Grayscale: #626262. Windows color (decimal): -1236409 or 4661997. OLE color: 4661997.
HSL color Cylindrical-coordinate representation of color #ED2247: hue angle of 349.06º 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 #ED2247 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 71 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.07 |
| HSL | 349.06º | 0.85% | 0.53% | - |
| HSV(B) | 349.06º | 0.86% | 0.93% | - |
| XYZ | 36.63 | 19.6 | 7.81 | - |
| YUV | 98.92 | 112.25 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 71 | 0 | 0.86 | 0.70 | 0.07 | 349.06 | 0.85 | 0.53 |
| Hex | ED | 22 | 47 | 0 | 56 | 46 | 7 | 15D | 55 | 35 |
| Octal | 355 | 42 | 107 | 0 | 126 | 106 | 7 | 535 | 125 | 65 |
| Binary | 11101101 | 100010 | 1000111 | 0 | 1010110 | 1000110 | 111 | 101011101 | 1010101 | 110101 |
Color Harmonies of #ED2247
Complementary color
Monochromatic Colors of #ED2247
Black with #ED2247
Text Example
Text Example
White with #ED2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2247; }
p { color: rgb(237,34,71); }
H1.HeaderClassName
{
color: #ED2247;
}
.AnyTagClassName
{
color: #ED2247;
}
</style>
background-color css
<style>
a { background-color: #ED2247; }
a { background-color: rgb(237,34,71); }
div.DivClassName
{
background-color: #ED2247;
}
.BgClassName
{
background-color: #ED2247;
}
</style>
border-color css
<style>
span { border-color: #ED2247; }
span { border-color: rgb(237,34,71); }
td.TdClassName
{
border-color: #ED2247;
}
.TagClassName
{
border-color: #ED2247;
}
</style>