Shades of Amaranth #EC2751
Tints of Amaranth #EC2751
RGB
CMYK
RGB Variations
Color information
#EC2751 (or 0xEC2751) is known color: Amaranth. HEX triplet: EC, 27 and 51. RGB value is (236,39,81). Sum of RGB (Red+Green+Blue) = 236+39+81=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2751 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2751 is #13D8AE. Grayscale: #666666. Windows color (decimal): -1300655 or 5318636. OLE color: 5318636.
HSL color Cylindrical-coordinate representation of color #EC2751: hue angle of 347.21º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2751 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 81 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.07 |
| HSL | 347.21º | 0.84% | 0.54% | - |
| HSV(B) | 347.21º | 0.83% | 0.93% | - |
| XYZ | 36.8 | 19.88 | 9.68 | - |
| YUV | 102.69 | 115.77 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 81 | 0 | 0.83 | 0.66 | 0.07 | 347.21 | 0.84 | 0.54 |
| Hex | EC | 27 | 51 | 0 | 53 | 42 | 7 | 15B | 54 | 36 |
| Octal | 354 | 47 | 121 | 0 | 123 | 102 | 7 | 533 | 124 | 66 |
| Binary | 11101100 | 100111 | 1010001 | 0 | 1010011 | 1000010 | 111 | 101011011 | 1010100 | 110110 |
Color Harmonies of #EC2751
Complementary color
Monochromatic Colors of #EC2751
Black with #EC2751
Text Example
Text Example
White with #EC2751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2751; }
p { color: rgb(236,39,81); }
H1.HeaderClassName
{
color: #EC2751;
}
.AnyTagClassName
{
color: #EC2751;
}
</style>
background-color css
<style>
a { background-color: #EC2751; }
a { background-color: rgb(236,39,81); }
div.DivClassName
{
background-color: #EC2751;
}
.BgClassName
{
background-color: #EC2751;
}
</style>
border-color css
<style>
span { border-color: #EC2751; }
span { border-color: rgb(236,39,81); }
td.TdClassName
{
border-color: #EC2751;
}
.TagClassName
{
border-color: #EC2751;
}
</style>