Shades of Amaranth #EC2053
Tints of Amaranth #EC2053
RGB
CMYK
RGB Variations
Color information
#EC2053 (or 0xEC2053) is known color: Amaranth. HEX triplet: EC, 20 and 53. RGB value is (236,32,83). Sum of RGB (Red+Green+Blue) = 236+32+83=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2053 is #13DFAC. Grayscale: #626262. Windows color (decimal): -1302445 or 5447916. OLE color: 5447916.
HSL color Cylindrical-coordinate representation of color #EC2053: hue angle of 345º 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 #EC2053 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 83 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.07 |
| HSL | 345º | 0.84% | 0.53% | - |
| HSV(B) | 345º | 0.86% | 0.93% | - |
| XYZ | 36.67 | 19.49 | 10.01 | - |
| YUV | 98.81 | 119.09 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 83 | 0 | 0.86 | 0.65 | 0.07 | 345 | 0.84 | 0.53 |
| Hex | EC | 20 | 53 | 0 | 56 | 41 | 7 | 159 | 54 | 35 |
| Octal | 354 | 40 | 123 | 0 | 126 | 101 | 7 | 531 | 124 | 65 |
| Binary | 11101100 | 100000 | 1010011 | 0 | 1010110 | 1000001 | 111 | 101011001 | 1010100 | 110101 |
Color Harmonies of #EC2053
Complementary color
Monochromatic Colors of #EC2053
Black with #EC2053
Text Example
Text Example
White with #EC2053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2053; }
p { color: rgb(236,32,83); }
H1.HeaderClassName
{
color: #EC2053;
}
.AnyTagClassName
{
color: #EC2053;
}
</style>
background-color css
<style>
a { background-color: #EC2053; }
a { background-color: rgb(236,32,83); }
div.DivClassName
{
background-color: #EC2053;
}
.BgClassName
{
background-color: #EC2053;
}
</style>
border-color css
<style>
span { border-color: #EC2053; }
span { border-color: rgb(236,32,83); }
td.TdClassName
{
border-color: #EC2053;
}
.TagClassName
{
border-color: #EC2053;
}
</style>