Shades of Amaranth #EC234A
Tints of Amaranth #EC234A
RGB
CMYK
RGB Variations
Color information
#EC234A (or 0xEC234A) is known color: Amaranth. HEX triplet: EC, 23 and 4A. RGB value is (236,35,74). Sum of RGB (Red+Green+Blue) = 236+35+74=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC234A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC234A is #13DCB5. Grayscale: #636363. Windows color (decimal): -1301686 or 4858860. OLE color: 4858860.
HSL color Cylindrical-coordinate representation of color #EC234A: hue angle of 348.36º 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 #EC234A is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 74 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.07 |
| HSL | 348.36º | 0.84% | 0.53% | - |
| HSV(B) | 348.36º | 0.85% | 0.93% | - |
| XYZ | 36.43 | 19.53 | 8.33 | - |
| YUV | 99.55 | 113.59 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 74 | 0 | 0.85 | 0.69 | 0.07 | 348.36 | 0.84 | 0.53 |
| Hex | EC | 23 | 4A | 0 | 55 | 45 | 7 | 15C | 54 | 35 |
| Octal | 354 | 43 | 112 | 0 | 125 | 105 | 7 | 534 | 124 | 65 |
| Binary | 11101100 | 100011 | 1001010 | 0 | 1010101 | 1000101 | 111 | 101011100 | 1010100 | 110101 |
Color Harmonies of #EC234A
Complementary color
Monochromatic Colors of #EC234A
Black with #EC234A
Text Example
Text Example
White with #EC234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC234A; }
p { color: rgb(236,35,74); }
H1.HeaderClassName
{
color: #EC234A;
}
.AnyTagClassName
{
color: #EC234A;
}
</style>
background-color css
<style>
a { background-color: #EC234A; }
a { background-color: rgb(236,35,74); }
div.DivClassName
{
background-color: #EC234A;
}
.BgClassName
{
background-color: #EC234A;
}
</style>
border-color css
<style>
span { border-color: #EC234A; }
span { border-color: rgb(236,35,74); }
td.TdClassName
{
border-color: #EC234A;
}
.TagClassName
{
border-color: #EC234A;
}
</style>