Shades of Amaranth #EC1D4E
Tints of Amaranth #EC1D4E
RGB
CMYK
RGB Variations
Color information
#EC1D4E (or 0xEC1D4E) is known color: Amaranth. HEX triplet: EC, 1D and 4E. RGB value is (236,29,78). Sum of RGB (Red+Green+Blue) = 236+29+78=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D4E is #13E2B1. Grayscale: #606060. Windows color (decimal): -1303218 or 5119468. OLE color: 5119468.
HSL color Cylindrical-coordinate representation of color #EC1D4E: hue angle of 345.8º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1D4E is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 78 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.07 |
| HSL | 345.8º | 0.84% | 0.52% | - |
| HSV(B) | 345.8º | 0.88% | 0.93% | - |
| XYZ | 36.41 | 19.26 | 9.01 | - |
| YUV | 96.48 | 117.58 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 78 | 0 | 0.88 | 0.67 | 0.07 | 345.8 | 0.84 | 0.52 |
| Hex | EC | 1D | 4E | 0 | 58 | 43 | 7 | 15A | 54 | 34 |
| Octal | 354 | 35 | 116 | 0 | 130 | 103 | 7 | 532 | 124 | 64 |
| Binary | 11101100 | 11101 | 1001110 | 0 | 1011000 | 1000011 | 111 | 101011010 | 1010100 | 110100 |
Color Harmonies of #EC1D4E
Complementary color
Monochromatic Colors of #EC1D4E
Black with #EC1D4E
Text Example
Text Example
White with #EC1D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D4E; }
p { color: rgb(236,29,78); }
H1.HeaderClassName
{
color: #EC1D4E;
}
.AnyTagClassName
{
color: #EC1D4E;
}
</style>
background-color css
<style>
a { background-color: #EC1D4E; }
a { background-color: rgb(236,29,78); }
div.DivClassName
{
background-color: #EC1D4E;
}
.BgClassName
{
background-color: #EC1D4E;
}
</style>
border-color css
<style>
span { border-color: #EC1D4E; }
span { border-color: rgb(236,29,78); }
td.TdClassName
{
border-color: #EC1D4E;
}
.TagClassName
{
border-color: #EC1D4E;
}
</style>