Shades of Amaranth #ED2545
Tints of Amaranth #ED2545
RGB
CMYK
RGB Variations
Color information
#ED2545 (or 0xED2545) is known color: Amaranth. HEX triplet: ED, 25 and 45. RGB value is (237,37,69). Sum of RGB (Red+Green+Blue) = 237+37+69=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2545 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2545 is #12DABA. Grayscale: #646464. Windows color (decimal): -1235643 or 4531693. OLE color: 4531693.
HSL color Cylindrical-coordinate representation of color #ED2545: hue angle of 350.4º 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 #ED2545 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 69 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.07 |
| HSL | 350.4º | 0.85% | 0.54% | - |
| HSV(B) | 350.4º | 0.84% | 0.93% | - |
| XYZ | 36.66 | 19.76 | 7.51 | - |
| YUV | 100.45 | 110.26 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 69 | 0 | 0.84 | 0.71 | 0.07 | 350.4 | 0.85 | 0.54 |
| Hex | ED | 25 | 45 | 0 | 54 | 47 | 7 | 15E | 55 | 36 |
| Octal | 355 | 45 | 105 | 0 | 124 | 107 | 7 | 536 | 125 | 66 |
| Binary | 11101101 | 100101 | 1000101 | 0 | 1010100 | 1000111 | 111 | 101011110 | 1010101 | 110110 |
Color Harmonies of #ED2545
Complementary color
Monochromatic Colors of #ED2545
Black with #ED2545
Text Example
Text Example
White with #ED2545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2545; }
p { color: rgb(237,37,69); }
H1.HeaderClassName
{
color: #ED2545;
}
.AnyTagClassName
{
color: #ED2545;
}
</style>
background-color css
<style>
a { background-color: #ED2545; }
a { background-color: rgb(237,37,69); }
div.DivClassName
{
background-color: #ED2545;
}
.BgClassName
{
background-color: #ED2545;
}
</style>
border-color css
<style>
span { border-color: #ED2545; }
span { border-color: rgb(237,37,69); }
td.TdClassName
{
border-color: #ED2545;
}
.TagClassName
{
border-color: #ED2545;
}
</style>