Shades of Amaranth #EC1D52
Tints of Amaranth #EC1D52
RGB
CMYK
RGB Variations
Color information
#EC1D52 (or 0xEC1D52) is known color: Amaranth. HEX triplet: EC, 1D and 52. RGB value is (236,29,82). Sum of RGB (Red+Green+Blue) = 236+29+82=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D52 is #13E2AD. Grayscale: #606060. Windows color (decimal): -1303214 or 5381612. OLE color: 5381612.
HSL color Cylindrical-coordinate representation of color #EC1D52: hue angle of 344.64º 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 #EC1D52 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 82 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.07 |
| HSL | 344.64º | 0.84% | 0.52% | - |
| HSV(B) | 344.64º | 0.88% | 0.93% | - |
| XYZ | 36.55 | 19.32 | 9.79 | - |
| YUV | 96.94 | 119.58 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 82 | 0 | 0.88 | 0.65 | 0.07 | 344.64 | 0.84 | 0.52 |
| Hex | EC | 1D | 52 | 0 | 58 | 41 | 7 | 159 | 54 | 34 |
| Octal | 354 | 35 | 122 | 0 | 130 | 101 | 7 | 531 | 124 | 64 |
| Binary | 11101100 | 11101 | 1010010 | 0 | 1011000 | 1000001 | 111 | 101011001 | 1010100 | 110100 |
Color Harmonies of #EC1D52
Complementary color
Monochromatic Colors of #EC1D52
Black with #EC1D52
Text Example
Text Example
White with #EC1D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D52; }
p { color: rgb(236,29,82); }
H1.HeaderClassName
{
color: #EC1D52;
}
.AnyTagClassName
{
color: #EC1D52;
}
</style>
background-color css
<style>
a { background-color: #EC1D52; }
a { background-color: rgb(236,29,82); }
div.DivClassName
{
background-color: #EC1D52;
}
.BgClassName
{
background-color: #EC1D52;
}
</style>
border-color css
<style>
span { border-color: #EC1D52; }
span { border-color: rgb(236,29,82); }
td.TdClassName
{
border-color: #EC1D52;
}
.TagClassName
{
border-color: #EC1D52;
}
</style>