Shades of Amaranth #EC2148
Tints of Amaranth #EC2148
RGB
CMYK
RGB Variations
Color information
#EC2148 (or 0xEC2148) is known color: Amaranth. HEX triplet: EC, 21 and 48. RGB value is (236,33,72). Sum of RGB (Red+Green+Blue) = 236+33+72=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2148 is #13DEB7. Grayscale: #626262. Windows color (decimal): -1302200 or 4727276. OLE color: 4727276.
HSL color Cylindrical-coordinate representation of color #EC2148: hue angle of 348.47º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2148 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 72 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.07 |
| HSL | 348.47º | 0.84% | 0.53% | - |
| HSV(B) | 348.47º | 0.86% | 0.93% | - |
| XYZ | 36.31 | 19.39 | 7.96 | - |
| YUV | 98.14 | 113.25 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 72 | 0 | 0.86 | 0.69 | 0.07 | 348.47 | 0.84 | 0.53 |
| Hex | EC | 21 | 48 | 0 | 56 | 45 | 7 | 15C | 54 | 35 |
| Octal | 354 | 41 | 110 | 0 | 126 | 105 | 7 | 534 | 124 | 65 |
| Binary | 11101100 | 100001 | 1001000 | 0 | 1010110 | 1000101 | 111 | 101011100 | 1010100 | 110101 |
Color Harmonies of #EC2148
Complementary color
Monochromatic Colors of #EC2148
Black with #EC2148
Text Example
Text Example
White with #EC2148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2148; }
p { color: rgb(236,33,72); }
H1.HeaderClassName
{
color: #EC2148;
}
.AnyTagClassName
{
color: #EC2148;
}
</style>
background-color css
<style>
a { background-color: #EC2148; }
a { background-color: rgb(236,33,72); }
div.DivClassName
{
background-color: #EC2148;
}
.BgClassName
{
background-color: #EC2148;
}
</style>
border-color css
<style>
span { border-color: #EC2148; }
span { border-color: rgb(236,33,72); }
td.TdClassName
{
border-color: #EC2148;
}
.TagClassName
{
border-color: #EC2148;
}
</style>