Shades of Amaranth #ED2959
Tints of Amaranth #ED2959
RGB
CMYK
RGB Variations
Color information
#ED2959 (or 0xED2959) is known color: Amaranth. HEX triplet: ED, 29 and 59. RGB value is (237,41,89). Sum of RGB (Red+Green+Blue) = 237+41+89=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2959 is #12D6A6. Grayscale: #696969. Windows color (decimal): -1234599 or 5843437. OLE color: 5843437.
HSL color Cylindrical-coordinate representation of color #ED2959: hue angle of 345.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED2959 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 89 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.07 |
| HSL | 345.31º | 0.84% | 0.55% | - |
| HSV(B) | 345.31º | 0.83% | 0.93% | - |
| XYZ | 37.52 | 20.31 | 11.39 | - |
| YUV | 105.08 | 118.93 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 89 | 0 | 0.83 | 0.62 | 0.07 | 345.31 | 0.84 | 0.55 |
| Hex | ED | 29 | 59 | 0 | 53 | 3E | 7 | 159 | 54 | 37 |
| Octal | 355 | 51 | 131 | 0 | 123 | 76 | 7 | 531 | 124 | 67 |
| Binary | 11101101 | 101001 | 1011001 | 0 | 1010011 | 111110 | 111 | 101011001 | 1010100 | 110111 |
Color Harmonies of #ED2959
Complementary color
Monochromatic Colors of #ED2959
Black with #ED2959
Text Example
Text Example
White with #ED2959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2959; }
p { color: rgb(237,41,89); }
H1.HeaderClassName
{
color: #ED2959;
}
.AnyTagClassName
{
color: #ED2959;
}
</style>
background-color css
<style>
a { background-color: #ED2959; }
a { background-color: rgb(237,41,89); }
div.DivClassName
{
background-color: #ED2959;
}
.BgClassName
{
background-color: #ED2959;
}
</style>
border-color css
<style>
span { border-color: #ED2959; }
span { border-color: rgb(237,41,89); }
td.TdClassName
{
border-color: #ED2959;
}
.TagClassName
{
border-color: #ED2959;
}
</style>