Shades of Amaranth #EC215E
Tints of Amaranth #EC215E
RGB
CMYK
RGB Variations
Color information
#EC215E (or 0xEC215E) is known color: Amaranth. HEX triplet: EC, 21 and 5E. RGB value is (236,33,94). Sum of RGB (Red+Green+Blue) = 236+33+94=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC215E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC215E is #13DEA1. Grayscale: #646464. Windows color (decimal): -1302178 or 6169068. OLE color: 6169068.
HSL color Cylindrical-coordinate representation of color #EC215E: hue angle of 341.97º 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 #EC215E is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 94 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.07 |
| HSL | 341.97º | 0.84% | 0.53% | - |
| HSV(B) | 341.97º | 0.86% | 0.93% | - |
| XYZ | 37.16 | 19.73 | 12.44 | - |
| YUV | 100.65 | 124.25 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 94 | 0 | 0.86 | 0.60 | 0.07 | 341.97 | 0.84 | 0.53 |
| Hex | EC | 21 | 5E | 0 | 56 | 3C | 7 | 156 | 54 | 35 |
| Octal | 354 | 41 | 136 | 0 | 126 | 74 | 7 | 526 | 124 | 65 |
| Binary | 11101100 | 100001 | 1011110 | 0 | 1010110 | 111100 | 111 | 101010110 | 1010100 | 110101 |
Color Harmonies of #EC215E
Complementary color
Monochromatic Colors of #EC215E
Black with #EC215E
Text Example
Text Example
White with #EC215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC215E; }
p { color: rgb(236,33,94); }
H1.HeaderClassName
{
color: #EC215E;
}
.AnyTagClassName
{
color: #EC215E;
}
</style>
background-color css
<style>
a { background-color: #EC215E; }
a { background-color: rgb(236,33,94); }
div.DivClassName
{
background-color: #EC215E;
}
.BgClassName
{
background-color: #EC215E;
}
</style>
border-color css
<style>
span { border-color: #EC215E; }
span { border-color: rgb(236,33,94); }
td.TdClassName
{
border-color: #EC215E;
}
.TagClassName
{
border-color: #EC215E;
}
</style>