Shades of Amaranth #EC2744
Tints of Amaranth #EC2744
RGB
CMYK
RGB Variations
Color information
#EC2744 (or 0xEC2744) is known color: Amaranth. HEX triplet: EC, 27 and 44. RGB value is (236,39,68). Sum of RGB (Red+Green+Blue) = 236+39+68=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2744 is #13D8BB. Grayscale: #656565. Windows color (decimal): -1300668 or 4466668. OLE color: 4466668.
HSL color Cylindrical-coordinate representation of color #EC2744: hue angle of 351.17º 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 #EC2744 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 68 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.07 |
| HSL | 351.17º | 0.84% | 0.54% | - |
| HSV(B) | 351.17º | 0.83% | 0.93% | - |
| XYZ | 36.36 | 19.7 | 7.36 | - |
| YUV | 101.21 | 109.27 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 68 | 0 | 0.83 | 0.71 | 0.07 | 351.17 | 0.84 | 0.54 |
| Hex | EC | 27 | 44 | 0 | 53 | 47 | 7 | 15F | 54 | 36 |
| Octal | 354 | 47 | 104 | 0 | 123 | 107 | 7 | 537 | 124 | 66 |
| Binary | 11101100 | 100111 | 1000100 | 0 | 1010011 | 1000111 | 111 | 101011111 | 1010100 | 110110 |
Color Harmonies of #EC2744
Complementary color
Monochromatic Colors of #EC2744
Black with #EC2744
Text Example
Text Example
White with #EC2744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2744; }
p { color: rgb(236,39,68); }
H1.HeaderClassName
{
color: #EC2744;
}
.AnyTagClassName
{
color: #EC2744;
}
</style>
background-color css
<style>
a { background-color: #EC2744; }
a { background-color: rgb(236,39,68); }
div.DivClassName
{
background-color: #EC2744;
}
.BgClassName
{
background-color: #EC2744;
}
</style>
border-color css
<style>
span { border-color: #EC2744; }
span { border-color: rgb(236,39,68); }
td.TdClassName
{
border-color: #EC2744;
}
.TagClassName
{
border-color: #EC2744;
}
</style>