Shades of Amaranth #EC2055
Tints of Amaranth #EC2055
RGB
CMYK
RGB Variations
Color information
#EC2055 (or 0xEC2055) is known color: Amaranth. HEX triplet: EC, 20 and 55. RGB value is (236,32,85). Sum of RGB (Red+Green+Blue) = 236+32+85=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2055 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2055 is #13DFAA. Grayscale: #636363. Windows color (decimal): -1302443 or 5578988. OLE color: 5578988.
HSL color Cylindrical-coordinate representation of color #EC2055: hue angle of 344.41º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2055 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 85 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.07 |
| HSL | 344.41º | 0.84% | 0.53% | - |
| HSV(B) | 344.41º | 0.86% | 0.93% | - |
| XYZ | 36.75 | 19.52 | 10.43 | - |
| YUV | 99.04 | 120.09 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 85 | 0 | 0.86 | 0.64 | 0.07 | 344.41 | 0.84 | 0.53 |
| Hex | EC | 20 | 55 | 0 | 56 | 40 | 7 | 158 | 54 | 35 |
| Octal | 354 | 40 | 125 | 0 | 126 | 100 | 7 | 530 | 124 | 65 |
| Binary | 11101100 | 100000 | 1010101 | 0 | 1010110 | 1000000 | 111 | 101011000 | 1010100 | 110101 |
Color Harmonies of #EC2055
Complementary color
Monochromatic Colors of #EC2055
Black with #EC2055
Text Example
Text Example
White with #EC2055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2055; }
p { color: rgb(236,32,85); }
H1.HeaderClassName
{
color: #EC2055;
}
.AnyTagClassName
{
color: #EC2055;
}
</style>
background-color css
<style>
a { background-color: #EC2055; }
a { background-color: rgb(236,32,85); }
div.DivClassName
{
background-color: #EC2055;
}
.BgClassName
{
background-color: #EC2055;
}
</style>
border-color css
<style>
span { border-color: #EC2055; }
span { border-color: rgb(236,32,85); }
td.TdClassName
{
border-color: #EC2055;
}
.TagClassName
{
border-color: #EC2055;
}
</style>