Shades of Amaranth #EC274A
Tints of Amaranth #EC274A
RGB
CMYK
RGB Variations
Color information
#EC274A (or 0xEC274A) is known color: Amaranth. HEX triplet: EC, 27 and 4A. RGB value is (236,39,74). Sum of RGB (Red+Green+Blue) = 236+39+74=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC274A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC274A is #13D8B5. Grayscale: #656565. Windows color (decimal): -1300662 or 4859884. OLE color: 4859884.
HSL color Cylindrical-coordinate representation of color #EC274A: hue angle of 349.34º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC274A is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 74 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.07 |
| HSL | 349.34º | 0.84% | 0.54% | - |
| HSV(B) | 349.34º | 0.83% | 0.93% | - |
| XYZ | 36.55 | 19.78 | 8.37 | - |
| YUV | 101.89 | 112.27 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 74 | 0 | 0.83 | 0.69 | 0.07 | 349.34 | 0.84 | 0.54 |
| Hex | EC | 27 | 4A | 0 | 53 | 45 | 7 | 15D | 54 | 36 |
| Octal | 354 | 47 | 112 | 0 | 123 | 105 | 7 | 535 | 124 | 66 |
| Binary | 11101100 | 100111 | 1001010 | 0 | 1010011 | 1000101 | 111 | 101011101 | 1010100 | 110110 |
Color Harmonies of #EC274A
Complementary color
Monochromatic Colors of #EC274A
Black with #EC274A
Text Example
Text Example
White with #EC274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC274A; }
p { color: rgb(236,39,74); }
H1.HeaderClassName
{
color: #EC274A;
}
.AnyTagClassName
{
color: #EC274A;
}
</style>
background-color css
<style>
a { background-color: #EC274A; }
a { background-color: rgb(236,39,74); }
div.DivClassName
{
background-color: #EC274A;
}
.BgClassName
{
background-color: #EC274A;
}
</style>
border-color css
<style>
span { border-color: #EC274A; }
span { border-color: rgb(236,39,74); }
td.TdClassName
{
border-color: #EC274A;
}
.TagClassName
{
border-color: #EC274A;
}
</style>