Shades of Amaranth #EC4153
Tints of Amaranth #EC4153
RGB
CMYK
RGB Variations
Color information
#EC4153 (or 0xEC4153) is known color: Amaranth. HEX triplet: EC, 41 and 53. RGB value is (236,65,83). Sum of RGB (Red+Green+Blue) = 236+65+83=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4153 is #13BEAC. Grayscale: #767676. Windows color (decimal): -1293997 or 5456364. OLE color: 5456364.
HSL color Cylindrical-coordinate representation of color #EC4153: hue angle of 353.68º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4153 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 83 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.07 |
| HSL | 353.68º | 0.82% | 0.59% | - |
| HSV(B) | 353.68º | 0.72% | 0.93% | - |
| XYZ | 38.04 | 22.24 | 10.47 | - |
| YUV | 118.18 | 108.15 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 83 | 0 | 0.72 | 0.65 | 0.07 | 353.68 | 0.82 | 0.59 |
| Hex | EC | 41 | 53 | 0 | 48 | 41 | 7 | 162 | 52 | 3B |
| Octal | 354 | 101 | 123 | 0 | 110 | 101 | 7 | 542 | 122 | 73 |
| Binary | 11101100 | 1000001 | 1010011 | 0 | 1001000 | 1000001 | 111 | 101100010 | 1010010 | 111011 |
Color Harmonies of #EC4153
Complementary color
Monochromatic Colors of #EC4153
Black with #EC4153
Text Example
Text Example
White with #EC4153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4153; }
p { color: rgb(236,65,83); }
H1.HeaderClassName
{
color: #EC4153;
}
.AnyTagClassName
{
color: #EC4153;
}
</style>
background-color css
<style>
a { background-color: #EC4153; }
a { background-color: rgb(236,65,83); }
div.DivClassName
{
background-color: #EC4153;
}
.BgClassName
{
background-color: #EC4153;
}
</style>
border-color css
<style>
span { border-color: #EC4153; }
span { border-color: rgb(236,65,83); }
td.TdClassName
{
border-color: #EC4153;
}
.TagClassName
{
border-color: #EC4153;
}
</style>