Shades of Amaranth #EC184B
Tints of Amaranth #EC184B
RGB
CMYK
RGB Variations
Color information
#EC184B (or 0xEC184B) is known color: Amaranth. HEX triplet: EC, 18 and 4B. RGB value is (236,24,75). Sum of RGB (Red+Green+Blue) = 236+24+75=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC184B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC184B is #13E7B4. Grayscale: #5D5D5D. Windows color (decimal): -1304501 or 4921580. OLE color: 4921580.
HSL color Cylindrical-coordinate representation of color #EC184B: hue angle of 345.57º 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 #EC184B is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 75 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.07 |
| HSL | 345.57º | 0.85% | 0.51% | - |
| HSV(B) | 345.57º | 0.9% | 0.93% | - |
| XYZ | 36.19 | 18.99 | 8.42 | - |
| YUV | 93.2 | 117.74 | 229.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 75 | 0 | 0.90 | 0.68 | 0.07 | 345.57 | 0.85 | 0.51 |
| Hex | EC | 18 | 4B | 0 | 5A | 44 | 7 | 15A | 55 | 33 |
| Octal | 354 | 30 | 113 | 0 | 132 | 104 | 7 | 532 | 125 | 63 |
| Binary | 11101100 | 11000 | 1001011 | 0 | 1011010 | 1000100 | 111 | 101011010 | 1010101 | 110011 |
Color Harmonies of #EC184B
Complementary color
Monochromatic Colors of #EC184B
Black with #EC184B
Text Example
Text Example
White with #EC184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC184B; }
p { color: rgb(236,24,75); }
H1.HeaderClassName
{
color: #EC184B;
}
.AnyTagClassName
{
color: #EC184B;
}
</style>
background-color css
<style>
a { background-color: #EC184B; }
a { background-color: rgb(236,24,75); }
div.DivClassName
{
background-color: #EC184B;
}
.BgClassName
{
background-color: #EC184B;
}
</style>
border-color css
<style>
span { border-color: #EC184B; }
span { border-color: rgb(236,24,75); }
td.TdClassName
{
border-color: #EC184B;
}
.TagClassName
{
border-color: #EC184B;
}
</style>