Shades of Amaranth #ED2444
Tints of Amaranth #ED2444
RGB
CMYK
RGB Variations
Color information
#ED2444 (or 0xED2444) is known color: Amaranth. HEX triplet: ED, 24 and 44. RGB value is (237,36,68). Sum of RGB (Red+Green+Blue) = 237+36+68=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2444 is #12DBBB. Grayscale: #636363. Windows color (decimal): -1235900 or 4465901. OLE color: 4465901.
HSL color Cylindrical-coordinate representation of color #ED2444: hue angle of 350.45º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2444 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 68 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.07 |
| HSL | 350.45º | 0.85% | 0.54% | - |
| HSV(B) | 350.45º | 0.85% | 0.93% | - |
| XYZ | 36.6 | 19.68 | 7.34 | - |
| YUV | 99.75 | 110.09 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 68 | 0 | 0.85 | 0.71 | 0.07 | 350.45 | 0.85 | 0.54 |
| Hex | ED | 24 | 44 | 0 | 55 | 47 | 7 | 15E | 55 | 36 |
| Octal | 355 | 44 | 104 | 0 | 125 | 107 | 7 | 536 | 125 | 66 |
| Binary | 11101101 | 100100 | 1000100 | 0 | 1010101 | 1000111 | 111 | 101011110 | 1010101 | 110110 |
Color Harmonies of #ED2444
Complementary color
Monochromatic Colors of #ED2444
Black with #ED2444
Text Example
Text Example
White with #ED2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2444; }
p { color: rgb(237,36,68); }
H1.HeaderClassName
{
color: #ED2444;
}
.AnyTagClassName
{
color: #ED2444;
}
</style>
background-color css
<style>
a { background-color: #ED2444; }
a { background-color: rgb(237,36,68); }
div.DivClassName
{
background-color: #ED2444;
}
.BgClassName
{
background-color: #ED2444;
}
</style>
border-color css
<style>
span { border-color: #ED2444; }
span { border-color: rgb(237,36,68); }
td.TdClassName
{
border-color: #ED2444;
}
.TagClassName
{
border-color: #ED2444;
}
</style>