Shades of Amaranth #ED3456
Tints of Amaranth #ED3456
RGB
CMYK
RGB Variations
Color information
#ED3456 (or 0xED3456) is known color: Amaranth. HEX triplet: ED, 34 and 56. RGB value is (237,52,86). Sum of RGB (Red+Green+Blue) = 237+52+86=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3456 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3456 is #12CBA9. Grayscale: #6F6F6F. Windows color (decimal): -1231786 or 5649645. OLE color: 5649645.
HSL color Cylindrical-coordinate representation of color #ED3456: hue angle of 348.97º 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 #ED3456 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 86 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.07 |
| HSL | 348.97º | 0.84% | 0.57% | - |
| HSV(B) | 348.97º | 0.78% | 0.93% | - |
| XYZ | 37.83 | 21.13 | 10.89 | - |
| YUV | 111.19 | 113.79 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 86 | 0 | 0.78 | 0.64 | 0.07 | 348.97 | 0.84 | 0.57 |
| Hex | ED | 34 | 56 | 0 | 4E | 40 | 7 | 15D | 54 | 39 |
| Octal | 355 | 64 | 126 | 0 | 116 | 100 | 7 | 535 | 124 | 71 |
| Binary | 11101101 | 110100 | 1010110 | 0 | 1001110 | 1000000 | 111 | 101011101 | 1010100 | 111001 |
Color Harmonies of #ED3456
Complementary color
Monochromatic Colors of #ED3456
Black with #ED3456
Text Example
Text Example
White with #ED3456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3456; }
p { color: rgb(237,52,86); }
H1.HeaderClassName
{
color: #ED3456;
}
.AnyTagClassName
{
color: #ED3456;
}
</style>
background-color css
<style>
a { background-color: #ED3456; }
a { background-color: rgb(237,52,86); }
div.DivClassName
{
background-color: #ED3456;
}
.BgClassName
{
background-color: #ED3456;
}
</style>
border-color css
<style>
span { border-color: #ED3456; }
span { border-color: rgb(237,52,86); }
td.TdClassName
{
border-color: #ED3456;
}
.TagClassName
{
border-color: #ED3456;
}
</style>