Shades of Amaranth #ED2957
Tints of Amaranth #ED2957
RGB
CMYK
RGB Variations
Color information
#ED2957 (or 0xED2957) is known color: Amaranth. HEX triplet: ED, 29 and 57. RGB value is (237,41,87). Sum of RGB (Red+Green+Blue) = 237+41+87=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2957 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2957 is #12D6A8. Grayscale: #686868. Windows color (decimal): -1234601 or 5712365. OLE color: 5712365.
HSL color Cylindrical-coordinate representation of color #ED2957: hue angle of 345.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED2957 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 87 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.07 |
| HSL | 345.92º | 0.84% | 0.55% | - |
| HSV(B) | 345.92º | 0.83% | 0.93% | - |
| XYZ | 37.44 | 20.28 | 10.96 | - |
| YUV | 104.85 | 117.93 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 87 | 0 | 0.83 | 0.63 | 0.07 | 345.92 | 0.84 | 0.55 |
| Hex | ED | 29 | 57 | 0 | 53 | 3F | 7 | 15A | 54 | 37 |
| Octal | 355 | 51 | 127 | 0 | 123 | 77 | 7 | 532 | 124 | 67 |
| Binary | 11101101 | 101001 | 1010111 | 0 | 1010011 | 111111 | 111 | 101011010 | 1010100 | 110111 |
Color Harmonies of #ED2957
Complementary color
Monochromatic Colors of #ED2957
Black with #ED2957
Text Example
Text Example
White with #ED2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2957; }
p { color: rgb(237,41,87); }
H1.HeaderClassName
{
color: #ED2957;
}
.AnyTagClassName
{
color: #ED2957;
}
</style>
background-color css
<style>
a { background-color: #ED2957; }
a { background-color: rgb(237,41,87); }
div.DivClassName
{
background-color: #ED2957;
}
.BgClassName
{
background-color: #ED2957;
}
</style>
border-color css
<style>
span { border-color: #ED2957; }
span { border-color: rgb(237,41,87); }
td.TdClassName
{
border-color: #ED2957;
}
.TagClassName
{
border-color: #ED2957;
}
</style>