Shades of Amaranth #EC3852
Tints of Amaranth #EC3852
RGB
CMYK
RGB Variations
Color information
#EC3852 (or 0xEC3852) is known color: Amaranth. HEX triplet: EC, 38 and 52. RGB value is (236,56,82). Sum of RGB (Red+Green+Blue) = 236+56+82=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3852 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3852 is #13C7AD. Grayscale: #707070. Windows color (decimal): -1296302 or 5388524. OLE color: 5388524.
HSL color Cylindrical-coordinate representation of color #EC3852: hue angle of 351.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3852 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 82 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.07 |
| HSL | 351.33º | 0.83% | 0.57% | - |
| HSV(B) | 351.33º | 0.76% | 0.93% | - |
| XYZ | 37.53 | 21.27 | 10.11 | - |
| YUV | 112.78 | 110.63 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 82 | 0 | 0.76 | 0.65 | 0.07 | 351.33 | 0.83 | 0.57 |
| Hex | EC | 38 | 52 | 0 | 4C | 41 | 7 | 15F | 53 | 39 |
| Octal | 354 | 70 | 122 | 0 | 114 | 101 | 7 | 537 | 123 | 71 |
| Binary | 11101100 | 111000 | 1010010 | 0 | 1001100 | 1000001 | 111 | 101011111 | 1010011 | 111001 |
Color Harmonies of #EC3852
Complementary color
Monochromatic Colors of #EC3852
Black with #EC3852
Text Example
Text Example
White with #EC3852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3852; }
p { color: rgb(236,56,82); }
H1.HeaderClassName
{
color: #EC3852;
}
.AnyTagClassName
{
color: #EC3852;
}
</style>
background-color css
<style>
a { background-color: #EC3852; }
a { background-color: rgb(236,56,82); }
div.DivClassName
{
background-color: #EC3852;
}
.BgClassName
{
background-color: #EC3852;
}
</style>
border-color css
<style>
span { border-color: #EC3852; }
span { border-color: rgb(236,56,82); }
td.TdClassName
{
border-color: #EC3852;
}
.TagClassName
{
border-color: #EC3852;
}
</style>