Shades of Amaranth #ED2956
Tints of Amaranth #ED2956
RGB
CMYK
RGB Variations
Color information
#ED2956 (or 0xED2956) is known color: Amaranth. HEX triplet: ED, 29 and 56. RGB value is (237,41,86). Sum of RGB (Red+Green+Blue) = 237+41+86=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2956 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2956 is #12D6A9. Grayscale: #686868. Windows color (decimal): -1234602 or 5646829. OLE color: 5646829.
HSL color Cylindrical-coordinate representation of color #ED2956: hue angle of 346.22º 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 #ED2956 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 86 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.07 |
| HSL | 346.22º | 0.84% | 0.55% | - |
| HSV(B) | 346.22º | 0.83% | 0.93% | - |
| XYZ | 37.4 | 20.26 | 10.74 | - |
| YUV | 104.73 | 117.43 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 86 | 0 | 0.83 | 0.64 | 0.07 | 346.22 | 0.84 | 0.55 |
| Hex | ED | 29 | 56 | 0 | 53 | 40 | 7 | 15A | 54 | 37 |
| Octal | 355 | 51 | 126 | 0 | 123 | 100 | 7 | 532 | 124 | 67 |
| Binary | 11101101 | 101001 | 1010110 | 0 | 1010011 | 1000000 | 111 | 101011010 | 1010100 | 110111 |
Color Harmonies of #ED2956
Complementary color
Monochromatic Colors of #ED2956
Black with #ED2956
Text Example
Text Example
White with #ED2956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2956; }
p { color: rgb(237,41,86); }
H1.HeaderClassName
{
color: #ED2956;
}
.AnyTagClassName
{
color: #ED2956;
}
</style>
background-color css
<style>
a { background-color: #ED2956; }
a { background-color: rgb(237,41,86); }
div.DivClassName
{
background-color: #ED2956;
}
.BgClassName
{
background-color: #ED2956;
}
</style>
border-color css
<style>
span { border-color: #ED2956; }
span { border-color: rgb(237,41,86); }
td.TdClassName
{
border-color: #ED2956;
}
.TagClassName
{
border-color: #ED2956;
}
</style>