Shades of Amaranth #EC354C
Tints of Amaranth #EC354C
RGB
CMYK
RGB Variations
Color information
#EC354C (or 0xEC354C) is known color: Amaranth. HEX triplet: EC, 35 and 4C. RGB value is (236,53,76). Sum of RGB (Red+Green+Blue) = 236+53+76=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC354C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC354C is #13CAB3. Grayscale: #6E6E6E. Windows color (decimal): -1297076 or 4994540. OLE color: 4994540.
HSL color Cylindrical-coordinate representation of color #EC354C: hue angle of 352.46º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC354C is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 76 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.07 |
| HSL | 352.46º | 0.83% | 0.57% | - |
| HSV(B) | 352.46º | 0.78% | 0.93% | - |
| XYZ | 37.17 | 20.9 | 8.91 | - |
| YUV | 110.34 | 108.63 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 76 | 0 | 0.78 | 0.68 | 0.07 | 352.46 | 0.83 | 0.57 |
| Hex | EC | 35 | 4C | 0 | 4E | 44 | 7 | 160 | 53 | 39 |
| Octal | 354 | 65 | 114 | 0 | 116 | 104 | 7 | 540 | 123 | 71 |
| Binary | 11101100 | 110101 | 1001100 | 0 | 1001110 | 1000100 | 111 | 101100000 | 1010011 | 111001 |
Color Harmonies of #EC354C
Complementary color
Monochromatic Colors of #EC354C
Black with #EC354C
Text Example
Text Example
White with #EC354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC354C; }
p { color: rgb(236,53,76); }
H1.HeaderClassName
{
color: #EC354C;
}
.AnyTagClassName
{
color: #EC354C;
}
</style>
background-color css
<style>
a { background-color: #EC354C; }
a { background-color: rgb(236,53,76); }
div.DivClassName
{
background-color: #EC354C;
}
.BgClassName
{
background-color: #EC354C;
}
</style>
border-color css
<style>
span { border-color: #EC354C; }
span { border-color: rgb(236,53,76); }
td.TdClassName
{
border-color: #EC354C;
}
.TagClassName
{
border-color: #EC354C;
}
</style>