Shades of Amaranth #EC4850
Tints of Amaranth #EC4850
RGB
CMYK
RGB Variations
Color information
#EC4850 (or 0xEC4850) is known color: Amaranth. HEX triplet: EC, 48 and 50. RGB value is (236,72,80). Sum of RGB (Red+Green+Blue) = 236+72+80=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4850 is #13B7AF. Grayscale: #7A7A7A. Windows color (decimal): -1292208 or 5261548. OLE color: 5261548.
HSL color Cylindrical-coordinate representation of color #EC4850: hue angle of 357.07º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4850 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 80 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.07 |
| HSL | 357.07º | 0.81% | 0.6% | - |
| HSV(B) | 357.07º | 0.69% | 0.93% | - |
| XYZ | 38.36 | 23.05 | 10.02 | - |
| YUV | 121.95 | 104.33 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 80 | 0 | 0.69 | 0.66 | 0.07 | 357.07 | 0.81 | 0.6 |
| Hex | EC | 48 | 50 | 0 | 45 | 42 | 7 | 165 | 51 | 3C |
| Octal | 354 | 110 | 120 | 0 | 105 | 102 | 7 | 545 | 121 | 74 |
| Binary | 11101100 | 1001000 | 1010000 | 0 | 1000101 | 1000010 | 111 | 101100101 | 1010001 | 111100 |
Color Harmonies of #EC4850
Complementary color
Monochromatic Colors of #EC4850
Black with #EC4850
Text Example
Text Example
White with #EC4850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4850; }
p { color: rgb(236,72,80); }
H1.HeaderClassName
{
color: #EC4850;
}
.AnyTagClassName
{
color: #EC4850;
}
</style>
background-color css
<style>
a { background-color: #EC4850; }
a { background-color: rgb(236,72,80); }
div.DivClassName
{
background-color: #EC4850;
}
.BgClassName
{
background-color: #EC4850;
}
</style>
border-color css
<style>
span { border-color: #EC4850; }
span { border-color: rgb(236,72,80); }
td.TdClassName
{
border-color: #EC4850;
}
.TagClassName
{
border-color: #EC4850;
}
</style>