Shades of Amaranth #EC4253
Tints of Amaranth #EC4253
RGB
CMYK
RGB Variations
Color information
#EC4253 (or 0xEC4253) is known color: Amaranth. HEX triplet: EC, 42 and 53. RGB value is (236,66,83). Sum of RGB (Red+Green+Blue) = 236+66+83=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4253 is #13BDAC. Grayscale: #767676. Windows color (decimal): -1293741 or 5456620. OLE color: 5456620.
HSL color Cylindrical-coordinate representation of color #EC4253: hue angle of 354º 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 #EC4253 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 83 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.07 |
| HSL | 354º | 0.82% | 0.59% | - |
| HSV(B) | 354º | 0.72% | 0.93% | - |
| XYZ | 38.1 | 22.35 | 10.49 | - |
| YUV | 118.77 | 107.82 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 83 | 0 | 0.72 | 0.65 | 0.07 | 354 | 0.82 | 0.59 |
| Hex | EC | 42 | 53 | 0 | 48 | 41 | 7 | 162 | 52 | 3B |
| Octal | 354 | 102 | 123 | 0 | 110 | 101 | 7 | 542 | 122 | 73 |
| Binary | 11101100 | 1000010 | 1010011 | 0 | 1001000 | 1000001 | 111 | 101100010 | 1010010 | 111011 |
Color Harmonies of #EC4253
Complementary color
Monochromatic Colors of #EC4253
Black with #EC4253
Text Example
Text Example
White with #EC4253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4253; }
p { color: rgb(236,66,83); }
H1.HeaderClassName
{
color: #EC4253;
}
.AnyTagClassName
{
color: #EC4253;
}
</style>
background-color css
<style>
a { background-color: #EC4253; }
a { background-color: rgb(236,66,83); }
div.DivClassName
{
background-color: #EC4253;
}
.BgClassName
{
background-color: #EC4253;
}
</style>
border-color css
<style>
span { border-color: #EC4253; }
span { border-color: rgb(236,66,83); }
td.TdClassName
{
border-color: #EC4253;
}
.TagClassName
{
border-color: #EC4253;
}
</style>