Shades of Amaranth #ED3359
Tints of Amaranth #ED3359
RGB
CMYK
RGB Variations
Color information
#ED3359 (or 0xED3359) is known color: Amaranth. HEX triplet: ED, 33 and 59. RGB value is (237,51,89). Sum of RGB (Red+Green+Blue) = 237+51+89=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3359 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3359 is #12CCA6. Grayscale: #6E6E6E. Windows color (decimal): -1232039 or 5845997. OLE color: 5845997.
HSL color Cylindrical-coordinate representation of color #ED3359: hue angle of 347.74º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3359 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 89 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.07 |
| HSL | 347.74º | 0.84% | 0.56% | - |
| HSV(B) | 347.74º | 0.78% | 0.93% | - |
| XYZ | 37.91 | 21.09 | 11.52 | - |
| YUV | 110.95 | 115.62 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 89 | 0 | 0.78 | 0.62 | 0.07 | 347.74 | 0.84 | 0.56 |
| Hex | ED | 33 | 59 | 0 | 4E | 3E | 7 | 15C | 54 | 38 |
| Octal | 355 | 63 | 131 | 0 | 116 | 76 | 7 | 534 | 124 | 70 |
| Binary | 11101101 | 110011 | 1011001 | 0 | 1001110 | 111110 | 111 | 101011100 | 1010100 | 111000 |
Color Harmonies of #ED3359
Complementary color
Monochromatic Colors of #ED3359
Black with #ED3359
Text Example
Text Example
White with #ED3359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3359; }
p { color: rgb(237,51,89); }
H1.HeaderClassName
{
color: #ED3359;
}
.AnyTagClassName
{
color: #ED3359;
}
</style>
background-color css
<style>
a { background-color: #ED3359; }
a { background-color: rgb(237,51,89); }
div.DivClassName
{
background-color: #ED3359;
}
.BgClassName
{
background-color: #ED3359;
}
</style>
border-color css
<style>
span { border-color: #ED3359; }
span { border-color: rgb(237,51,89); }
td.TdClassName
{
border-color: #ED3359;
}
.TagClassName
{
border-color: #ED3359;
}
</style>