Shades of Amaranth #EC3651
Tints of Amaranth #EC3651
RGB
CMYK
RGB Variations
Color information
#EC3651 (or 0xEC3651) is known color: Amaranth. HEX triplet: EC, 36 and 51. RGB value is (236,54,81). Sum of RGB (Red+Green+Blue) = 236+54+81=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3651 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3651 is #13C9AE. Grayscale: #6F6F6F. Windows color (decimal): -1296815 or 5322476. OLE color: 5322476.
HSL color Cylindrical-coordinate representation of color #EC3651: hue angle of 351.1º degrees, saturation: 0.83, 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 #EC3651 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 81 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.07 |
| HSL | 351.1º | 0.83% | 0.57% | - |
| HSV(B) | 351.1º | 0.77% | 0.93% | - |
| XYZ | 37.4 | 21.07 | 9.88 | - |
| YUV | 111.5 | 110.8 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 81 | 0 | 0.77 | 0.66 | 0.07 | 351.1 | 0.83 | 0.57 |
| Hex | EC | 36 | 51 | 0 | 4D | 42 | 7 | 15F | 53 | 39 |
| Octal | 354 | 66 | 121 | 0 | 115 | 102 | 7 | 537 | 123 | 71 |
| Binary | 11101100 | 110110 | 1010001 | 0 | 1001101 | 1000010 | 111 | 101011111 | 1010011 | 111001 |
Color Harmonies of #EC3651
Complementary color
Monochromatic Colors of #EC3651
Black with #EC3651
Text Example
Text Example
White with #EC3651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3651; }
p { color: rgb(236,54,81); }
H1.HeaderClassName
{
color: #EC3651;
}
.AnyTagClassName
{
color: #EC3651;
}
</style>
background-color css
<style>
a { background-color: #EC3651; }
a { background-color: rgb(236,54,81); }
div.DivClassName
{
background-color: #EC3651;
}
.BgClassName
{
background-color: #EC3651;
}
</style>
border-color css
<style>
span { border-color: #EC3651; }
span { border-color: rgb(236,54,81); }
td.TdClassName
{
border-color: #EC3651;
}
.TagClassName
{
border-color: #EC3651;
}
</style>