Shades of Amaranth #EC3C55
Tints of Amaranth #EC3C55
RGB
CMYK
RGB Variations
Color information
#EC3C55 (or 0xEC3C55) is known color: Amaranth. HEX triplet: EC, 3C and 55. RGB value is (236,60,85). Sum of RGB (Red+Green+Blue) = 236+60+85=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3C55 is #13C3AA. Grayscale: #737373. Windows color (decimal): -1295275 or 5586156. OLE color: 5586156.
HSL color Cylindrical-coordinate representation of color #EC3C55: hue angle of 351.48º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3C55 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 85 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.07 |
| HSL | 351.48º | 0.82% | 0.58% | - |
| HSV(B) | 351.48º | 0.75% | 0.93% | - |
| XYZ | 37.85 | 21.72 | 10.79 | - |
| YUV | 115.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 85 | 0 | 0.75 | 0.64 | 0.07 | 351.48 | 0.82 | 0.58 |
| Hex | EC | 3C | 55 | 0 | 4B | 40 | 7 | 15F | 52 | 3A |
| Octal | 354 | 74 | 125 | 0 | 113 | 100 | 7 | 537 | 122 | 72 |
| Binary | 11101100 | 111100 | 1010101 | 0 | 1001011 | 1000000 | 111 | 101011111 | 1010010 | 111010 |
Color Harmonies of #EC3C55
Complementary color
Monochromatic Colors of #EC3C55
Black with #EC3C55
Text Example
Text Example
White with #EC3C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C55; }
p { color: rgb(236,60,85); }
H1.HeaderClassName
{
color: #EC3C55;
}
.AnyTagClassName
{
color: #EC3C55;
}
</style>
background-color css
<style>
a { background-color: #EC3C55; }
a { background-color: rgb(236,60,85); }
div.DivClassName
{
background-color: #EC3C55;
}
.BgClassName
{
background-color: #EC3C55;
}
</style>
border-color css
<style>
span { border-color: #EC3C55; }
span { border-color: rgb(236,60,85); }
td.TdClassName
{
border-color: #EC3C55;
}
.TagClassName
{
border-color: #EC3C55;
}
</style>