Shades of Amaranth #EC3444
Tints of Amaranth #EC3444
RGB
CMYK
RGB Variations
Color information
#EC3444 (or 0xEC3444) is known color: Amaranth. HEX triplet: EC, 34 and 44. RGB value is (236,52,68). Sum of RGB (Red+Green+Blue) = 236+52+68=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3444 is #13CBBB. Grayscale: #6C6C6C. Windows color (decimal): -1297340 or 4469996. OLE color: 4469996.
HSL color Cylindrical-coordinate representation of color #EC3444: hue angle of 354.78º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3444 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 68 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.07 |
| HSL | 354.78º | 0.83% | 0.56% | - |
| HSV(B) | 354.78º | 0.78% | 0.93% | - |
| XYZ | 36.86 | 20.71 | 7.52 | - |
| YUV | 108.84 | 104.96 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 68 | 0 | 0.78 | 0.71 | 0.07 | 354.78 | 0.83 | 0.56 |
| Hex | EC | 34 | 44 | 0 | 4E | 47 | 7 | 163 | 53 | 38 |
| Octal | 354 | 64 | 104 | 0 | 116 | 107 | 7 | 543 | 123 | 70 |
| Binary | 11101100 | 110100 | 1000100 | 0 | 1001110 | 1000111 | 111 | 101100011 | 1010011 | 111000 |
Color Harmonies of #EC3444
Complementary color
Monochromatic Colors of #EC3444
Black with #EC3444
Text Example
Text Example
White with #EC3444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3444; }
p { color: rgb(236,52,68); }
H1.HeaderClassName
{
color: #EC3444;
}
.AnyTagClassName
{
color: #EC3444;
}
</style>
background-color css
<style>
a { background-color: #EC3444; }
a { background-color: rgb(236,52,68); }
div.DivClassName
{
background-color: #EC3444;
}
.BgClassName
{
background-color: #EC3444;
}
</style>
border-color css
<style>
span { border-color: #EC3444; }
span { border-color: rgb(236,52,68); }
td.TdClassName
{
border-color: #EC3444;
}
.TagClassName
{
border-color: #EC3444;
}
</style>