Shades of Amaranth #EC285E
Tints of Amaranth #EC285E
RGB
CMYK
RGB Variations
Color information
#EC285E (or 0xEC285E) is known color: Amaranth. HEX triplet: EC, 28 and 5E. RGB value is (236,40,94). Sum of RGB (Red+Green+Blue) = 236+40+94=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC285E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC285E is #13D7A1. Grayscale: #686868. Windows color (decimal): -1300386 or 6170860. OLE color: 6170860.
HSL color Cylindrical-coordinate representation of color #EC285E: hue angle of 343.47º 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 #EC285E is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 94 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.07 |
| HSL | 343.47º | 0.84% | 0.54% | - |
| HSV(B) | 343.47º | 0.83% | 0.93% | - |
| XYZ | 37.37 | 20.16 | 12.51 | - |
| YUV | 104.76 | 121.93 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 94 | 0 | 0.83 | 0.60 | 0.07 | 343.47 | 0.84 | 0.54 |
| Hex | EC | 28 | 5E | 0 | 53 | 3C | 7 | 157 | 54 | 36 |
| Octal | 354 | 50 | 136 | 0 | 123 | 74 | 7 | 527 | 124 | 66 |
| Binary | 11101100 | 101000 | 1011110 | 0 | 1010011 | 111100 | 111 | 101010111 | 1010100 | 110110 |
Color Harmonies of #EC285E
Complementary color
Monochromatic Colors of #EC285E
Black with #EC285E
Text Example
Text Example
White with #EC285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC285E; }
p { color: rgb(236,40,94); }
H1.HeaderClassName
{
color: #EC285E;
}
.AnyTagClassName
{
color: #EC285E;
}
</style>
background-color css
<style>
a { background-color: #EC285E; }
a { background-color: rgb(236,40,94); }
div.DivClassName
{
background-color: #EC285E;
}
.BgClassName
{
background-color: #EC285E;
}
</style>
border-color css
<style>
span { border-color: #EC285E; }
span { border-color: rgb(236,40,94); }
td.TdClassName
{
border-color: #EC285E;
}
.TagClassName
{
border-color: #EC285E;
}
</style>