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