Shades of Amaranth #EC2251
Tints of Amaranth #EC2251
RGB
CMYK
RGB Variations
Color information
#EC2251 (or 0xEC2251) is known color: Amaranth. HEX triplet: EC, 22 and 51. RGB value is (236,34,81). Sum of RGB (Red+Green+Blue) = 236+34+81=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2251 is #13DDAE. Grayscale: #636363. Windows color (decimal): -1301935 or 5317356. OLE color: 5317356.
HSL color Cylindrical-coordinate representation of color #EC2251: hue angle of 346.04º 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 #EC2251 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 81 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.07 |
| HSL | 346.04º | 0.84% | 0.53% | - |
| HSV(B) | 346.04º | 0.86% | 0.93% | - |
| XYZ | 36.65 | 19.57 | 9.63 | - |
| YUV | 99.76 | 117.42 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 81 | 0 | 0.86 | 0.66 | 0.07 | 346.04 | 0.84 | 0.53 |
| Hex | EC | 22 | 51 | 0 | 56 | 42 | 7 | 15A | 54 | 35 |
| Octal | 354 | 42 | 121 | 0 | 126 | 102 | 7 | 532 | 124 | 65 |
| Binary | 11101100 | 100010 | 1010001 | 0 | 1010110 | 1000010 | 111 | 101011010 | 1010100 | 110101 |
Color Harmonies of #EC2251
Complementary color
Monochromatic Colors of #EC2251
Black with #EC2251
Text Example
Text Example
White with #EC2251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2251; }
p { color: rgb(236,34,81); }
H1.HeaderClassName
{
color: #EC2251;
}
.AnyTagClassName
{
color: #EC2251;
}
</style>
background-color css
<style>
a { background-color: #EC2251; }
a { background-color: rgb(236,34,81); }
div.DivClassName
{
background-color: #EC2251;
}
.BgClassName
{
background-color: #EC2251;
}
</style>
border-color css
<style>
span { border-color: #EC2251; }
span { border-color: rgb(236,34,81); }
td.TdClassName
{
border-color: #EC2251;
}
.TagClassName
{
border-color: #EC2251;
}
</style>