Shades of Amaranth #ED3459
Tints of Amaranth #ED3459
RGB
CMYK
RGB Variations
Color information
#ED3459 (or 0xED3459) is known color: Amaranth. HEX triplet: ED, 34 and 59. RGB value is (237,52,89). Sum of RGB (Red+Green+Blue) = 237+52+89=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3459 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3459 is #12CBA6. Grayscale: #6F6F6F. Windows color (decimal): -1231783 or 5846253. OLE color: 5846253.
HSL color Cylindrical-coordinate representation of color #ED3459: hue angle of 348º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3459 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 89 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.07 |
| HSL | 348º | 0.84% | 0.57% | - |
| HSV(B) | 348º | 0.78% | 0.93% | - |
| XYZ | 37.96 | 21.18 | 11.54 | - |
| YUV | 111.53 | 115.29 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 89 | 0 | 0.78 | 0.62 | 0.07 | 348 | 0.84 | 0.57 |
| Hex | ED | 34 | 59 | 0 | 4E | 3E | 7 | 15C | 54 | 39 |
| Octal | 355 | 64 | 131 | 0 | 116 | 76 | 7 | 534 | 124 | 71 |
| Binary | 11101101 | 110100 | 1011001 | 0 | 1001110 | 111110 | 111 | 101011100 | 1010100 | 111001 |
Color Harmonies of #ED3459
Complementary color
Monochromatic Colors of #ED3459
Black with #ED3459
Text Example
Text Example
White with #ED3459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3459; }
p { color: rgb(237,52,89); }
H1.HeaderClassName
{
color: #ED3459;
}
.AnyTagClassName
{
color: #ED3459;
}
</style>
background-color css
<style>
a { background-color: #ED3459; }
a { background-color: rgb(237,52,89); }
div.DivClassName
{
background-color: #ED3459;
}
.BgClassName
{
background-color: #ED3459;
}
</style>
border-color css
<style>
span { border-color: #ED3459; }
span { border-color: rgb(237,52,89); }
td.TdClassName
{
border-color: #ED3459;
}
.TagClassName
{
border-color: #ED3459;
}
</style>