Shades of Amaranth #EF284C
Tints of Amaranth #EF284C
RGB
CMYK
RGB Variations
Color information
#EF284C (or 0xEF284C) is known color: Amaranth. HEX triplet: EF, 28 and 4C. RGB value is (239,40,76). Sum of RGB (Red+Green+Blue) = 239+40+76=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF284C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF284C is #10D7B3. Grayscale: #676767. Windows color (decimal): -1103796 or 4991215. OLE color: 4991215.
HSL color Cylindrical-coordinate representation of color #EF284C: hue angle of 349.15º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF284C is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 76 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.06 |
| HSL | 349.15º | 0.86% | 0.55% | - |
| HSV(B) | 349.15º | 0.83% | 0.94% | - |
| XYZ | 37.66 | 20.39 | 8.79 | - |
| YUV | 103.61 | 112.43 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 76 | 0 | 0.83 | 0.68 | 0.06 | 349.15 | 0.86 | 0.55 |
| Hex | EF | 28 | 4C | 0 | 53 | 44 | 6 | 15D | 56 | 37 |
| Octal | 357 | 50 | 114 | 0 | 123 | 104 | 6 | 535 | 126 | 67 |
| Binary | 11101111 | 101000 | 1001100 | 0 | 1010011 | 1000100 | 110 | 101011101 | 1010110 | 110111 |
Color Harmonies of #EF284C
Complementary color
Monochromatic Colors of #EF284C
Black with #EF284C
Text Example
Text Example
White with #EF284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF284C; }
p { color: rgb(239,40,76); }
H1.HeaderClassName
{
color: #EF284C;
}
.AnyTagClassName
{
color: #EF284C;
}
</style>
background-color css
<style>
a { background-color: #EF284C; }
a { background-color: rgb(239,40,76); }
div.DivClassName
{
background-color: #EF284C;
}
.BgClassName
{
background-color: #EF284C;
}
</style>
border-color css
<style>
span { border-color: #EF284C; }
span { border-color: rgb(239,40,76); }
td.TdClassName
{
border-color: #EF284C;
}
.TagClassName
{
border-color: #EF284C;
}
</style>