Shades of Amaranth #EC4252
Tints of Amaranth #EC4252
RGB
CMYK
RGB Variations
Color information
#EC4252 (or 0xEC4252) is known color: Amaranth. HEX triplet: EC, 42 and 52. RGB value is (236,66,82). Sum of RGB (Red+Green+Blue) = 236+66+82=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4252 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4252 is #13BDAD. Grayscale: #767676. Windows color (decimal): -1293742 or 5391084. OLE color: 5391084.
HSL color Cylindrical-coordinate representation of color #EC4252: hue angle of 354.35º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4252 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 82 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.07 |
| HSL | 354.35º | 0.82% | 0.59% | - |
| HSV(B) | 354.35º | 0.72% | 0.93% | - |
| XYZ | 38.06 | 22.34 | 10.29 | - |
| YUV | 118.65 | 107.32 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 82 | 0 | 0.72 | 0.65 | 0.07 | 354.35 | 0.82 | 0.59 |
| Hex | EC | 42 | 52 | 0 | 48 | 41 | 7 | 162 | 52 | 3B |
| Octal | 354 | 102 | 122 | 0 | 110 | 101 | 7 | 542 | 122 | 73 |
| Binary | 11101100 | 1000010 | 1010010 | 0 | 1001000 | 1000001 | 111 | 101100010 | 1010010 | 111011 |
Color Harmonies of #EC4252
Complementary color
Monochromatic Colors of #EC4252
Black with #EC4252
Text Example
Text Example
White with #EC4252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4252; }
p { color: rgb(236,66,82); }
H1.HeaderClassName
{
color: #EC4252;
}
.AnyTagClassName
{
color: #EC4252;
}
</style>
background-color css
<style>
a { background-color: #EC4252; }
a { background-color: rgb(236,66,82); }
div.DivClassName
{
background-color: #EC4252;
}
.BgClassName
{
background-color: #EC4252;
}
</style>
border-color css
<style>
span { border-color: #EC4252; }
span { border-color: rgb(236,66,82); }
td.TdClassName
{
border-color: #EC4252;
}
.TagClassName
{
border-color: #EC4252;
}
</style>