Shades of Amaranth #EC4553
Tints of Amaranth #EC4553
RGB
CMYK
RGB Variations
Color information
#EC4553 (or 0xEC4553) is known color: Amaranth. HEX triplet: EC, 45 and 53. RGB value is (236,69,83). Sum of RGB (Red+Green+Blue) = 236+69+83=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4553 is #13BAAC. Grayscale: #787878. Windows color (decimal): -1292973 or 5457388. OLE color: 5457388.
HSL color Cylindrical-coordinate representation of color #EC4553: hue angle of 354.97º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4553 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 83 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.07 |
| HSL | 354.97º | 0.81% | 0.6% | - |
| HSV(B) | 354.97º | 0.71% | 0.93% | - |
| XYZ | 38.28 | 22.71 | 10.55 | - |
| YUV | 120.53 | 106.83 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 83 | 0 | 0.71 | 0.65 | 0.07 | 354.97 | 0.81 | 0.6 |
| Hex | EC | 45 | 53 | 0 | 47 | 41 | 7 | 163 | 51 | 3C |
| Octal | 354 | 105 | 123 | 0 | 107 | 101 | 7 | 543 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1010011 | 0 | 1000111 | 1000001 | 111 | 101100011 | 1010001 | 111100 |
Color Harmonies of #EC4553
Complementary color
Monochromatic Colors of #EC4553
Black with #EC4553
Text Example
Text Example
White with #EC4553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4553; }
p { color: rgb(236,69,83); }
H1.HeaderClassName
{
color: #EC4553;
}
.AnyTagClassName
{
color: #EC4553;
}
</style>
background-color css
<style>
a { background-color: #EC4553; }
a { background-color: rgb(236,69,83); }
div.DivClassName
{
background-color: #EC4553;
}
.BgClassName
{
background-color: #EC4553;
}
</style>
border-color css
<style>
span { border-color: #EC4553; }
span { border-color: rgb(236,69,83); }
td.TdClassName
{
border-color: #EC4553;
}
.TagClassName
{
border-color: #EC4553;
}
</style>