Shades of Amaranth #EC4154
Tints of Amaranth #EC4154
RGB
CMYK
RGB Variations
Color information
#EC4154 (or 0xEC4154) is known color: Amaranth. HEX triplet: EC, 41 and 54. RGB value is (236,65,84). Sum of RGB (Red+Green+Blue) = 236+65+84=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4154 is #13BEAB. Grayscale: #767676. Windows color (decimal): -1293996 or 5521900. OLE color: 5521900.
HSL color Cylindrical-coordinate representation of color #EC4154: hue angle of 353.33º 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 #EC4154 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 84 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.07 |
| HSL | 353.33º | 0.82% | 0.59% | - |
| HSV(B) | 353.33º | 0.72% | 0.93% | - |
| XYZ | 38.08 | 22.25 | 10.68 | - |
| YUV | 118.3 | 108.65 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 84 | 0 | 0.72 | 0.64 | 0.07 | 353.33 | 0.82 | 0.59 |
| Hex | EC | 41 | 54 | 0 | 48 | 40 | 7 | 161 | 52 | 3B |
| Octal | 354 | 101 | 124 | 0 | 110 | 100 | 7 | 541 | 122 | 73 |
| Binary | 11101100 | 1000001 | 1010100 | 0 | 1001000 | 1000000 | 111 | 101100001 | 1010010 | 111011 |
Color Harmonies of #EC4154
Complementary color
Monochromatic Colors of #EC4154
Black with #EC4154
Text Example
Text Example
White with #EC4154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4154; }
p { color: rgb(236,65,84); }
H1.HeaderClassName
{
color: #EC4154;
}
.AnyTagClassName
{
color: #EC4154;
}
</style>
background-color css
<style>
a { background-color: #EC4154; }
a { background-color: rgb(236,65,84); }
div.DivClassName
{
background-color: #EC4154;
}
.BgClassName
{
background-color: #EC4154;
}
</style>
border-color css
<style>
span { border-color: #EC4154; }
span { border-color: rgb(236,65,84); }
td.TdClassName
{
border-color: #EC4154;
}
.TagClassName
{
border-color: #EC4154;
}
</style>