Shades of Amaranth #ED3651
Tints of Amaranth #ED3651
RGB
CMYK
RGB Variations
Color information
#ED3651 (or 0xED3651) is known color: Amaranth. HEX triplet: ED, 36 and 51. RGB value is (237,54,81). Sum of RGB (Red+Green+Blue) = 237+54+81=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3651 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3651 is #12C9AE. Grayscale: #6F6F6F. Windows color (decimal): -1231279 or 5322477. OLE color: 5322477.
HSL color Cylindrical-coordinate representation of color #ED3651: hue angle of 351.15º 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 #ED3651 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 81 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.07 |
| HSL | 351.15º | 0.84% | 0.57% | - |
| HSV(B) | 351.15º | 0.77% | 0.93% | - |
| XYZ | 37.73 | 21.24 | 9.9 | - |
| YUV | 111.8 | 110.63 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 81 | 0 | 0.77 | 0.66 | 0.07 | 351.15 | 0.84 | 0.57 |
| Hex | ED | 36 | 51 | 0 | 4D | 42 | 7 | 15F | 54 | 39 |
| Octal | 355 | 66 | 121 | 0 | 115 | 102 | 7 | 537 | 124 | 71 |
| Binary | 11101101 | 110110 | 1010001 | 0 | 1001101 | 1000010 | 111 | 101011111 | 1010100 | 111001 |
Color Harmonies of #ED3651
Complementary color
Monochromatic Colors of #ED3651
Black with #ED3651
Text Example
Text Example
White with #ED3651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3651; }
p { color: rgb(237,54,81); }
H1.HeaderClassName
{
color: #ED3651;
}
.AnyTagClassName
{
color: #ED3651;
}
</style>
background-color css
<style>
a { background-color: #ED3651; }
a { background-color: rgb(237,54,81); }
div.DivClassName
{
background-color: #ED3651;
}
.BgClassName
{
background-color: #ED3651;
}
</style>
border-color css
<style>
span { border-color: #ED3651; }
span { border-color: rgb(237,54,81); }
td.TdClassName
{
border-color: #ED3651;
}
.TagClassName
{
border-color: #ED3651;
}
</style>