Shades of Amaranth #EC3B5A
Tints of Amaranth #EC3B5A
RGB
CMYK
RGB Variations
Color information
#EC3B5A (or 0xEC3B5A) is known color: Amaranth. HEX triplet: EC, 3B and 5A. RGB value is (236,59,90). Sum of RGB (Red+Green+Blue) = 236+59+90=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3B5A is #13C4A5. Grayscale: #737373. Windows color (decimal): -1295526 or 5913580. OLE color: 5913580.
HSL color Cylindrical-coordinate representation of color #EC3B5A: hue angle of 349.49º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3B5A is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 90 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.07 |
| HSL | 349.49º | 0.82% | 0.58% | - |
| HSV(B) | 349.49º | 0.75% | 0.93% | - |
| XYZ | 38 | 21.7 | 11.86 | - |
| YUV | 115.46 | 113.64 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 90 | 0 | 0.75 | 0.62 | 0.07 | 349.49 | 0.82 | 0.58 |
| Hex | EC | 3B | 5A | 0 | 4B | 3E | 7 | 15D | 52 | 3A |
| Octal | 354 | 73 | 132 | 0 | 113 | 76 | 7 | 535 | 122 | 72 |
| Binary | 11101100 | 111011 | 1011010 | 0 | 1001011 | 111110 | 111 | 101011101 | 1010010 | 111010 |
Color Harmonies of #EC3B5A
Complementary color
Monochromatic Colors of #EC3B5A
Black with #EC3B5A
Text Example
Text Example
White with #EC3B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3B5A; }
p { color: rgb(236,59,90); }
H1.HeaderClassName
{
color: #EC3B5A;
}
.AnyTagClassName
{
color: #EC3B5A;
}
</style>
background-color css
<style>
a { background-color: #EC3B5A; }
a { background-color: rgb(236,59,90); }
div.DivClassName
{
background-color: #EC3B5A;
}
.BgClassName
{
background-color: #EC3B5A;
}
</style>
border-color css
<style>
span { border-color: #EC3B5A; }
span { border-color: rgb(236,59,90); }
td.TdClassName
{
border-color: #EC3B5A;
}
.TagClassName
{
border-color: #EC3B5A;
}
</style>