Shades of Amaranth #EC1E4C
Tints of Amaranth #EC1E4C
RGB
CMYK
RGB Variations
Color information
#EC1E4C (or 0xEC1E4C) is known color: Amaranth. HEX triplet: EC, 1E and 4C. RGB value is (236,30,76). Sum of RGB (Red+Green+Blue) = 236+30+76=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1E4C is #13E1B3. Grayscale: #606060. Windows color (decimal): -1302964 or 4988652. OLE color: 4988652.
HSL color Cylindrical-coordinate representation of color #EC1E4C: hue angle of 346.6º 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 #EC1E4C is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 76 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.07 |
| HSL | 346.6º | 0.84% | 0.52% | - |
| HSV(B) | 346.6º | 0.87% | 0.93% | - |
| XYZ | 36.36 | 19.28 | 8.64 | - |
| YUV | 96.84 | 116.25 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 76 | 0 | 0.87 | 0.68 | 0.07 | 346.6 | 0.84 | 0.52 |
| Hex | EC | 1E | 4C | 0 | 57 | 44 | 7 | 15B | 54 | 34 |
| Octal | 354 | 36 | 114 | 0 | 127 | 104 | 7 | 533 | 124 | 64 |
| Binary | 11101100 | 11110 | 1001100 | 0 | 1010111 | 1000100 | 111 | 101011011 | 1010100 | 110100 |
Color Harmonies of #EC1E4C
Complementary color
Monochromatic Colors of #EC1E4C
Black with #EC1E4C
Text Example
Text Example
White with #EC1E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E4C; }
p { color: rgb(236,30,76); }
H1.HeaderClassName
{
color: #EC1E4C;
}
.AnyTagClassName
{
color: #EC1E4C;
}
</style>
background-color css
<style>
a { background-color: #EC1E4C; }
a { background-color: rgb(236,30,76); }
div.DivClassName
{
background-color: #EC1E4C;
}
.BgClassName
{
background-color: #EC1E4C;
}
</style>
border-color css
<style>
span { border-color: #EC1E4C; }
span { border-color: rgb(236,30,76); }
td.TdClassName
{
border-color: #EC1E4C;
}
.TagClassName
{
border-color: #EC1E4C;
}
</style>