Shades of Amaranth #EC2B48
Tints of Amaranth #EC2B48
RGB
CMYK
RGB Variations
Color information
#EC2B48 (or 0xEC2B48) is known color: Amaranth. HEX triplet: EC, 2B and 48. RGB value is (236,43,72). Sum of RGB (Red+Green+Blue) = 236+43+72=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B48 is #13D4B7. Grayscale: #686868. Windows color (decimal): -1299640 or 4729836. OLE color: 4729836.
HSL color Cylindrical-coordinate representation of color #EC2B48: hue angle of 350.98º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2B48 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 72 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.07 |
| HSL | 350.98º | 0.84% | 0.55% | - |
| HSV(B) | 350.98º | 0.82% | 0.93% | - |
| XYZ | 36.63 | 20.03 | 8.07 | - |
| YUV | 104.01 | 109.94 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 72 | 0 | 0.82 | 0.69 | 0.07 | 350.98 | 0.84 | 0.55 |
| Hex | EC | 2B | 48 | 0 | 52 | 45 | 7 | 15F | 54 | 37 |
| Octal | 354 | 53 | 110 | 0 | 122 | 105 | 7 | 537 | 124 | 67 |
| Binary | 11101100 | 101011 | 1001000 | 0 | 1010010 | 1000101 | 111 | 101011111 | 1010100 | 110111 |
Color Harmonies of #EC2B48
Complementary color
Monochromatic Colors of #EC2B48
Black with #EC2B48
Text Example
Text Example
White with #EC2B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B48; }
p { color: rgb(236,43,72); }
H1.HeaderClassName
{
color: #EC2B48;
}
.AnyTagClassName
{
color: #EC2B48;
}
</style>
background-color css
<style>
a { background-color: #EC2B48; }
a { background-color: rgb(236,43,72); }
div.DivClassName
{
background-color: #EC2B48;
}
.BgClassName
{
background-color: #EC2B48;
}
</style>
border-color css
<style>
span { border-color: #EC2B48; }
span { border-color: rgb(236,43,72); }
td.TdClassName
{
border-color: #EC2B48;
}
.TagClassName
{
border-color: #EC2B48;
}
</style>