Shades of Amaranth #EC215D
Tints of Amaranth #EC215D
RGB
CMYK
RGB Variations
Color information
#EC215D (or 0xEC215D) is known color: Amaranth. HEX triplet: EC, 21 and 5D. RGB value is (236,33,93). Sum of RGB (Red+Green+Blue) = 236+33+93=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC215D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC215D is #13DEA2. Grayscale: #646464. Windows color (decimal): -1302179 or 6103532. OLE color: 6103532.
HSL color Cylindrical-coordinate representation of color #EC215D: hue angle of 342.27º 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 #EC215D is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 93 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.07 |
| HSL | 342.27º | 0.84% | 0.53% | - |
| HSV(B) | 342.27º | 0.86% | 0.93% | - |
| XYZ | 37.11 | 19.71 | 12.2 | - |
| YUV | 100.54 | 123.75 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 93 | 0 | 0.86 | 0.61 | 0.07 | 342.27 | 0.84 | 0.53 |
| Hex | EC | 21 | 5D | 0 | 56 | 3D | 7 | 156 | 54 | 35 |
| Octal | 354 | 41 | 135 | 0 | 126 | 75 | 7 | 526 | 124 | 65 |
| Binary | 11101100 | 100001 | 1011101 | 0 | 1010110 | 111101 | 111 | 101010110 | 1010100 | 110101 |
Color Harmonies of #EC215D
Complementary color
Monochromatic Colors of #EC215D
Black with #EC215D
Text Example
Text Example
White with #EC215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC215D; }
p { color: rgb(236,33,93); }
H1.HeaderClassName
{
color: #EC215D;
}
.AnyTagClassName
{
color: #EC215D;
}
</style>
background-color css
<style>
a { background-color: #EC215D; }
a { background-color: rgb(236,33,93); }
div.DivClassName
{
background-color: #EC215D;
}
.BgClassName
{
background-color: #EC215D;
}
</style>
border-color css
<style>
span { border-color: #EC215D; }
span { border-color: rgb(236,33,93); }
td.TdClassName
{
border-color: #EC215D;
}
.TagClassName
{
border-color: #EC215D;
}
</style>