Shades of Amaranth #EC1F45
Tints of Amaranth #EC1F45
RGB
CMYK
RGB Variations
Color information
#EC1F45 (or 0xEC1F45) is known color: Amaranth. HEX triplet: EC, 1F and 45. RGB value is (236,31,69). Sum of RGB (Red+Green+Blue) = 236+31+69=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1F45 is #13E0BA. Grayscale: #606060. Windows color (decimal): -1302715 or 4530156. OLE color: 4530156.
HSL color Cylindrical-coordinate representation of color #EC1F45: hue angle of 348.88º 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 #EC1F45 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 69 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.07 |
| HSL | 348.88º | 0.84% | 0.52% | - |
| HSV(B) | 348.88º | 0.87% | 0.93% | - |
| XYZ | 36.16 | 19.24 | 7.44 | - |
| YUV | 96.63 | 112.42 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 69 | 0 | 0.87 | 0.71 | 0.07 | 348.88 | 0.84 | 0.52 |
| Hex | EC | 1F | 45 | 0 | 57 | 47 | 7 | 15D | 54 | 34 |
| Octal | 354 | 37 | 105 | 0 | 127 | 107 | 7 | 535 | 124 | 64 |
| Binary | 11101100 | 11111 | 1000101 | 0 | 1010111 | 1000111 | 111 | 101011101 | 1010100 | 110100 |
Color Harmonies of #EC1F45
Complementary color
Monochromatic Colors of #EC1F45
Black with #EC1F45
Text Example
Text Example
White with #EC1F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F45; }
p { color: rgb(236,31,69); }
H1.HeaderClassName
{
color: #EC1F45;
}
.AnyTagClassName
{
color: #EC1F45;
}
</style>
background-color css
<style>
a { background-color: #EC1F45; }
a { background-color: rgb(236,31,69); }
div.DivClassName
{
background-color: #EC1F45;
}
.BgClassName
{
background-color: #EC1F45;
}
</style>
border-color css
<style>
span { border-color: #EC1F45; }
span { border-color: rgb(236,31,69); }
td.TdClassName
{
border-color: #EC1F45;
}
.TagClassName
{
border-color: #EC1F45;
}
</style>