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