Shades of Amaranth #EF2744
Tints of Amaranth #EF2744
RGB
CMYK
RGB Variations
Color information
#EF2744 (or 0xEF2744) is known color: Amaranth. HEX triplet: EF, 27 and 44. RGB value is (239,39,68). Sum of RGB (Red+Green+Blue) = 239+39+68=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2744 is #10D8BB. Grayscale: #666666. Windows color (decimal): -1104060 or 4466671. OLE color: 4466671.
HSL color Cylindrical-coordinate representation of color #EF2744: hue angle of 351.3º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF2744 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 68 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.06 |
| HSL | 351.3º | 0.86% | 0.55% | - |
| HSV(B) | 351.3º | 0.84% | 0.94% | - |
| XYZ | 37.37 | 20.22 | 7.4 | - |
| YUV | 102.11 | 108.76 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 68 | 0 | 0.84 | 0.72 | 0.06 | 351.3 | 0.86 | 0.55 |
| Hex | EF | 27 | 44 | 0 | 54 | 48 | 6 | 15F | 56 | 37 |
| Octal | 357 | 47 | 104 | 0 | 124 | 110 | 6 | 537 | 126 | 67 |
| Binary | 11101111 | 100111 | 1000100 | 0 | 1010100 | 1001000 | 110 | 101011111 | 1010110 | 110111 |
Color Harmonies of #EF2744
Complementary color
Monochromatic Colors of #EF2744
Black with #EF2744
Text Example
Text Example
White with #EF2744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2744; }
p { color: rgb(239,39,68); }
H1.HeaderClassName
{
color: #EF2744;
}
.AnyTagClassName
{
color: #EF2744;
}
</style>
background-color css
<style>
a { background-color: #EF2744; }
a { background-color: rgb(239,39,68); }
div.DivClassName
{
background-color: #EF2744;
}
.BgClassName
{
background-color: #EF2744;
}
</style>
border-color css
<style>
span { border-color: #EF2744; }
span { border-color: rgb(239,39,68); }
td.TdClassName
{
border-color: #EF2744;
}
.TagClassName
{
border-color: #EF2744;
}
</style>