Shades of Amaranth #EC1D51
Tints of Amaranth #EC1D51
RGB
CMYK
RGB Variations
Color information
#EC1D51 (or 0xEC1D51) is known color: Amaranth. HEX triplet: EC, 1D and 51. RGB value is (236,29,81). Sum of RGB (Red+Green+Blue) = 236+29+81=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D51 is #13E2AE. Grayscale: #606060. Windows color (decimal): -1303215 or 5316076. OLE color: 5316076.
HSL color Cylindrical-coordinate representation of color #EC1D51: hue angle of 344.93º 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 #EC1D51 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 81 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.07 |
| HSL | 344.93º | 0.84% | 0.52% | - |
| HSV(B) | 344.93º | 0.88% | 0.93% | - |
| XYZ | 36.52 | 19.31 | 9.59 | - |
| YUV | 96.82 | 119.08 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 81 | 0 | 0.88 | 0.66 | 0.07 | 344.93 | 0.84 | 0.52 |
| Hex | EC | 1D | 51 | 0 | 58 | 42 | 7 | 159 | 54 | 34 |
| Octal | 354 | 35 | 121 | 0 | 130 | 102 | 7 | 531 | 124 | 64 |
| Binary | 11101100 | 11101 | 1010001 | 0 | 1011000 | 1000010 | 111 | 101011001 | 1010100 | 110100 |
Color Harmonies of #EC1D51
Complementary color
Monochromatic Colors of #EC1D51
Black with #EC1D51
Text Example
Text Example
White with #EC1D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D51; }
p { color: rgb(236,29,81); }
H1.HeaderClassName
{
color: #EC1D51;
}
.AnyTagClassName
{
color: #EC1D51;
}
</style>
background-color css
<style>
a { background-color: #EC1D51; }
a { background-color: rgb(236,29,81); }
div.DivClassName
{
background-color: #EC1D51;
}
.BgClassName
{
background-color: #EC1D51;
}
</style>
border-color css
<style>
span { border-color: #EC1D51; }
span { border-color: rgb(236,29,81); }
td.TdClassName
{
border-color: #EC1D51;
}
.TagClassName
{
border-color: #EC1D51;
}
</style>