Shades of Amaranth #EC3551
Tints of Amaranth #EC3551
RGB
CMYK
RGB Variations
Color information
#EC3551 (or 0xEC3551) is known color: Amaranth. HEX triplet: EC, 35 and 51. RGB value is (236,53,81). Sum of RGB (Red+Green+Blue) = 236+53+81=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3551 is #13CAAE. Grayscale: #6E6E6E. Windows color (decimal): -1297071 or 5322220. OLE color: 5322220.
HSL color Cylindrical-coordinate representation of color #EC3551: hue angle of 350.82º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3551 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 81 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.07 |
| HSL | 350.82º | 0.83% | 0.57% | - |
| HSV(B) | 350.82º | 0.78% | 0.93% | - |
| XYZ | 37.35 | 20.97 | 9.86 | - |
| YUV | 110.91 | 111.13 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 81 | 0 | 0.78 | 0.66 | 0.07 | 350.82 | 0.83 | 0.57 |
| Hex | EC | 35 | 51 | 0 | 4E | 42 | 7 | 15F | 53 | 39 |
| Octal | 354 | 65 | 121 | 0 | 116 | 102 | 7 | 537 | 123 | 71 |
| Binary | 11101100 | 110101 | 1010001 | 0 | 1001110 | 1000010 | 111 | 101011111 | 1010011 | 111001 |
Color Harmonies of #EC3551
Complementary color
Monochromatic Colors of #EC3551
Black with #EC3551
Text Example
Text Example
White with #EC3551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3551; }
p { color: rgb(236,53,81); }
H1.HeaderClassName
{
color: #EC3551;
}
.AnyTagClassName
{
color: #EC3551;
}
</style>
background-color css
<style>
a { background-color: #EC3551; }
a { background-color: rgb(236,53,81); }
div.DivClassName
{
background-color: #EC3551;
}
.BgClassName
{
background-color: #EC3551;
}
</style>
border-color css
<style>
span { border-color: #EC3551; }
span { border-color: rgb(236,53,81); }
td.TdClassName
{
border-color: #EC3551;
}
.TagClassName
{
border-color: #EC3551;
}
</style>