Shades of Amaranth #EC3046
Tints of Amaranth #EC3046
RGB
CMYK
RGB Variations
Color information
#EC3046 (or 0xEC3046) is known color: Amaranth. HEX triplet: EC, 30 and 46. RGB value is (236,48,70). Sum of RGB (Red+Green+Blue) = 236+48+70=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3046 is #13CFB9. Grayscale: #6A6A6A. Windows color (decimal): -1298362 or 4600044. OLE color: 4600044.
HSL color Cylindrical-coordinate representation of color #EC3046: hue angle of 352.98º 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 #EC3046 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 70 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.07 |
| HSL | 352.98º | 0.83% | 0.56% | - |
| HSV(B) | 352.98º | 0.8% | 0.93% | - |
| XYZ | 36.75 | 20.39 | 7.79 | - |
| YUV | 106.72 | 107.28 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 70 | 0 | 0.80 | 0.70 | 0.07 | 352.98 | 0.83 | 0.56 |
| Hex | EC | 30 | 46 | 0 | 50 | 46 | 7 | 161 | 53 | 38 |
| Octal | 354 | 60 | 106 | 0 | 120 | 106 | 7 | 541 | 123 | 70 |
| Binary | 11101100 | 110000 | 1000110 | 0 | 1010000 | 1000110 | 111 | 101100001 | 1010011 | 111000 |
Color Harmonies of #EC3046
Complementary color
Monochromatic Colors of #EC3046
Black with #EC3046
Text Example
Text Example
White with #EC3046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3046; }
p { color: rgb(236,48,70); }
H1.HeaderClassName
{
color: #EC3046;
}
.AnyTagClassName
{
color: #EC3046;
}
</style>
background-color css
<style>
a { background-color: #EC3046; }
a { background-color: rgb(236,48,70); }
div.DivClassName
{
background-color: #EC3046;
}
.BgClassName
{
background-color: #EC3046;
}
</style>
border-color css
<style>
span { border-color: #EC3046; }
span { border-color: rgb(236,48,70); }
td.TdClassName
{
border-color: #EC3046;
}
.TagClassName
{
border-color: #EC3046;
}
</style>