Shades of Amaranth #EC2052
Tints of Amaranth #EC2052
RGB
CMYK
RGB Variations
Color information
#EC2052 (or 0xEC2052) is known color: Amaranth. HEX triplet: EC, 20 and 52. RGB value is (236,32,82). Sum of RGB (Red+Green+Blue) = 236+32+82=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2052 is #13DFAD. Grayscale: #626262. Windows color (decimal): -1302446 or 5382380. OLE color: 5382380.
HSL color Cylindrical-coordinate representation of color #EC2052: hue angle of 345.29º 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 #EC2052 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 82 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.07 |
| HSL | 345.29º | 0.84% | 0.53% | - |
| HSV(B) | 345.29º | 0.86% | 0.93% | - |
| XYZ | 36.63 | 19.48 | 9.81 | - |
| YUV | 98.7 | 118.59 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 82 | 0 | 0.86 | 0.65 | 0.07 | 345.29 | 0.84 | 0.53 |
| Hex | EC | 20 | 52 | 0 | 56 | 41 | 7 | 159 | 54 | 35 |
| Octal | 354 | 40 | 122 | 0 | 126 | 101 | 7 | 531 | 124 | 65 |
| Binary | 11101100 | 100000 | 1010010 | 0 | 1010110 | 1000001 | 111 | 101011001 | 1010100 | 110101 |
Color Harmonies of #EC2052
Complementary color
Monochromatic Colors of #EC2052
Black with #EC2052
Text Example
Text Example
White with #EC2052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2052; }
p { color: rgb(236,32,82); }
H1.HeaderClassName
{
color: #EC2052;
}
.AnyTagClassName
{
color: #EC2052;
}
</style>
background-color css
<style>
a { background-color: #EC2052; }
a { background-color: rgb(236,32,82); }
div.DivClassName
{
background-color: #EC2052;
}
.BgClassName
{
background-color: #EC2052;
}
</style>
border-color css
<style>
span { border-color: #EC2052; }
span { border-color: rgb(236,32,82); }
td.TdClassName
{
border-color: #EC2052;
}
.TagClassName
{
border-color: #EC2052;
}
</style>