Shades of Amaranth #EC274E
Tints of Amaranth #EC274E
RGB
CMYK
RGB Variations
Color information
#EC274E (or 0xEC274E) is known color: Amaranth. HEX triplet: EC, 27 and 4E. RGB value is (236,39,78). Sum of RGB (Red+Green+Blue) = 236+39+78=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC274E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC274E is #13D8B1. Grayscale: #666666. Windows color (decimal): -1300658 or 5122028. OLE color: 5122028.
HSL color Cylindrical-coordinate representation of color #EC274E: hue angle of 348.12º 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 #EC274E is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 78 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.07 |
| HSL | 348.12º | 0.84% | 0.54% | - |
| HSV(B) | 348.12º | 0.83% | 0.93% | - |
| XYZ | 36.69 | 19.83 | 9.1 | - |
| YUV | 102.35 | 114.27 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 78 | 0 | 0.83 | 0.67 | 0.07 | 348.12 | 0.84 | 0.54 |
| Hex | EC | 27 | 4E | 0 | 53 | 43 | 7 | 15C | 54 | 36 |
| Octal | 354 | 47 | 116 | 0 | 123 | 103 | 7 | 534 | 124 | 66 |
| Binary | 11101100 | 100111 | 1001110 | 0 | 1010011 | 1000011 | 111 | 101011100 | 1010100 | 110110 |
Color Harmonies of #EC274E
Complementary color
Monochromatic Colors of #EC274E
Black with #EC274E
Text Example
Text Example
White with #EC274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC274E; }
p { color: rgb(236,39,78); }
H1.HeaderClassName
{
color: #EC274E;
}
.AnyTagClassName
{
color: #EC274E;
}
</style>
background-color css
<style>
a { background-color: #EC274E; }
a { background-color: rgb(236,39,78); }
div.DivClassName
{
background-color: #EC274E;
}
.BgClassName
{
background-color: #EC274E;
}
</style>
border-color css
<style>
span { border-color: #EC274E; }
span { border-color: rgb(236,39,78); }
td.TdClassName
{
border-color: #EC274E;
}
.TagClassName
{
border-color: #EC274E;
}
</style>