Shades of Amaranth #EC4055
Tints of Amaranth #EC4055
RGB
CMYK
RGB Variations
Color information
#EC4055 (or 0xEC4055) is known color: Amaranth. HEX triplet: EC, 40 and 55. RGB value is (236,64,85). Sum of RGB (Red+Green+Blue) = 236+64+85=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4055 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4055 is #13BFAA. Grayscale: #757575. Windows color (decimal): -1294251 or 5587180. OLE color: 5587180.
HSL color Cylindrical-coordinate representation of color #EC4055: hue angle of 352.67º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC4055 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 85 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.07 |
| HSL | 352.67º | 0.82% | 0.59% | - |
| HSV(B) | 352.67º | 0.73% | 0.93% | - |
| XYZ | 38.07 | 22.16 | 10.86 | - |
| YUV | 117.82 | 109.48 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 85 | 0 | 0.73 | 0.64 | 0.07 | 352.67 | 0.82 | 0.59 |
| Hex | EC | 40 | 55 | 0 | 49 | 40 | 7 | 161 | 52 | 3B |
| Octal | 354 | 100 | 125 | 0 | 111 | 100 | 7 | 541 | 122 | 73 |
| Binary | 11101100 | 1000000 | 1010101 | 0 | 1001001 | 1000000 | 111 | 101100001 | 1010010 | 111011 |
Color Harmonies of #EC4055
Complementary color
Monochromatic Colors of #EC4055
Black with #EC4055
Text Example
Text Example
White with #EC4055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4055; }
p { color: rgb(236,64,85); }
H1.HeaderClassName
{
color: #EC4055;
}
.AnyTagClassName
{
color: #EC4055;
}
</style>
background-color css
<style>
a { background-color: #EC4055; }
a { background-color: rgb(236,64,85); }
div.DivClassName
{
background-color: #EC4055;
}
.BgClassName
{
background-color: #EC4055;
}
</style>
border-color css
<style>
span { border-color: #EC4055; }
span { border-color: rgb(236,64,85); }
td.TdClassName
{
border-color: #EC4055;
}
.TagClassName
{
border-color: #EC4055;
}
</style>