Shades of Amaranth #EC234C
Tints of Amaranth #EC234C
RGB
CMYK
RGB Variations
Color information
#EC234C (or 0xEC234C) is known color: Amaranth. HEX triplet: EC, 23 and 4C. RGB value is (236,35,76). Sum of RGB (Red+Green+Blue) = 236+35+76=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC234C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC234C is #13DCB3. Grayscale: #636363. Windows color (decimal): -1301684 or 4989932. OLE color: 4989932.
HSL color Cylindrical-coordinate representation of color #EC234C: hue angle of 347.76º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC234C is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 76 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.07 |
| HSL | 347.76º | 0.84% | 0.53% | - |
| HSV(B) | 347.76º | 0.85% | 0.93% | - |
| XYZ | 36.5 | 19.56 | 8.69 | - |
| YUV | 99.77 | 114.59 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 76 | 0 | 0.85 | 0.68 | 0.07 | 347.76 | 0.84 | 0.53 |
| Hex | EC | 23 | 4C | 0 | 55 | 44 | 7 | 15C | 54 | 35 |
| Octal | 354 | 43 | 114 | 0 | 125 | 104 | 7 | 534 | 124 | 65 |
| Binary | 11101100 | 100011 | 1001100 | 0 | 1010101 | 1000100 | 111 | 101011100 | 1010100 | 110101 |
Color Harmonies of #EC234C
Complementary color
Monochromatic Colors of #EC234C
Black with #EC234C
Text Example
Text Example
White with #EC234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC234C; }
p { color: rgb(236,35,76); }
H1.HeaderClassName
{
color: #EC234C;
}
.AnyTagClassName
{
color: #EC234C;
}
</style>
background-color css
<style>
a { background-color: #EC234C; }
a { background-color: rgb(236,35,76); }
div.DivClassName
{
background-color: #EC234C;
}
.BgClassName
{
background-color: #EC234C;
}
</style>
border-color css
<style>
span { border-color: #EC234C; }
span { border-color: rgb(236,35,76); }
td.TdClassName
{
border-color: #EC234C;
}
.TagClassName
{
border-color: #EC234C;
}
</style>