Shades of Amaranth #EC204E
Tints of Amaranth #EC204E
RGB
CMYK
RGB Variations
Color information
#EC204E (or 0xEC204E) is known color: Amaranth. HEX triplet: EC, 20 and 4E. RGB value is (236,32,78). Sum of RGB (Red+Green+Blue) = 236+32+78=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC204E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC204E is #13DFB1. Grayscale: #626262. Windows color (decimal): -1302450 or 5120236. OLE color: 5120236.
HSL color Cylindrical-coordinate representation of color #EC204E: hue angle of 346.47º 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 #EC204E is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 78 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.07 |
| HSL | 346.47º | 0.84% | 0.53% | - |
| HSV(B) | 346.47º | 0.86% | 0.93% | - |
| XYZ | 36.48 | 19.42 | 9.03 | - |
| YUV | 98.24 | 116.59 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 78 | 0 | 0.86 | 0.67 | 0.07 | 346.47 | 0.84 | 0.53 |
| Hex | EC | 20 | 4E | 0 | 56 | 43 | 7 | 15A | 54 | 35 |
| Octal | 354 | 40 | 116 | 0 | 126 | 103 | 7 | 532 | 124 | 65 |
| Binary | 11101100 | 100000 | 1001110 | 0 | 1010110 | 1000011 | 111 | 101011010 | 1010100 | 110101 |
Color Harmonies of #EC204E
Complementary color
Monochromatic Colors of #EC204E
Black with #EC204E
Text Example
Text Example
White with #EC204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC204E; }
p { color: rgb(236,32,78); }
H1.HeaderClassName
{
color: #EC204E;
}
.AnyTagClassName
{
color: #EC204E;
}
</style>
background-color css
<style>
a { background-color: #EC204E; }
a { background-color: rgb(236,32,78); }
div.DivClassName
{
background-color: #EC204E;
}
.BgClassName
{
background-color: #EC204E;
}
</style>
border-color css
<style>
span { border-color: #EC204E; }
span { border-color: rgb(236,32,78); }
td.TdClassName
{
border-color: #EC204E;
}
.TagClassName
{
border-color: #EC204E;
}
</style>