Shades of Amaranth #EC284C
Tints of Amaranth #EC284C
RGB
CMYK
RGB Variations
Color information
#EC284C (or 0xEC284C) is known color: Amaranth. HEX triplet: EC, 28 and 4C. RGB value is (236,40,76). Sum of RGB (Red+Green+Blue) = 236+40+76=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC284C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC284C is #13D7B3. Grayscale: #666666. Windows color (decimal): -1300404 or 4991212. OLE color: 4991212.
HSL color Cylindrical-coordinate representation of color #EC284C: hue angle of 348.98º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC284C is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 76 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.07 |
| HSL | 348.98º | 0.84% | 0.54% | - |
| HSV(B) | 348.98º | 0.83% | 0.93% | - |
| XYZ | 36.66 | 19.87 | 8.74 | - |
| YUV | 102.71 | 112.93 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 76 | 0 | 0.83 | 0.68 | 0.07 | 348.98 | 0.84 | 0.54 |
| Hex | EC | 28 | 4C | 0 | 53 | 44 | 7 | 15D | 54 | 36 |
| Octal | 354 | 50 | 114 | 0 | 123 | 104 | 7 | 535 | 124 | 66 |
| Binary | 11101100 | 101000 | 1001100 | 0 | 1010011 | 1000100 | 111 | 101011101 | 1010100 | 110110 |
Color Harmonies of #EC284C
Complementary color
Monochromatic Colors of #EC284C
Black with #EC284C
Text Example
Text Example
White with #EC284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC284C; }
p { color: rgb(236,40,76); }
H1.HeaderClassName
{
color: #EC284C;
}
.AnyTagClassName
{
color: #EC284C;
}
</style>
background-color css
<style>
a { background-color: #EC284C; }
a { background-color: rgb(236,40,76); }
div.DivClassName
{
background-color: #EC284C;
}
.BgClassName
{
background-color: #EC284C;
}
</style>
border-color css
<style>
span { border-color: #EC284C; }
span { border-color: rgb(236,40,76); }
td.TdClassName
{
border-color: #EC284C;
}
.TagClassName
{
border-color: #EC284C;
}
</style>