Shades of Amaranth #EC304A
Tints of Amaranth #EC304A
RGB
CMYK
RGB Variations
Color information
#EC304A (or 0xEC304A) is known color: Amaranth. HEX triplet: EC, 30 and 4A. RGB value is (236,48,74). Sum of RGB (Red+Green+Blue) = 236+48+74=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC304A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC304A is #13CFB5. Grayscale: #6B6B6B. Windows color (decimal): -1298358 or 4862188. OLE color: 4862188.
HSL color Cylindrical-coordinate representation of color #EC304A: hue angle of 351.7º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC304A is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 74 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.07 |
| HSL | 351.7º | 0.83% | 0.56% | - |
| HSV(B) | 351.7º | 0.8% | 0.93% | - |
| XYZ | 36.89 | 20.44 | 8.48 | - |
| YUV | 107.18 | 109.28 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 74 | 0 | 0.80 | 0.69 | 0.07 | 351.7 | 0.83 | 0.56 |
| Hex | EC | 30 | 4A | 0 | 50 | 45 | 7 | 160 | 53 | 38 |
| Octal | 354 | 60 | 112 | 0 | 120 | 105 | 7 | 540 | 123 | 70 |
| Binary | 11101100 | 110000 | 1001010 | 0 | 1010000 | 1000101 | 111 | 101100000 | 1010011 | 111000 |
Color Harmonies of #EC304A
Complementary color
Monochromatic Colors of #EC304A
Black with #EC304A
Text Example
Text Example
White with #EC304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC304A; }
p { color: rgb(236,48,74); }
H1.HeaderClassName
{
color: #EC304A;
}
.AnyTagClassName
{
color: #EC304A;
}
</style>
background-color css
<style>
a { background-color: #EC304A; }
a { background-color: rgb(236,48,74); }
div.DivClassName
{
background-color: #EC304A;
}
.BgClassName
{
background-color: #EC304A;
}
</style>
border-color css
<style>
span { border-color: #EC304A; }
span { border-color: rgb(236,48,74); }
td.TdClassName
{
border-color: #EC304A;
}
.TagClassName
{
border-color: #EC304A;
}
</style>