Shades of Amaranth #ED2146
Tints of Amaranth #ED2146
RGB
CMYK
RGB Variations
Color information
#ED2146 (or 0xED2146) is known color: Amaranth. HEX triplet: ED, 21 and 46. RGB value is (237,33,70). Sum of RGB (Red+Green+Blue) = 237+33+70=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2146 is #12DEB9. Grayscale: #626262. Windows color (decimal): -1236666 or 4596205. OLE color: 4596205.
HSL color Cylindrical-coordinate representation of color #ED2146: hue angle of 349.12º 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 #ED2146 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 70 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.07 |
| HSL | 349.12º | 0.85% | 0.53% | - |
| HSV(B) | 349.12º | 0.86% | 0.93% | - |
| XYZ | 36.57 | 19.53 | 7.64 | - |
| YUV | 98.21 | 112.09 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 70 | 0 | 0.86 | 0.70 | 0.07 | 349.12 | 0.85 | 0.53 |
| Hex | ED | 21 | 46 | 0 | 56 | 46 | 7 | 15D | 55 | 35 |
| Octal | 355 | 41 | 106 | 0 | 126 | 106 | 7 | 535 | 125 | 65 |
| Binary | 11101101 | 100001 | 1000110 | 0 | 1010110 | 1000110 | 111 | 101011101 | 1010101 | 110101 |
Color Harmonies of #ED2146
Complementary color
Monochromatic Colors of #ED2146
Black with #ED2146
Text Example
Text Example
White with #ED2146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2146; }
p { color: rgb(237,33,70); }
H1.HeaderClassName
{
color: #ED2146;
}
.AnyTagClassName
{
color: #ED2146;
}
</style>
background-color css
<style>
a { background-color: #ED2146; }
a { background-color: rgb(237,33,70); }
div.DivClassName
{
background-color: #ED2146;
}
.BgClassName
{
background-color: #ED2146;
}
</style>
border-color css
<style>
span { border-color: #ED2146; }
span { border-color: rgb(237,33,70); }
td.TdClassName
{
border-color: #ED2146;
}
.TagClassName
{
border-color: #ED2146;
}
</style>