Shades of Amaranth #EC2857
Tints of Amaranth #EC2857
RGB
CMYK
RGB Variations
Color information
#EC2857 (or 0xEC2857) is known color: Amaranth. HEX triplet: EC, 28 and 57. RGB value is (236,40,87). Sum of RGB (Red+Green+Blue) = 236+40+87=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2857 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2857 is #13D7A8. Grayscale: #676767. Windows color (decimal): -1300393 or 5712108. OLE color: 5712108.
HSL color Cylindrical-coordinate representation of color #EC2857: hue angle of 345.61º 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 #EC2857 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 87 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.07 |
| HSL | 345.61º | 0.84% | 0.54% | - |
| HSV(B) | 345.61º | 0.83% | 0.93% | - |
| XYZ | 37.07 | 20.04 | 10.93 | - |
| YUV | 103.96 | 118.43 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 87 | 0 | 0.83 | 0.63 | 0.07 | 345.61 | 0.84 | 0.54 |
| Hex | EC | 28 | 57 | 0 | 53 | 3F | 7 | 15A | 54 | 36 |
| Octal | 354 | 50 | 127 | 0 | 123 | 77 | 7 | 532 | 124 | 66 |
| Binary | 11101100 | 101000 | 1010111 | 0 | 1010011 | 111111 | 111 | 101011010 | 1010100 | 110110 |
Color Harmonies of #EC2857
Complementary color
Monochromatic Colors of #EC2857
Black with #EC2857
Text Example
Text Example
White with #EC2857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2857; }
p { color: rgb(236,40,87); }
H1.HeaderClassName
{
color: #EC2857;
}
.AnyTagClassName
{
color: #EC2857;
}
</style>
background-color css
<style>
a { background-color: #EC2857; }
a { background-color: rgb(236,40,87); }
div.DivClassName
{
background-color: #EC2857;
}
.BgClassName
{
background-color: #EC2857;
}
</style>
border-color css
<style>
span { border-color: #EC2857; }
span { border-color: rgb(236,40,87); }
td.TdClassName
{
border-color: #EC2857;
}
.TagClassName
{
border-color: #EC2857;
}
</style>