Shades of Amaranth #EF2E4C
Tints of Amaranth #EF2E4C
RGB
CMYK
RGB Variations
Color information
#EF2E4C (or 0xEF2E4C) is known color: Amaranth. HEX triplet: EF, 2E and 4C. RGB value is (239,46,76). Sum of RGB (Red+Green+Blue) = 239+46+76=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2E4C is #10D1B3. Grayscale: #6B6B6B. Windows color (decimal): -1102260 or 4992751. OLE color: 4992751.
HSL color Cylindrical-coordinate representation of color #EF2E4C: hue angle of 350.67º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2E4C is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 76 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.06 |
| HSL | 350.67º | 0.86% | 0.56% | - |
| HSV(B) | 350.67º | 0.81% | 0.94% | - |
| XYZ | 37.88 | 20.83 | 8.86 | - |
| YUV | 107.13 | 110.44 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 76 | 0 | 0.81 | 0.68 | 0.06 | 350.67 | 0.86 | 0.56 |
| Hex | EF | 2E | 4C | 0 | 51 | 44 | 6 | 15F | 56 | 38 |
| Octal | 357 | 56 | 114 | 0 | 121 | 104 | 6 | 537 | 126 | 70 |
| Binary | 11101111 | 101110 | 1001100 | 0 | 1010001 | 1000100 | 110 | 101011111 | 1010110 | 111000 |
Color Harmonies of #EF2E4C
Complementary color
Monochromatic Colors of #EF2E4C
Black with #EF2E4C
Text Example
Text Example
White with #EF2E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2E4C; }
p { color: rgb(239,46,76); }
H1.HeaderClassName
{
color: #EF2E4C;
}
.AnyTagClassName
{
color: #EF2E4C;
}
</style>
background-color css
<style>
a { background-color: #EF2E4C; }
a { background-color: rgb(239,46,76); }
div.DivClassName
{
background-color: #EF2E4C;
}
.BgClassName
{
background-color: #EF2E4C;
}
</style>
border-color css
<style>
span { border-color: #EF2E4C; }
span { border-color: rgb(239,46,76); }
td.TdClassName
{
border-color: #EF2E4C;
}
.TagClassName
{
border-color: #EF2E4C;
}
</style>