Shades of Amaranth #EC264E
Tints of Amaranth #EC264E
RGB
CMYK
RGB Variations
Color information
#EC264E (or 0xEC264E) is known color: Amaranth. HEX triplet: EC, 26 and 4E. RGB value is (236,38,78). Sum of RGB (Red+Green+Blue) = 236+38+78=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC264E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC264E is #13D9B1. Grayscale: #656565. Windows color (decimal): -1300914 or 5121772. OLE color: 5121772.
HSL color Cylindrical-coordinate representation of color #EC264E: hue angle of 347.88º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC264E is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 78 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.07 |
| HSL | 347.88º | 0.84% | 0.54% | - |
| HSV(B) | 347.88º | 0.84% | 0.93% | - |
| XYZ | 36.66 | 19.77 | 9.09 | - |
| YUV | 101.76 | 114.6 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 78 | 0 | 0.84 | 0.67 | 0.07 | 347.88 | 0.84 | 0.54 |
| Hex | EC | 26 | 4E | 0 | 54 | 43 | 7 | 15C | 54 | 36 |
| Octal | 354 | 46 | 116 | 0 | 124 | 103 | 7 | 534 | 124 | 66 |
| Binary | 11101100 | 100110 | 1001110 | 0 | 1010100 | 1000011 | 111 | 101011100 | 1010100 | 110110 |
Color Harmonies of #EC264E
Complementary color
Monochromatic Colors of #EC264E
Black with #EC264E
Text Example
Text Example
White with #EC264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC264E; }
p { color: rgb(236,38,78); }
H1.HeaderClassName
{
color: #EC264E;
}
.AnyTagClassName
{
color: #EC264E;
}
</style>
background-color css
<style>
a { background-color: #EC264E; }
a { background-color: rgb(236,38,78); }
div.DivClassName
{
background-color: #EC264E;
}
.BgClassName
{
background-color: #EC264E;
}
</style>
border-color css
<style>
span { border-color: #EC264E; }
span { border-color: rgb(236,38,78); }
td.TdClassName
{
border-color: #EC264E;
}
.TagClassName
{
border-color: #EC264E;
}
</style>