Shades of Amaranth #EC1F4F
Tints of Amaranth #EC1F4F
RGB
CMYK
RGB Variations
Color information
#EC1F4F (or 0xEC1F4F) is known color: Amaranth. HEX triplet: EC, 1F and 4F. RGB value is (236,31,79). Sum of RGB (Red+Green+Blue) = 236+31+79=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1F4F is #13E0B0. Grayscale: #616161. Windows color (decimal): -1302705 or 5185516. OLE color: 5185516.
HSL color Cylindrical-coordinate representation of color #EC1F4F: hue angle of 345.95º 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 #EC1F4F is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 79 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.07 |
| HSL | 345.95º | 0.84% | 0.52% | - |
| HSV(B) | 345.95º | 0.87% | 0.93% | - |
| XYZ | 36.49 | 19.38 | 9.21 | - |
| YUV | 97.77 | 117.42 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 79 | 0 | 0.87 | 0.67 | 0.07 | 345.95 | 0.84 | 0.52 |
| Hex | EC | 1F | 4F | 0 | 57 | 43 | 7 | 15A | 54 | 34 |
| Octal | 354 | 37 | 117 | 0 | 127 | 103 | 7 | 532 | 124 | 64 |
| Binary | 11101100 | 11111 | 1001111 | 0 | 1010111 | 1000011 | 111 | 101011010 | 1010100 | 110100 |
Color Harmonies of #EC1F4F
Complementary color
Monochromatic Colors of #EC1F4F
Black with #EC1F4F
Text Example
Text Example
White with #EC1F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F4F; }
p { color: rgb(236,31,79); }
H1.HeaderClassName
{
color: #EC1F4F;
}
.AnyTagClassName
{
color: #EC1F4F;
}
</style>
background-color css
<style>
a { background-color: #EC1F4F; }
a { background-color: rgb(236,31,79); }
div.DivClassName
{
background-color: #EC1F4F;
}
.BgClassName
{
background-color: #EC1F4F;
}
</style>
border-color css
<style>
span { border-color: #EC1F4F; }
span { border-color: rgb(236,31,79); }
td.TdClassName
{
border-color: #EC1F4F;
}
.TagClassName
{
border-color: #EC1F4F;
}
</style>