Shades of Amaranth #EC2651
Tints of Amaranth #EC2651
RGB
CMYK
RGB Variations
Color information
#EC2651 (or 0xEC2651) is known color: Amaranth. HEX triplet: EC, 26 and 51. RGB value is (236,38,81). Sum of RGB (Red+Green+Blue) = 236+38+81=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2651 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2651 is #13D9AE. Grayscale: #666666. Windows color (decimal): -1300911 or 5318380. OLE color: 5318380.
HSL color Cylindrical-coordinate representation of color #EC2651: hue angle of 346.97º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2651 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 81 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.07 |
| HSL | 346.97º | 0.84% | 0.54% | - |
| HSV(B) | 346.97º | 0.84% | 0.93% | - |
| XYZ | 36.77 | 19.81 | 9.67 | - |
| YUV | 102.1 | 116.1 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 81 | 0 | 0.84 | 0.66 | 0.07 | 346.97 | 0.84 | 0.54 |
| Hex | EC | 26 | 51 | 0 | 54 | 42 | 7 | 15B | 54 | 36 |
| Octal | 354 | 46 | 121 | 0 | 124 | 102 | 7 | 533 | 124 | 66 |
| Binary | 11101100 | 100110 | 1010001 | 0 | 1010100 | 1000010 | 111 | 101011011 | 1010100 | 110110 |
Color Harmonies of #EC2651
Complementary color
Monochromatic Colors of #EC2651
Black with #EC2651
Text Example
Text Example
White with #EC2651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2651; }
p { color: rgb(236,38,81); }
H1.HeaderClassName
{
color: #EC2651;
}
.AnyTagClassName
{
color: #EC2651;
}
</style>
background-color css
<style>
a { background-color: #EC2651; }
a { background-color: rgb(236,38,81); }
div.DivClassName
{
background-color: #EC2651;
}
.BgClassName
{
background-color: #EC2651;
}
</style>
border-color css
<style>
span { border-color: #EC2651; }
span { border-color: rgb(236,38,81); }
td.TdClassName
{
border-color: #EC2651;
}
.TagClassName
{
border-color: #EC2651;
}
</style>