Shades of Amaranth #EC3155
Tints of Amaranth #EC3155
RGB
CMYK
RGB Variations
Color information
#EC3155 (or 0xEC3155) is known color: Amaranth. HEX triplet: EC, 31 and 55. RGB value is (236,49,85). Sum of RGB (Red+Green+Blue) = 236+49+85=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3155 is #13CEAA. Grayscale: #6D6D6D. Windows color (decimal): -1298091 or 5583340. OLE color: 5583340.
HSL color Cylindrical-coordinate representation of color #EC3155: hue angle of 348.45º 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 #EC3155 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 85 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.07 |
| HSL | 348.45º | 0.83% | 0.56% | - |
| HSV(B) | 348.45º | 0.79% | 0.93% | - |
| XYZ | 37.33 | 20.69 | 10.62 | - |
| YUV | 109.02 | 114.45 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 85 | 0 | 0.79 | 0.64 | 0.07 | 348.45 | 0.83 | 0.56 |
| Hex | EC | 31 | 55 | 0 | 4F | 40 | 7 | 15C | 53 | 38 |
| Octal | 354 | 61 | 125 | 0 | 117 | 100 | 7 | 534 | 123 | 70 |
| Binary | 11101100 | 110001 | 1010101 | 0 | 1001111 | 1000000 | 111 | 101011100 | 1010011 | 111000 |
Color Harmonies of #EC3155
Complementary color
Monochromatic Colors of #EC3155
Black with #EC3155
Text Example
Text Example
White with #EC3155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3155; }
p { color: rgb(236,49,85); }
H1.HeaderClassName
{
color: #EC3155;
}
.AnyTagClassName
{
color: #EC3155;
}
</style>
background-color css
<style>
a { background-color: #EC3155; }
a { background-color: rgb(236,49,85); }
div.DivClassName
{
background-color: #EC3155;
}
.BgClassName
{
background-color: #EC3155;
}
</style>
border-color css
<style>
span { border-color: #EC3155; }
span { border-color: rgb(236,49,85); }
td.TdClassName
{
border-color: #EC3155;
}
.TagClassName
{
border-color: #EC3155;
}
</style>