Shades of Amaranth #EF304D
Tints of Amaranth #EF304D
RGB
CMYK
RGB Variations
Color information
#EF304D (or 0xEF304D) is known color: Amaranth. HEX triplet: EF, 30 and 4D. RGB value is (239,48,77). Sum of RGB (Red+Green+Blue) = 239+48+77=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF304D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF304D is #10CFB2. Grayscale: #6C6C6C. Windows color (decimal): -1101747 or 5058799. OLE color: 5058799.
HSL color Cylindrical-coordinate representation of color #EF304D: hue angle of 350.89º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF304D is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 77 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.06 |
| HSL | 350.89º | 0.86% | 0.56% | - |
| HSV(B) | 350.89º | 0.8% | 0.94% | - |
| XYZ | 37.99 | 21 | 9.07 | - |
| YUV | 108.42 | 110.28 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 77 | 0 | 0.80 | 0.68 | 0.06 | 350.89 | 0.86 | 0.56 |
| Hex | EF | 30 | 4D | 0 | 50 | 44 | 6 | 15F | 56 | 38 |
| Octal | 357 | 60 | 115 | 0 | 120 | 104 | 6 | 537 | 126 | 70 |
| Binary | 11101111 | 110000 | 1001101 | 0 | 1010000 | 1000100 | 110 | 101011111 | 1010110 | 111000 |
Color Harmonies of #EF304D
Complementary color
Monochromatic Colors of #EF304D
Black with #EF304D
Text Example
Text Example
White with #EF304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF304D; }
p { color: rgb(239,48,77); }
H1.HeaderClassName
{
color: #EF304D;
}
.AnyTagClassName
{
color: #EF304D;
}
</style>
background-color css
<style>
a { background-color: #EF304D; }
a { background-color: rgb(239,48,77); }
div.DivClassName
{
background-color: #EF304D;
}
.BgClassName
{
background-color: #EF304D;
}
</style>
border-color css
<style>
span { border-color: #EF304D; }
span { border-color: rgb(239,48,77); }
td.TdClassName
{
border-color: #EF304D;
}
.TagClassName
{
border-color: #EF304D;
}
</style>