Shades of Amaranth #EC2757
Tints of Amaranth #EC2757
RGB
CMYK
RGB Variations
Color information
#EC2757 (or 0xEC2757) is known color: Amaranth. HEX triplet: EC, 27 and 57. RGB value is (236,39,87). Sum of RGB (Red+Green+Blue) = 236+39+87=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2757 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2757 is #13D8A8. Grayscale: #676767. Windows color (decimal): -1300649 or 5711852. OLE color: 5711852.
HSL color Cylindrical-coordinate representation of color #EC2757: hue angle of 345.38º 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 #EC2757 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 87 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.07 |
| HSL | 345.38º | 0.84% | 0.54% | - |
| HSV(B) | 345.38º | 0.83% | 0.93% | - |
| XYZ | 37.04 | 19.97 | 10.92 | - |
| YUV | 103.38 | 118.77 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 87 | 0 | 0.83 | 0.63 | 0.07 | 345.38 | 0.84 | 0.54 |
| Hex | EC | 27 | 57 | 0 | 53 | 3F | 7 | 159 | 54 | 36 |
| Octal | 354 | 47 | 127 | 0 | 123 | 77 | 7 | 531 | 124 | 66 |
| Binary | 11101100 | 100111 | 1010111 | 0 | 1010011 | 111111 | 111 | 101011001 | 1010100 | 110110 |
Color Harmonies of #EC2757
Complementary color
Monochromatic Colors of #EC2757
Black with #EC2757
Text Example
Text Example
White with #EC2757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2757; }
p { color: rgb(236,39,87); }
H1.HeaderClassName
{
color: #EC2757;
}
.AnyTagClassName
{
color: #EC2757;
}
</style>
background-color css
<style>
a { background-color: #EC2757; }
a { background-color: rgb(236,39,87); }
div.DivClassName
{
background-color: #EC2757;
}
.BgClassName
{
background-color: #EC2757;
}
</style>
border-color css
<style>
span { border-color: #EC2757; }
span { border-color: rgb(236,39,87); }
td.TdClassName
{
border-color: #EC2757;
}
.TagClassName
{
border-color: #EC2757;
}
</style>