Shades of Amaranth #EC3555
Tints of Amaranth #EC3555
RGB
CMYK
RGB Variations
Color information
#EC3555 (or 0xEC3555) is known color: Amaranth. HEX triplet: EC, 35 and 55. RGB value is (236,53,85). Sum of RGB (Red+Green+Blue) = 236+53+85=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3555 is #13CAAA. Grayscale: #6F6F6F. Windows color (decimal): -1297067 or 5584364. OLE color: 5584364.
HSL color Cylindrical-coordinate representation of color #EC3555: hue angle of 349.51º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3555 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 85 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.07 |
| HSL | 349.51º | 0.83% | 0.57% | - |
| HSV(B) | 349.51º | 0.78% | 0.93% | - |
| XYZ | 37.5 | 21.03 | 10.68 | - |
| YUV | 111.37 | 113.13 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 85 | 0 | 0.78 | 0.64 | 0.07 | 349.51 | 0.83 | 0.57 |
| Hex | EC | 35 | 55 | 0 | 4E | 40 | 7 | 15E | 53 | 39 |
| Octal | 354 | 65 | 125 | 0 | 116 | 100 | 7 | 536 | 123 | 71 |
| Binary | 11101100 | 110101 | 1010101 | 0 | 1001110 | 1000000 | 111 | 101011110 | 1010011 | 111001 |
Color Harmonies of #EC3555
Complementary color
Monochromatic Colors of #EC3555
Black with #EC3555
Text Example
Text Example
White with #EC3555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3555; }
p { color: rgb(236,53,85); }
H1.HeaderClassName
{
color: #EC3555;
}
.AnyTagClassName
{
color: #EC3555;
}
</style>
background-color css
<style>
a { background-color: #EC3555; }
a { background-color: rgb(236,53,85); }
div.DivClassName
{
background-color: #EC3555;
}
.BgClassName
{
background-color: #EC3555;
}
</style>
border-color css
<style>
span { border-color: #EC3555; }
span { border-color: rgb(236,53,85); }
td.TdClassName
{
border-color: #EC3555;
}
.TagClassName
{
border-color: #EC3555;
}
</style>