Shades of Amaranth #EC2957
Tints of Amaranth #EC2957
RGB
CMYK
RGB Variations
Color information
#EC2957 (or 0xEC2957) is known color: Amaranth. HEX triplet: EC, 29 and 57. RGB value is (236,41,87). Sum of RGB (Red+Green+Blue) = 236+41+87=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2957 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2957 is #13D6A8. Grayscale: #686868. Windows color (decimal): -1300137 or 5712364. OLE color: 5712364.
HSL color Cylindrical-coordinate representation of color #EC2957: hue angle of 345.85º 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 #EC2957 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 87 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.07 |
| HSL | 345.85º | 0.84% | 0.54% | - |
| HSV(B) | 345.85º | 0.83% | 0.93% | - |
| XYZ | 37.11 | 20.11 | 10.94 | - |
| YUV | 104.55 | 118.1 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 87 | 0 | 0.83 | 0.63 | 0.07 | 345.85 | 0.84 | 0.54 |
| Hex | EC | 29 | 57 | 0 | 53 | 3F | 7 | 15A | 54 | 36 |
| Octal | 354 | 51 | 127 | 0 | 123 | 77 | 7 | 532 | 124 | 66 |
| Binary | 11101100 | 101001 | 1010111 | 0 | 1010011 | 111111 | 111 | 101011010 | 1010100 | 110110 |
Color Harmonies of #EC2957
Complementary color
Monochromatic Colors of #EC2957
Black with #EC2957
Text Example
Text Example
White with #EC2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2957; }
p { color: rgb(236,41,87); }
H1.HeaderClassName
{
color: #EC2957;
}
.AnyTagClassName
{
color: #EC2957;
}
</style>
background-color css
<style>
a { background-color: #EC2957; }
a { background-color: rgb(236,41,87); }
div.DivClassName
{
background-color: #EC2957;
}
.BgClassName
{
background-color: #EC2957;
}
</style>
border-color css
<style>
span { border-color: #EC2957; }
span { border-color: rgb(236,41,87); }
td.TdClassName
{
border-color: #EC2957;
}
.TagClassName
{
border-color: #EC2957;
}
</style>