Shades of Amaranth #EC3F54
Tints of Amaranth #EC3F54
RGB
CMYK
RGB Variations
Color information
#EC3F54 (or 0xEC3F54) is known color: Amaranth. HEX triplet: EC, 3F and 54. RGB value is (236,63,84). Sum of RGB (Red+Green+Blue) = 236+63+84=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3F54 is #13C0AB. Grayscale: #757575. Windows color (decimal): -1294508 or 5521388. OLE color: 5521388.
HSL color Cylindrical-coordinate representation of color #EC3F54: hue angle of 352.72º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3F54 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 84 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.07 |
| HSL | 352.72º | 0.82% | 0.59% | - |
| HSV(B) | 352.72º | 0.73% | 0.93% | - |
| XYZ | 37.97 | 22.03 | 10.64 | - |
| YUV | 117.12 | 109.31 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 84 | 0 | 0.73 | 0.64 | 0.07 | 352.72 | 0.82 | 0.59 |
| Hex | EC | 3F | 54 | 0 | 49 | 40 | 7 | 161 | 52 | 3B |
| Octal | 354 | 77 | 124 | 0 | 111 | 100 | 7 | 541 | 122 | 73 |
| Binary | 11101100 | 111111 | 1010100 | 0 | 1001001 | 1000000 | 111 | 101100001 | 1010010 | 111011 |
Color Harmonies of #EC3F54
Complementary color
Monochromatic Colors of #EC3F54
Black with #EC3F54
Text Example
Text Example
White with #EC3F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F54; }
p { color: rgb(236,63,84); }
H1.HeaderClassName
{
color: #EC3F54;
}
.AnyTagClassName
{
color: #EC3F54;
}
</style>
background-color css
<style>
a { background-color: #EC3F54; }
a { background-color: rgb(236,63,84); }
div.DivClassName
{
background-color: #EC3F54;
}
.BgClassName
{
background-color: #EC3F54;
}
</style>
border-color css
<style>
span { border-color: #EC3F54; }
span { border-color: rgb(236,63,84); }
td.TdClassName
{
border-color: #EC3F54;
}
.TagClassName
{
border-color: #EC3F54;
}
</style>