Shades of Amaranth #EC284B
Tints of Amaranth #EC284B
RGB
CMYK
RGB Variations
Color information
#EC284B (or 0xEC284B) is known color: Amaranth. HEX triplet: EC, 28 and 4B. RGB value is (236,40,75). Sum of RGB (Red+Green+Blue) = 236+40+75=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC284B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC284B is #13D7B4. Grayscale: #666666. Windows color (decimal): -1300405 or 4925676. OLE color: 4925676.
HSL color Cylindrical-coordinate representation of color #EC284B: hue angle of 349.29º 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 #EC284B is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 75 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.07 |
| HSL | 349.29º | 0.84% | 0.54% | - |
| HSV(B) | 349.29º | 0.83% | 0.93% | - |
| XYZ | 36.62 | 19.86 | 8.56 | - |
| YUV | 102.59 | 112.43 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 75 | 0 | 0.83 | 0.68 | 0.07 | 349.29 | 0.84 | 0.54 |
| Hex | EC | 28 | 4B | 0 | 53 | 44 | 7 | 15D | 54 | 36 |
| Octal | 354 | 50 | 113 | 0 | 123 | 104 | 7 | 535 | 124 | 66 |
| Binary | 11101100 | 101000 | 1001011 | 0 | 1010011 | 1000100 | 111 | 101011101 | 1010100 | 110110 |
Color Harmonies of #EC284B
Complementary color
Monochromatic Colors of #EC284B
Black with #EC284B
Text Example
Text Example
White with #EC284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC284B; }
p { color: rgb(236,40,75); }
H1.HeaderClassName
{
color: #EC284B;
}
.AnyTagClassName
{
color: #EC284B;
}
</style>
background-color css
<style>
a { background-color: #EC284B; }
a { background-color: rgb(236,40,75); }
div.DivClassName
{
background-color: #EC284B;
}
.BgClassName
{
background-color: #EC284B;
}
</style>
border-color css
<style>
span { border-color: #EC284B; }
span { border-color: rgb(236,40,75); }
td.TdClassName
{
border-color: #EC284B;
}
.TagClassName
{
border-color: #EC284B;
}
</style>