Shades of Amaranth #EC225E
Tints of Amaranth #EC225E
RGB
CMYK
RGB Variations
Color information
#EC225E (or 0xEC225E) is known color: Amaranth. HEX triplet: EC, 22 and 5E. RGB value is (236,34,94). Sum of RGB (Red+Green+Blue) = 236+34+94=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC225E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC225E is #13DDA1. Grayscale: #656565. Windows color (decimal): -1301922 or 6169324. OLE color: 6169324.
HSL color Cylindrical-coordinate representation of color #EC225E: hue angle of 342.18º 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 #EC225E is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 94 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.07 |
| HSL | 342.18º | 0.84% | 0.53% | - |
| HSV(B) | 342.18º | 0.86% | 0.93% | - |
| XYZ | 37.18 | 19.79 | 12.45 | - |
| YUV | 101.24 | 123.92 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 94 | 0 | 0.86 | 0.60 | 0.07 | 342.18 | 0.84 | 0.53 |
| Hex | EC | 22 | 5E | 0 | 56 | 3C | 7 | 156 | 54 | 35 |
| Octal | 354 | 42 | 136 | 0 | 126 | 74 | 7 | 526 | 124 | 65 |
| Binary | 11101100 | 100010 | 1011110 | 0 | 1010110 | 111100 | 111 | 101010110 | 1010100 | 110101 |
Color Harmonies of #EC225E
Complementary color
Monochromatic Colors of #EC225E
Black with #EC225E
Text Example
Text Example
White with #EC225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC225E; }
p { color: rgb(236,34,94); }
H1.HeaderClassName
{
color: #EC225E;
}
.AnyTagClassName
{
color: #EC225E;
}
</style>
background-color css
<style>
a { background-color: #EC225E; }
a { background-color: rgb(236,34,94); }
div.DivClassName
{
background-color: #EC225E;
}
.BgClassName
{
background-color: #EC225E;
}
</style>
border-color css
<style>
span { border-color: #EC225E; }
span { border-color: rgb(236,34,94); }
td.TdClassName
{
border-color: #EC225E;
}
.TagClassName
{
border-color: #EC225E;
}
</style>