Shades of Amaranth #EF2E4A
Tints of Amaranth #EF2E4A
RGB
CMYK
RGB Variations
Color information
#EF2E4A (or 0xEF2E4A) is known color: Amaranth. HEX triplet: EF, 2E and 4A. RGB value is (239,46,74). Sum of RGB (Red+Green+Blue) = 239+46+74=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2E4A is #10D1B5. Grayscale: #6A6A6A. Windows color (decimal): -1102262 or 4861679. OLE color: 4861679.
HSL color Cylindrical-coordinate representation of color #EF2E4A: hue angle of 351.3º 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 #EF2E4A is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 74 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.06 |
| HSL | 351.3º | 0.86% | 0.56% | - |
| HSV(B) | 351.3º | 0.81% | 0.94% | - |
| XYZ | 37.81 | 20.8 | 8.5 | - |
| YUV | 106.9 | 109.44 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 74 | 0 | 0.81 | 0.69 | 0.06 | 351.3 | 0.86 | 0.56 |
| Hex | EF | 2E | 4A | 0 | 51 | 45 | 6 | 15F | 56 | 38 |
| Octal | 357 | 56 | 112 | 0 | 121 | 105 | 6 | 537 | 126 | 70 |
| Binary | 11101111 | 101110 | 1001010 | 0 | 1010001 | 1000101 | 110 | 101011111 | 1010110 | 111000 |
Color Harmonies of #EF2E4A
Complementary color
Monochromatic Colors of #EF2E4A
Black with #EF2E4A
Text Example
Text Example
White with #EF2E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2E4A; }
p { color: rgb(239,46,74); }
H1.HeaderClassName
{
color: #EF2E4A;
}
.AnyTagClassName
{
color: #EF2E4A;
}
</style>
background-color css
<style>
a { background-color: #EF2E4A; }
a { background-color: rgb(239,46,74); }
div.DivClassName
{
background-color: #EF2E4A;
}
.BgClassName
{
background-color: #EF2E4A;
}
</style>
border-color css
<style>
span { border-color: #EF2E4A; }
span { border-color: rgb(239,46,74); }
td.TdClassName
{
border-color: #EF2E4A;
}
.TagClassName
{
border-color: #EF2E4A;
}
</style>