Shades of Amaranth #EC3344
Tints of Amaranth #EC3344
RGB
CMYK
RGB Variations
Color information
#EC3344 (or 0xEC3344) is known color: Amaranth. HEX triplet: EC, 33 and 44. RGB value is (236,51,68). Sum of RGB (Red+Green+Blue) = 236+51+68=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3344 is #13CCBB. Grayscale: #6C6C6C. Windows color (decimal): -1297596 or 4469740. OLE color: 4469740.
HSL color Cylindrical-coordinate representation of color #EC3344: hue angle of 354.49º 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 #EC3344 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 68 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.07 |
| HSL | 354.49º | 0.83% | 0.56% | - |
| HSV(B) | 354.49º | 0.78% | 0.93% | - |
| XYZ | 36.82 | 20.62 | 7.51 | - |
| YUV | 108.25 | 105.29 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 68 | 0 | 0.78 | 0.71 | 0.07 | 354.49 | 0.83 | 0.56 |
| Hex | EC | 33 | 44 | 0 | 4E | 47 | 7 | 162 | 53 | 38 |
| Octal | 354 | 63 | 104 | 0 | 116 | 107 | 7 | 542 | 123 | 70 |
| Binary | 11101100 | 110011 | 1000100 | 0 | 1001110 | 1000111 | 111 | 101100010 | 1010011 | 111000 |
Color Harmonies of #EC3344
Complementary color
Monochromatic Colors of #EC3344
Black with #EC3344
Text Example
Text Example
White with #EC3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3344; }
p { color: rgb(236,51,68); }
H1.HeaderClassName
{
color: #EC3344;
}
.AnyTagClassName
{
color: #EC3344;
}
</style>
background-color css
<style>
a { background-color: #EC3344; }
a { background-color: rgb(236,51,68); }
div.DivClassName
{
background-color: #EC3344;
}
.BgClassName
{
background-color: #EC3344;
}
</style>
border-color css
<style>
span { border-color: #EC3344; }
span { border-color: rgb(236,51,68); }
td.TdClassName
{
border-color: #EC3344;
}
.TagClassName
{
border-color: #EC3344;
}
</style>