Shades of Amaranth #ED3458
Tints of Amaranth #ED3458
RGB
CMYK
RGB Variations
Color information
#ED3458 (or 0xED3458) is known color: Amaranth. HEX triplet: ED, 34 and 58. RGB value is (237,52,88). Sum of RGB (Red+Green+Blue) = 237+52+88=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3458 is #12CBA7. Grayscale: #6F6F6F. Windows color (decimal): -1231784 or 5780717. OLE color: 5780717.
HSL color Cylindrical-coordinate representation of color #ED3458: hue angle of 348.32º 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 #ED3458 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 88 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.07 |
| HSL | 348.32º | 0.84% | 0.57% | - |
| HSV(B) | 348.32º | 0.78% | 0.93% | - |
| XYZ | 37.91 | 21.17 | 11.32 | - |
| YUV | 111.42 | 114.79 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 88 | 0 | 0.78 | 0.63 | 0.07 | 348.32 | 0.84 | 0.57 |
| Hex | ED | 34 | 58 | 0 | 4E | 3F | 7 | 15C | 54 | 39 |
| Octal | 355 | 64 | 130 | 0 | 116 | 77 | 7 | 534 | 124 | 71 |
| Binary | 11101101 | 110100 | 1011000 | 0 | 1001110 | 111111 | 111 | 101011100 | 1010100 | 111001 |
Color Harmonies of #ED3458
Complementary color
Monochromatic Colors of #ED3458
Black with #ED3458
Text Example
Text Example
White with #ED3458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3458; }
p { color: rgb(237,52,88); }
H1.HeaderClassName
{
color: #ED3458;
}
.AnyTagClassName
{
color: #ED3458;
}
</style>
background-color css
<style>
a { background-color: #ED3458; }
a { background-color: rgb(237,52,88); }
div.DivClassName
{
background-color: #ED3458;
}
.BgClassName
{
background-color: #ED3458;
}
</style>
border-color css
<style>
span { border-color: #ED3458; }
span { border-color: rgb(237,52,88); }
td.TdClassName
{
border-color: #ED3458;
}
.TagClassName
{
border-color: #ED3458;
}
</style>