Shades of Amaranth #EC284F
Tints of Amaranth #EC284F
RGB
CMYK
RGB Variations
Color information
#EC284F (or 0xEC284F) is known color: Amaranth. HEX triplet: EC, 28 and 4F. RGB value is (236,40,79). Sum of RGB (Red+Green+Blue) = 236+40+79=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC284F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC284F is #13D7B0. Grayscale: #676767. Windows color (decimal): -1300401 or 5187820. OLE color: 5187820.
HSL color Cylindrical-coordinate representation of color #EC284F: hue angle of 348.06º 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 #EC284F is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 79 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.07 |
| HSL | 348.06º | 0.84% | 0.54% | - |
| HSV(B) | 348.06º | 0.83% | 0.93% | - |
| XYZ | 36.76 | 19.91 | 9.3 | - |
| YUV | 103.05 | 114.43 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 79 | 0 | 0.83 | 0.67 | 0.07 | 348.06 | 0.84 | 0.54 |
| Hex | EC | 28 | 4F | 0 | 53 | 43 | 7 | 15C | 54 | 36 |
| Octal | 354 | 50 | 117 | 0 | 123 | 103 | 7 | 534 | 124 | 66 |
| Binary | 11101100 | 101000 | 1001111 | 0 | 1010011 | 1000011 | 111 | 101011100 | 1010100 | 110110 |
Color Harmonies of #EC284F
Complementary color
Monochromatic Colors of #EC284F
Black with #EC284F
Text Example
Text Example
White with #EC284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC284F; }
p { color: rgb(236,40,79); }
H1.HeaderClassName
{
color: #EC284F;
}
.AnyTagClassName
{
color: #EC284F;
}
</style>
background-color css
<style>
a { background-color: #EC284F; }
a { background-color: rgb(236,40,79); }
div.DivClassName
{
background-color: #EC284F;
}
.BgClassName
{
background-color: #EC284F;
}
</style>
border-color css
<style>
span { border-color: #EC284F; }
span { border-color: rgb(236,40,79); }
td.TdClassName
{
border-color: #EC284F;
}
.TagClassName
{
border-color: #EC284F;
}
</style>