Shades of Amaranth #EC215B
Tints of Amaranth #EC215B
RGB
CMYK
RGB Variations
Color information
#EC215B (or 0xEC215B) is known color: Amaranth. HEX triplet: EC, 21 and 5B. RGB value is (236,33,91). Sum of RGB (Red+Green+Blue) = 236+33+91=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC215B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC215B is #13DEA4. Grayscale: #646464. Windows color (decimal): -1302181 or 5972460. OLE color: 5972460.
HSL color Cylindrical-coordinate representation of color #EC215B: hue angle of 342.86º 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 #EC215B is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 91 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.07 |
| HSL | 342.86º | 0.84% | 0.53% | - |
| HSV(B) | 342.86º | 0.86% | 0.93% | - |
| XYZ | 37.02 | 19.68 | 11.74 | - |
| YUV | 100.31 | 122.75 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 91 | 0 | 0.86 | 0.61 | 0.07 | 342.86 | 0.84 | 0.53 |
| Hex | EC | 21 | 5B | 0 | 56 | 3D | 7 | 157 | 54 | 35 |
| Octal | 354 | 41 | 133 | 0 | 126 | 75 | 7 | 527 | 124 | 65 |
| Binary | 11101100 | 100001 | 1011011 | 0 | 1010110 | 111101 | 111 | 101010111 | 1010100 | 110101 |
Color Harmonies of #EC215B
Complementary color
Monochromatic Colors of #EC215B
Black with #EC215B
Text Example
Text Example
White with #EC215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC215B; }
p { color: rgb(236,33,91); }
H1.HeaderClassName
{
color: #EC215B;
}
.AnyTagClassName
{
color: #EC215B;
}
</style>
background-color css
<style>
a { background-color: #EC215B; }
a { background-color: rgb(236,33,91); }
div.DivClassName
{
background-color: #EC215B;
}
.BgClassName
{
background-color: #EC215B;
}
</style>
border-color css
<style>
span { border-color: #EC215B; }
span { border-color: rgb(236,33,91); }
td.TdClassName
{
border-color: #EC215B;
}
.TagClassName
{
border-color: #EC215B;
}
</style>