Shades of Amaranth #ED2544
Tints of Amaranth #ED2544
RGB
CMYK
RGB Variations
Color information
#ED2544 (or 0xED2544) is known color: Amaranth. HEX triplet: ED, 25 and 44. RGB value is (237,37,68). Sum of RGB (Red+Green+Blue) = 237+37+68=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2544 is #12DABB. Grayscale: #646464. Windows color (decimal): -1235644 or 4466157. OLE color: 4466157.
HSL color Cylindrical-coordinate representation of color #ED2544: hue angle of 350.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED2544 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 68 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.07 |
| HSL | 350.7º | 0.85% | 0.54% | - |
| HSV(B) | 350.7º | 0.84% | 0.93% | - |
| XYZ | 36.63 | 19.75 | 7.35 | - |
| YUV | 100.33 | 109.76 | 225.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 68 | 0 | 0.84 | 0.71 | 0.07 | 350.7 | 0.85 | 0.54 |
| Hex | ED | 25 | 44 | 0 | 54 | 47 | 7 | 15F | 55 | 36 |
| Octal | 355 | 45 | 104 | 0 | 124 | 107 | 7 | 537 | 125 | 66 |
| Binary | 11101101 | 100101 | 1000100 | 0 | 1010100 | 1000111 | 111 | 101011111 | 1010101 | 110110 |
Color Harmonies of #ED2544
Complementary color
Monochromatic Colors of #ED2544
Black with #ED2544
Text Example
Text Example
White with #ED2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2544; }
p { color: rgb(237,37,68); }
H1.HeaderClassName
{
color: #ED2544;
}
.AnyTagClassName
{
color: #ED2544;
}
</style>
background-color css
<style>
a { background-color: #ED2544; }
a { background-color: rgb(237,37,68); }
div.DivClassName
{
background-color: #ED2544;
}
.BgClassName
{
background-color: #ED2544;
}
</style>
border-color css
<style>
span { border-color: #ED2544; }
span { border-color: rgb(237,37,68); }
td.TdClassName
{
border-color: #ED2544;
}
.TagClassName
{
border-color: #ED2544;
}
</style>