Shades of Amaranth #EC3655
Tints of Amaranth #EC3655
RGB
CMYK
RGB Variations
Color information
#EC3655 (or 0xEC3655) is known color: Amaranth. HEX triplet: EC, 36 and 55. RGB value is (236,54,85). Sum of RGB (Red+Green+Blue) = 236+54+85=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3655 is #13C9AA. Grayscale: #707070. Windows color (decimal): -1296811 or 5584620. OLE color: 5584620.
HSL color Cylindrical-coordinate representation of color #EC3655: hue angle of 349.78º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3655 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 85 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.07 |
| HSL | 349.78º | 0.83% | 0.57% | - |
| HSV(B) | 349.78º | 0.77% | 0.93% | - |
| XYZ | 37.55 | 21.13 | 10.69 | - |
| YUV | 111.95 | 112.8 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 85 | 0 | 0.77 | 0.64 | 0.07 | 349.78 | 0.83 | 0.57 |
| Hex | EC | 36 | 55 | 0 | 4D | 40 | 7 | 15E | 53 | 39 |
| Octal | 354 | 66 | 125 | 0 | 115 | 100 | 7 | 536 | 123 | 71 |
| Binary | 11101100 | 110110 | 1010101 | 0 | 1001101 | 1000000 | 111 | 101011110 | 1010011 | 111001 |
Color Harmonies of #EC3655
Complementary color
Monochromatic Colors of #EC3655
Black with #EC3655
Text Example
Text Example
White with #EC3655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3655; }
p { color: rgb(236,54,85); }
H1.HeaderClassName
{
color: #EC3655;
}
.AnyTagClassName
{
color: #EC3655;
}
</style>
background-color css
<style>
a { background-color: #EC3655; }
a { background-color: rgb(236,54,85); }
div.DivClassName
{
background-color: #EC3655;
}
.BgClassName
{
background-color: #EC3655;
}
</style>
border-color css
<style>
span { border-color: #EC3655; }
span { border-color: rgb(236,54,85); }
td.TdClassName
{
border-color: #EC3655;
}
.TagClassName
{
border-color: #EC3655;
}
</style>