Shades of Amaranth #ED3650
Tints of Amaranth #ED3650
RGB
CMYK
RGB Variations
Color information
#ED3650 (or 0xED3650) is known color: Amaranth. HEX triplet: ED, 36 and 50. RGB value is (237,54,80). Sum of RGB (Red+Green+Blue) = 237+54+80=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3650 is #12C9AF. Grayscale: #6F6F6F. Windows color (decimal): -1231280 or 5256941. OLE color: 5256941.
HSL color Cylindrical-coordinate representation of color #ED3650: hue angle of 351.48º 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 #ED3650 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 80 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.07 |
| HSL | 351.48º | 0.84% | 0.57% | - |
| HSV(B) | 351.48º | 0.77% | 0.93% | - |
| XYZ | 37.69 | 21.22 | 9.7 | - |
| YUV | 111.68 | 110.13 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 80 | 0 | 0.77 | 0.66 | 0.07 | 351.48 | 0.84 | 0.57 |
| Hex | ED | 36 | 50 | 0 | 4D | 42 | 7 | 15F | 54 | 39 |
| Octal | 355 | 66 | 120 | 0 | 115 | 102 | 7 | 537 | 124 | 71 |
| Binary | 11101101 | 110110 | 1010000 | 0 | 1001101 | 1000010 | 111 | 101011111 | 1010100 | 111001 |
Color Harmonies of #ED3650
Complementary color
Monochromatic Colors of #ED3650
Black with #ED3650
Text Example
Text Example
White with #ED3650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3650; }
p { color: rgb(237,54,80); }
H1.HeaderClassName
{
color: #ED3650;
}
.AnyTagClassName
{
color: #ED3650;
}
</style>
background-color css
<style>
a { background-color: #ED3650; }
a { background-color: rgb(237,54,80); }
div.DivClassName
{
background-color: #ED3650;
}
.BgClassName
{
background-color: #ED3650;
}
</style>
border-color css
<style>
span { border-color: #ED3650; }
span { border-color: rgb(237,54,80); }
td.TdClassName
{
border-color: #ED3650;
}
.TagClassName
{
border-color: #ED3650;
}
</style>