Shades of Amaranth #EC3151
Tints of Amaranth #EC3151
RGB
CMYK
RGB Variations
Color information
#EC3151 (or 0xEC3151) is known color: Amaranth. HEX triplet: EC, 31 and 51. RGB value is (236,49,81). Sum of RGB (Red+Green+Blue) = 236+49+81=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3151 is #13CEAE. Grayscale: #6C6C6C. Windows color (decimal): -1298095 or 5321196. OLE color: 5321196.
HSL color Cylindrical-coordinate representation of color #EC3151: hue angle of 349.73º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3151 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 81 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.07 |
| HSL | 349.73º | 0.83% | 0.56% | - |
| HSV(B) | 349.73º | 0.79% | 0.93% | - |
| XYZ | 37.18 | 20.62 | 9.81 | - |
| YUV | 108.56 | 112.45 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 81 | 0 | 0.79 | 0.66 | 0.07 | 349.73 | 0.83 | 0.56 |
| Hex | EC | 31 | 51 | 0 | 4F | 42 | 7 | 15E | 53 | 38 |
| Octal | 354 | 61 | 121 | 0 | 117 | 102 | 7 | 536 | 123 | 70 |
| Binary | 11101100 | 110001 | 1010001 | 0 | 1001111 | 1000010 | 111 | 101011110 | 1010011 | 111000 |
Color Harmonies of #EC3151
Complementary color
Monochromatic Colors of #EC3151
Black with #EC3151
Text Example
Text Example
White with #EC3151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3151; }
p { color: rgb(236,49,81); }
H1.HeaderClassName
{
color: #EC3151;
}
.AnyTagClassName
{
color: #EC3151;
}
</style>
background-color css
<style>
a { background-color: #EC3151; }
a { background-color: rgb(236,49,81); }
div.DivClassName
{
background-color: #EC3151;
}
.BgClassName
{
background-color: #EC3151;
}
</style>
border-color css
<style>
span { border-color: #EC3151; }
span { border-color: rgb(236,49,81); }
td.TdClassName
{
border-color: #EC3151;
}
.TagClassName
{
border-color: #EC3151;
}
</style>