Shades of Amaranth #ED3655
Tints of Amaranth #ED3655
RGB
CMYK
RGB Variations
Color information
#ED3655 (or 0xED3655) is known color: Amaranth. HEX triplet: ED, 36 and 55. RGB value is (237,54,85). Sum of RGB (Red+Green+Blue) = 237+54+85=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3655 is #12C9AA. Grayscale: #707070. Windows color (decimal): -1231275 or 5584621. OLE color: 5584621.
HSL color Cylindrical-coordinate representation of color #ED3655: hue angle of 349.84º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED3655 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 85 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.07 |
| HSL | 349.84º | 0.84% | 0.57% | - |
| HSV(B) | 349.84º | 0.77% | 0.93% | - |
| XYZ | 37.88 | 21.3 | 10.71 | - |
| YUV | 112.25 | 112.63 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 85 | 0 | 0.77 | 0.64 | 0.07 | 349.84 | 0.84 | 0.57 |
| Hex | ED | 36 | 55 | 0 | 4D | 40 | 7 | 15E | 54 | 39 |
| Octal | 355 | 66 | 125 | 0 | 115 | 100 | 7 | 536 | 124 | 71 |
| Binary | 11101101 | 110110 | 1010101 | 0 | 1001101 | 1000000 | 111 | 101011110 | 1010100 | 111001 |
Color Harmonies of #ED3655
Complementary color
Monochromatic Colors of #ED3655
Black with #ED3655
Text Example
Text Example
White with #ED3655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3655; }
p { color: rgb(237,54,85); }
H1.HeaderClassName
{
color: #ED3655;
}
.AnyTagClassName
{
color: #ED3655;
}
</style>
background-color css
<style>
a { background-color: #ED3655; }
a { background-color: rgb(237,54,85); }
div.DivClassName
{
background-color: #ED3655;
}
.BgClassName
{
background-color: #ED3655;
}
</style>
border-color css
<style>
span { border-color: #ED3655; }
span { border-color: rgb(237,54,85); }
td.TdClassName
{
border-color: #ED3655;
}
.TagClassName
{
border-color: #ED3655;
}
</style>