Shades of Amaranth #EC235A
Tints of Amaranth #EC235A
RGB
CMYK
RGB Variations
Color information
#EC235A (or 0xEC235A) is known color: Amaranth. HEX triplet: EC, 23 and 5A. RGB value is (236,35,90). Sum of RGB (Red+Green+Blue) = 236+35+90=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC235A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC235A is #13DCA5. Grayscale: #656565. Windows color (decimal): -1301670 or 5907436. OLE color: 5907436.
HSL color Cylindrical-coordinate representation of color #EC235A: hue angle of 343.58º 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 #EC235A is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 90 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.07 |
| HSL | 343.58º | 0.84% | 0.53% | - |
| HSV(B) | 343.58º | 0.85% | 0.93% | - |
| XYZ | 37.04 | 19.77 | 11.54 | - |
| YUV | 101.37 | 121.59 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 90 | 0 | 0.85 | 0.62 | 0.07 | 343.58 | 0.84 | 0.53 |
| Hex | EC | 23 | 5A | 0 | 55 | 3E | 7 | 158 | 54 | 35 |
| Octal | 354 | 43 | 132 | 0 | 125 | 76 | 7 | 530 | 124 | 65 |
| Binary | 11101100 | 100011 | 1011010 | 0 | 1010101 | 111110 | 111 | 101011000 | 1010100 | 110101 |
Color Harmonies of #EC235A
Complementary color
Monochromatic Colors of #EC235A
Black with #EC235A
Text Example
Text Example
White with #EC235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC235A; }
p { color: rgb(236,35,90); }
H1.HeaderClassName
{
color: #EC235A;
}
.AnyTagClassName
{
color: #EC235A;
}
</style>
background-color css
<style>
a { background-color: #EC235A; }
a { background-color: rgb(236,35,90); }
div.DivClassName
{
background-color: #EC235A;
}
.BgClassName
{
background-color: #EC235A;
}
</style>
border-color css
<style>
span { border-color: #EC235A; }
span { border-color: rgb(236,35,90); }
td.TdClassName
{
border-color: #EC235A;
}
.TagClassName
{
border-color: #EC235A;
}
</style>