Shades of Amaranth #EC2448
Tints of Amaranth #EC2448
RGB
CMYK
RGB Variations
Color information
#EC2448 (or 0xEC2448) is known color: Amaranth. HEX triplet: EC, 24 and 48. RGB value is (236,36,72). Sum of RGB (Red+Green+Blue) = 236+36+72=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2448 is #13DBB7. Grayscale: #636363. Windows color (decimal): -1301432 or 4728044. OLE color: 4728044.
HSL color Cylindrical-coordinate representation of color #EC2448: hue angle of 349.2º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2448 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 72 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.07 |
| HSL | 349.2º | 0.84% | 0.53% | - |
| HSV(B) | 349.2º | 0.85% | 0.93% | - |
| XYZ | 36.39 | 19.56 | 7.99 | - |
| YUV | 99.9 | 112.26 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 72 | 0 | 0.85 | 0.69 | 0.07 | 349.2 | 0.84 | 0.53 |
| Hex | EC | 24 | 48 | 0 | 55 | 45 | 7 | 15D | 54 | 35 |
| Octal | 354 | 44 | 110 | 0 | 125 | 105 | 7 | 535 | 124 | 65 |
| Binary | 11101100 | 100100 | 1001000 | 0 | 1010101 | 1000101 | 111 | 101011101 | 1010100 | 110101 |
Color Harmonies of #EC2448
Complementary color
Monochromatic Colors of #EC2448
Black with #EC2448
Text Example
Text Example
White with #EC2448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2448; }
p { color: rgb(236,36,72); }
H1.HeaderClassName
{
color: #EC2448;
}
.AnyTagClassName
{
color: #EC2448;
}
</style>
background-color css
<style>
a { background-color: #EC2448; }
a { background-color: rgb(236,36,72); }
div.DivClassName
{
background-color: #EC2448;
}
.BgClassName
{
background-color: #EC2448;
}
</style>
border-color css
<style>
span { border-color: #EC2448; }
span { border-color: rgb(236,36,72); }
td.TdClassName
{
border-color: #EC2448;
}
.TagClassName
{
border-color: #EC2448;
}
</style>