Shades of Amaranth #ED2A59
Tints of Amaranth #ED2A59
RGB
CMYK
RGB Variations
Color information
#ED2A59 (or 0xED2A59) is known color: Amaranth. HEX triplet: ED, 2A and 59. RGB value is (237,42,89). Sum of RGB (Red+Green+Blue) = 237+42+89=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2A59 is #12D5A6. Grayscale: #696969. Windows color (decimal): -1234343 or 5843693. OLE color: 5843693.
HSL color Cylindrical-coordinate representation of color #ED2A59: hue angle of 345.54º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2A59 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 89 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.07 |
| HSL | 345.54º | 0.84% | 0.55% | - |
| HSV(B) | 345.54º | 0.82% | 0.93% | - |
| XYZ | 37.56 | 20.38 | 11.41 | - |
| YUV | 105.66 | 118.6 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 89 | 0 | 0.82 | 0.62 | 0.07 | 345.54 | 0.84 | 0.55 |
| Hex | ED | 2A | 59 | 0 | 52 | 3E | 7 | 15A | 54 | 37 |
| Octal | 355 | 52 | 131 | 0 | 122 | 76 | 7 | 532 | 124 | 67 |
| Binary | 11101101 | 101010 | 1011001 | 0 | 1010010 | 111110 | 111 | 101011010 | 1010100 | 110111 |
Color Harmonies of #ED2A59
Complementary color
Monochromatic Colors of #ED2A59
Black with #ED2A59
Text Example
Text Example
White with #ED2A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2A59; }
p { color: rgb(237,42,89); }
H1.HeaderClassName
{
color: #ED2A59;
}
.AnyTagClassName
{
color: #ED2A59;
}
</style>
background-color css
<style>
a { background-color: #ED2A59; }
a { background-color: rgb(237,42,89); }
div.DivClassName
{
background-color: #ED2A59;
}
.BgClassName
{
background-color: #ED2A59;
}
</style>
border-color css
<style>
span { border-color: #ED2A59; }
span { border-color: rgb(237,42,89); }
td.TdClassName
{
border-color: #ED2A59;
}
.TagClassName
{
border-color: #ED2A59;
}
</style>