Shades of Amaranth #EC265C
Tints of Amaranth #EC265C
RGB
CMYK
RGB Variations
Color information
#EC265C (or 0xEC265C) is known color: Amaranth. HEX triplet: EC, 26 and 5C. RGB value is (236,38,92). Sum of RGB (Red+Green+Blue) = 236+38+92=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC265C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC265C is #13D9A3. Grayscale: #676767. Windows color (decimal): -1300900 or 6039276. OLE color: 6039276.
HSL color Cylindrical-coordinate representation of color #EC265C: hue angle of 343.64º 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 #EC265C is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 92 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.07 |
| HSL | 343.64º | 0.84% | 0.54% | - |
| HSV(B) | 343.64º | 0.84% | 0.93% | - |
| XYZ | 37.22 | 19.99 | 12.02 | - |
| YUV | 103.36 | 121.6 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 92 | 0 | 0.84 | 0.61 | 0.07 | 343.64 | 0.84 | 0.54 |
| Hex | EC | 26 | 5C | 0 | 54 | 3D | 7 | 158 | 54 | 36 |
| Octal | 354 | 46 | 134 | 0 | 124 | 75 | 7 | 530 | 124 | 66 |
| Binary | 11101100 | 100110 | 1011100 | 0 | 1010100 | 111101 | 111 | 101011000 | 1010100 | 110110 |
Color Harmonies of #EC265C
Complementary color
Monochromatic Colors of #EC265C
Black with #EC265C
Text Example
Text Example
White with #EC265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC265C; }
p { color: rgb(236,38,92); }
H1.HeaderClassName
{
color: #EC265C;
}
.AnyTagClassName
{
color: #EC265C;
}
</style>
background-color css
<style>
a { background-color: #EC265C; }
a { background-color: rgb(236,38,92); }
div.DivClassName
{
background-color: #EC265C;
}
.BgClassName
{
background-color: #EC265C;
}
</style>
border-color css
<style>
span { border-color: #EC265C; }
span { border-color: rgb(236,38,92); }
td.TdClassName
{
border-color: #EC265C;
}
.TagClassName
{
border-color: #EC265C;
}
</style>