Shades of Amaranth #EC3050
Tints of Amaranth #EC3050
RGB
CMYK
RGB Variations
Color information
#EC3050 (or 0xEC3050) is known color: Amaranth. HEX triplet: EC, 30 and 50. RGB value is (236,48,80). Sum of RGB (Red+Green+Blue) = 236+48+80=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3050 is #13CFAF. Grayscale: #6B6B6B. Windows color (decimal): -1298352 or 5255404. OLE color: 5255404.
HSL color Cylindrical-coordinate representation of color #EC3050: hue angle of 349.79º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC3050 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 80 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.07 |
| HSL | 349.79º | 0.83% | 0.56% | - |
| HSV(B) | 349.79º | 0.8% | 0.93% | - |
| XYZ | 37.1 | 20.53 | 9.6 | - |
| YUV | 107.86 | 112.28 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 80 | 0 | 0.80 | 0.66 | 0.07 | 349.79 | 0.83 | 0.56 |
| Hex | EC | 30 | 50 | 0 | 50 | 42 | 7 | 15E | 53 | 38 |
| Octal | 354 | 60 | 120 | 0 | 120 | 102 | 7 | 536 | 123 | 70 |
| Binary | 11101100 | 110000 | 1010000 | 0 | 1010000 | 1000010 | 111 | 101011110 | 1010011 | 111000 |
Color Harmonies of #EC3050
Complementary color
Monochromatic Colors of #EC3050
Black with #EC3050
Text Example
Text Example
White with #EC3050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3050; }
p { color: rgb(236,48,80); }
H1.HeaderClassName
{
color: #EC3050;
}
.AnyTagClassName
{
color: #EC3050;
}
</style>
background-color css
<style>
a { background-color: #EC3050; }
a { background-color: rgb(236,48,80); }
div.DivClassName
{
background-color: #EC3050;
}
.BgClassName
{
background-color: #EC3050;
}
</style>
border-color css
<style>
span { border-color: #EC3050; }
span { border-color: rgb(236,48,80); }
td.TdClassName
{
border-color: #EC3050;
}
.TagClassName
{
border-color: #EC3050;
}
</style>