Shades of Amaranth #EF2451
Tints of Amaranth #EF2451
RGB
CMYK
RGB Variations
Color information
#EF2451 (or 0xEF2451) is known color: Amaranth. HEX triplet: EF, 24 and 51. RGB value is (239,36,81). Sum of RGB (Red+Green+Blue) = 239+36+81=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2451 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2451 is #10DBAE. Grayscale: #656565. Windows color (decimal): -1104815 or 5317871. OLE color: 5317871.
HSL color Cylindrical-coordinate representation of color #EF2451: hue angle of 346.7º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF2451 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 81 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.06 |
| HSL | 346.7º | 0.86% | 0.54% | - |
| HSV(B) | 346.7º | 0.85% | 0.94% | - |
| XYZ | 37.71 | 20.21 | 9.7 | - |
| YUV | 101.83 | 116.25 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 81 | 0 | 0.85 | 0.66 | 0.06 | 346.7 | 0.86 | 0.54 |
| Hex | EF | 24 | 51 | 0 | 55 | 42 | 6 | 15B | 56 | 36 |
| Octal | 357 | 44 | 121 | 0 | 125 | 102 | 6 | 533 | 126 | 66 |
| Binary | 11101111 | 100100 | 1010001 | 0 | 1010101 | 1000010 | 110 | 101011011 | 1010110 | 110110 |
Color Harmonies of #EF2451
Complementary color
Monochromatic Colors of #EF2451
Black with #EF2451
Text Example
Text Example
White with #EF2451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2451; }
p { color: rgb(239,36,81); }
H1.HeaderClassName
{
color: #EF2451;
}
.AnyTagClassName
{
color: #EF2451;
}
</style>
background-color css
<style>
a { background-color: #EF2451; }
a { background-color: rgb(239,36,81); }
div.DivClassName
{
background-color: #EF2451;
}
.BgClassName
{
background-color: #EF2451;
}
</style>
border-color css
<style>
span { border-color: #EF2451; }
span { border-color: rgb(239,36,81); }
td.TdClassName
{
border-color: #EF2451;
}
.TagClassName
{
border-color: #EF2451;
}
</style>