Shades of Amaranth #EC344A
Tints of Amaranth #EC344A
RGB
CMYK
RGB Variations
Color information
#EC344A (or 0xEC344A) is known color: Amaranth. HEX triplet: EC, 34 and 4A. RGB value is (236,52,74). Sum of RGB (Red+Green+Blue) = 236+52+74=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC344A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC344A is #13CBB5. Grayscale: #6D6D6D. Windows color (decimal): -1297334 or 4863212. OLE color: 4863212.
HSL color Cylindrical-coordinate representation of color #EC344A: hue angle of 352.83º 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 #EC344A is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 74 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.07 |
| HSL | 352.83º | 0.83% | 0.56% | - |
| HSV(B) | 352.83º | 0.78% | 0.93% | - |
| XYZ | 37.06 | 20.78 | 8.54 | - |
| YUV | 109.52 | 107.96 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 74 | 0 | 0.78 | 0.69 | 0.07 | 352.83 | 0.83 | 0.56 |
| Hex | EC | 34 | 4A | 0 | 4E | 45 | 7 | 161 | 53 | 38 |
| Octal | 354 | 64 | 112 | 0 | 116 | 105 | 7 | 541 | 123 | 70 |
| Binary | 11101100 | 110100 | 1001010 | 0 | 1001110 | 1000101 | 111 | 101100001 | 1010011 | 111000 |
Color Harmonies of #EC344A
Complementary color
Monochromatic Colors of #EC344A
Black with #EC344A
Text Example
Text Example
White with #EC344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC344A; }
p { color: rgb(236,52,74); }
H1.HeaderClassName
{
color: #EC344A;
}
.AnyTagClassName
{
color: #EC344A;
}
</style>
background-color css
<style>
a { background-color: #EC344A; }
a { background-color: rgb(236,52,74); }
div.DivClassName
{
background-color: #EC344A;
}
.BgClassName
{
background-color: #EC344A;
}
</style>
border-color css
<style>
span { border-color: #EC344A; }
span { border-color: rgb(236,52,74); }
td.TdClassName
{
border-color: #EC344A;
}
.TagClassName
{
border-color: #EC344A;
}
</style>