Shades of Amaranth #EC274D
Tints of Amaranth #EC274D
RGB
CMYK
RGB Variations
Color information
#EC274D (or 0xEC274D) is known color: Amaranth. HEX triplet: EC, 27 and 4D. RGB value is (236,39,77). Sum of RGB (Red+Green+Blue) = 236+39+77=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC274D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC274D is #13D8B2. Grayscale: #666666. Windows color (decimal): -1300659 or 5056492. OLE color: 5056492.
HSL color Cylindrical-coordinate representation of color #EC274D: hue angle of 348.43º 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 #EC274D is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 77 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.07 |
| HSL | 348.43º | 0.84% | 0.54% | - |
| HSV(B) | 348.43º | 0.83% | 0.93% | - |
| XYZ | 36.66 | 19.82 | 8.91 | - |
| YUV | 102.24 | 113.77 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 77 | 0 | 0.83 | 0.67 | 0.07 | 348.43 | 0.84 | 0.54 |
| Hex | EC | 27 | 4D | 0 | 53 | 43 | 7 | 15C | 54 | 36 |
| Octal | 354 | 47 | 115 | 0 | 123 | 103 | 7 | 534 | 124 | 66 |
| Binary | 11101100 | 100111 | 1001101 | 0 | 1010011 | 1000011 | 111 | 101011100 | 1010100 | 110110 |
Color Harmonies of #EC274D
Complementary color
Monochromatic Colors of #EC274D
Black with #EC274D
Text Example
Text Example
White with #EC274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC274D; }
p { color: rgb(236,39,77); }
H1.HeaderClassName
{
color: #EC274D;
}
.AnyTagClassName
{
color: #EC274D;
}
</style>
background-color css
<style>
a { background-color: #EC274D; }
a { background-color: rgb(236,39,77); }
div.DivClassName
{
background-color: #EC274D;
}
.BgClassName
{
background-color: #EC274D;
}
</style>
border-color css
<style>
span { border-color: #EC274D; }
span { border-color: rgb(236,39,77); }
td.TdClassName
{
border-color: #EC274D;
}
.TagClassName
{
border-color: #EC274D;
}
</style>