Shades of Amaranth #EC285B
Tints of Amaranth #EC285B
RGB
CMYK
RGB Variations
Color information
#EC285B (or 0xEC285B) is known color: Amaranth. HEX triplet: EC, 28 and 5B. RGB value is (236,40,91). Sum of RGB (Red+Green+Blue) = 236+40+91=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC285B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC285B is #13D7A4. Grayscale: #686868. Windows color (decimal): -1300389 or 5974252. OLE color: 5974252.
HSL color Cylindrical-coordinate representation of color #EC285B: hue angle of 344.39º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC285B is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 91 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.07 |
| HSL | 344.39º | 0.84% | 0.54% | - |
| HSV(B) | 344.39º | 0.83% | 0.93% | - |
| XYZ | 37.24 | 20.11 | 11.82 | - |
| YUV | 104.42 | 120.43 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 91 | 0 | 0.83 | 0.61 | 0.07 | 344.39 | 0.84 | 0.54 |
| Hex | EC | 28 | 5B | 0 | 53 | 3D | 7 | 158 | 54 | 36 |
| Octal | 354 | 50 | 133 | 0 | 123 | 75 | 7 | 530 | 124 | 66 |
| Binary | 11101100 | 101000 | 1011011 | 0 | 1010011 | 111101 | 111 | 101011000 | 1010100 | 110110 |
Color Harmonies of #EC285B
Complementary color
Monochromatic Colors of #EC285B
Black with #EC285B
Text Example
Text Example
White with #EC285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC285B; }
p { color: rgb(236,40,91); }
H1.HeaderClassName
{
color: #EC285B;
}
.AnyTagClassName
{
color: #EC285B;
}
</style>
background-color css
<style>
a { background-color: #EC285B; }
a { background-color: rgb(236,40,91); }
div.DivClassName
{
background-color: #EC285B;
}
.BgClassName
{
background-color: #EC285B;
}
</style>
border-color css
<style>
span { border-color: #EC285B; }
span { border-color: rgb(236,40,91); }
td.TdClassName
{
border-color: #EC285B;
}
.TagClassName
{
border-color: #EC285B;
}
</style>