Shades of Amaranth #EC184F
Tints of Amaranth #EC184F
RGB
CMYK
RGB Variations
Color information
#EC184F (or 0xEC184F) is known color: Amaranth. HEX triplet: EC, 18 and 4F. RGB value is (236,24,79). Sum of RGB (Red+Green+Blue) = 236+24+79=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC184F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC184F is #13E7B0. Grayscale: #5D5D5D. Windows color (decimal): -1304497 or 5183724. OLE color: 5183724.
HSL color Cylindrical-coordinate representation of color #EC184F: hue angle of 344.43º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC184F is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 79 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.07 |
| HSL | 344.43º | 0.85% | 0.51% | - |
| HSV(B) | 344.43º | 0.9% | 0.93% | - |
| XYZ | 36.33 | 19.05 | 9.16 | - |
| YUV | 93.66 | 119.74 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 79 | 0 | 0.90 | 0.67 | 0.07 | 344.43 | 0.85 | 0.51 |
| Hex | EC | 18 | 4F | 0 | 5A | 43 | 7 | 158 | 55 | 33 |
| Octal | 354 | 30 | 117 | 0 | 132 | 103 | 7 | 530 | 125 | 63 |
| Binary | 11101100 | 11000 | 1001111 | 0 | 1011010 | 1000011 | 111 | 101011000 | 1010101 | 110011 |
Color Harmonies of #EC184F
Complementary color
Monochromatic Colors of #EC184F
Black with #EC184F
Text Example
Text Example
White with #EC184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC184F; }
p { color: rgb(236,24,79); }
H1.HeaderClassName
{
color: #EC184F;
}
.AnyTagClassName
{
color: #EC184F;
}
</style>
background-color css
<style>
a { background-color: #EC184F; }
a { background-color: rgb(236,24,79); }
div.DivClassName
{
background-color: #EC184F;
}
.BgClassName
{
background-color: #EC184F;
}
</style>
border-color css
<style>
span { border-color: #EC184F; }
span { border-color: rgb(236,24,79); }
td.TdClassName
{
border-color: #EC184F;
}
.TagClassName
{
border-color: #EC184F;
}
</style>