Shades of Amaranth #EF284F
Tints of Amaranth #EF284F
RGB
CMYK
RGB Variations
Color information
#EF284F (or 0xEF284F) is known color: Amaranth. HEX triplet: EF, 28 and 4F. RGB value is (239,40,79). Sum of RGB (Red+Green+Blue) = 239+40+79=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF284F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF284F is #10D7B0. Grayscale: #676767. Windows color (decimal): -1103793 or 5187823. OLE color: 5187823.
HSL color Cylindrical-coordinate representation of color #EF284F: hue angle of 348.24º 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 #EF284F is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 79 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.06 |
| HSL | 348.24º | 0.86% | 0.55% | - |
| HSV(B) | 348.24º | 0.83% | 0.94% | - |
| XYZ | 37.77 | 20.43 | 9.35 | - |
| YUV | 103.95 | 113.93 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 79 | 0 | 0.83 | 0.67 | 0.06 | 348.24 | 0.86 | 0.55 |
| Hex | EF | 28 | 4F | 0 | 53 | 43 | 6 | 15C | 56 | 37 |
| Octal | 357 | 50 | 117 | 0 | 123 | 103 | 6 | 534 | 126 | 67 |
| Binary | 11101111 | 101000 | 1001111 | 0 | 1010011 | 1000011 | 110 | 101011100 | 1010110 | 110111 |
Color Harmonies of #EF284F
Complementary color
Monochromatic Colors of #EF284F
Black with #EF284F
Text Example
Text Example
White with #EF284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF284F; }
p { color: rgb(239,40,79); }
H1.HeaderClassName
{
color: #EF284F;
}
.AnyTagClassName
{
color: #EF284F;
}
</style>
background-color css
<style>
a { background-color: #EF284F; }
a { background-color: rgb(239,40,79); }
div.DivClassName
{
background-color: #EF284F;
}
.BgClassName
{
background-color: #EF284F;
}
</style>
border-color css
<style>
span { border-color: #EF284F; }
span { border-color: rgb(239,40,79); }
td.TdClassName
{
border-color: #EF284F;
}
.TagClassName
{
border-color: #EF284F;
}
</style>