Shades of Amaranth #EC234E
Tints of Amaranth #EC234E
RGB
CMYK
RGB Variations
Color information
#EC234E (or 0xEC234E) is known color: Amaranth. HEX triplet: EC, 23 and 4E. RGB value is (236,35,78). Sum of RGB (Red+Green+Blue) = 236+35+78=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC234E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC234E is #13DCB1. Grayscale: #646464. Windows color (decimal): -1301682 or 5121004. OLE color: 5121004.
HSL color Cylindrical-coordinate representation of color #EC234E: hue angle of 347.16º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC234E is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 78 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.07 |
| HSL | 347.16º | 0.84% | 0.53% | - |
| HSV(B) | 347.16º | 0.85% | 0.93% | - |
| XYZ | 36.57 | 19.58 | 9.06 | - |
| YUV | 100 | 115.59 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 78 | 0 | 0.85 | 0.67 | 0.07 | 347.16 | 0.84 | 0.53 |
| Hex | EC | 23 | 4E | 0 | 55 | 43 | 7 | 15B | 54 | 35 |
| Octal | 354 | 43 | 116 | 0 | 125 | 103 | 7 | 533 | 124 | 65 |
| Binary | 11101100 | 100011 | 1001110 | 0 | 1010101 | 1000011 | 111 | 101011011 | 1010100 | 110101 |
Color Harmonies of #EC234E
Complementary color
Monochromatic Colors of #EC234E
Black with #EC234E
Text Example
Text Example
White with #EC234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC234E; }
p { color: rgb(236,35,78); }
H1.HeaderClassName
{
color: #EC234E;
}
.AnyTagClassName
{
color: #EC234E;
}
</style>
background-color css
<style>
a { background-color: #EC234E; }
a { background-color: rgb(236,35,78); }
div.DivClassName
{
background-color: #EC234E;
}
.BgClassName
{
background-color: #EC234E;
}
</style>
border-color css
<style>
span { border-color: #EC234E; }
span { border-color: rgb(236,35,78); }
td.TdClassName
{
border-color: #EC234E;
}
.TagClassName
{
border-color: #EC234E;
}
</style>