Shades of Amaranth #EC1E46
Tints of Amaranth #EC1E46
RGB
CMYK
RGB Variations
Color information
#EC1E46 (or 0xEC1E46) is known color: Amaranth. HEX triplet: EC, 1E and 46. RGB value is (236,30,70). Sum of RGB (Red+Green+Blue) = 236+30+70=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1E46 is #13E1B9. Grayscale: #606060. Windows color (decimal): -1302970 or 4595436. OLE color: 4595436.
HSL color Cylindrical-coordinate representation of color #EC1E46: hue angle of 348.35º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1E46 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 70 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.07 |
| HSL | 348.35º | 0.84% | 0.52% | - |
| HSV(B) | 348.35º | 0.87% | 0.93% | - |
| XYZ | 36.16 | 19.2 | 7.6 | - |
| YUV | 96.15 | 113.25 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 70 | 0 | 0.87 | 0.70 | 0.07 | 348.35 | 0.84 | 0.52 |
| Hex | EC | 1E | 46 | 0 | 57 | 46 | 7 | 15C | 54 | 34 |
| Octal | 354 | 36 | 106 | 0 | 127 | 106 | 7 | 534 | 124 | 64 |
| Binary | 11101100 | 11110 | 1000110 | 0 | 1010111 | 1000110 | 111 | 101011100 | 1010100 | 110100 |
Color Harmonies of #EC1E46
Complementary color
Monochromatic Colors of #EC1E46
Black with #EC1E46
Text Example
Text Example
White with #EC1E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E46; }
p { color: rgb(236,30,70); }
H1.HeaderClassName
{
color: #EC1E46;
}
.AnyTagClassName
{
color: #EC1E46;
}
</style>
background-color css
<style>
a { background-color: #EC1E46; }
a { background-color: rgb(236,30,70); }
div.DivClassName
{
background-color: #EC1E46;
}
.BgClassName
{
background-color: #EC1E46;
}
</style>
border-color css
<style>
span { border-color: #EC1E46; }
span { border-color: rgb(236,30,70); }
td.TdClassName
{
border-color: #EC1E46;
}
.TagClassName
{
border-color: #EC1E46;
}
</style>