Shades of Amaranth #EF254F
Tints of Amaranth #EF254F
RGB
CMYK
RGB Variations
Color information
#EF254F (or 0xEF254F) is known color: Amaranth. HEX triplet: EF, 25 and 4F. RGB value is (239,37,79). Sum of RGB (Red+Green+Blue) = 239+37+79=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF254F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF254F is #10DAB0. Grayscale: #666666. Windows color (decimal): -1104561 or 5187055. OLE color: 5187055.
HSL color Cylindrical-coordinate representation of color #EF254F: hue angle of 347.52º 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 #EF254F is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 79 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.06 |
| HSL | 347.52º | 0.86% | 0.54% | - |
| HSV(B) | 347.52º | 0.85% | 0.94% | - |
| XYZ | 37.67 | 20.24 | 9.32 | - |
| YUV | 102.19 | 114.92 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 79 | 0 | 0.85 | 0.67 | 0.06 | 347.52 | 0.86 | 0.54 |
| Hex | EF | 25 | 4F | 0 | 55 | 43 | 6 | 15C | 56 | 36 |
| Octal | 357 | 45 | 117 | 0 | 125 | 103 | 6 | 534 | 126 | 66 |
| Binary | 11101111 | 100101 | 1001111 | 0 | 1010101 | 1000011 | 110 | 101011100 | 1010110 | 110110 |
Color Harmonies of #EF254F
Complementary color
Monochromatic Colors of #EF254F
Black with #EF254F
Text Example
Text Example
White with #EF254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF254F; }
p { color: rgb(239,37,79); }
H1.HeaderClassName
{
color: #EF254F;
}
.AnyTagClassName
{
color: #EF254F;
}
</style>
background-color css
<style>
a { background-color: #EF254F; }
a { background-color: rgb(239,37,79); }
div.DivClassName
{
background-color: #EF254F;
}
.BgClassName
{
background-color: #EF254F;
}
</style>
border-color css
<style>
span { border-color: #EF254F; }
span { border-color: rgb(239,37,79); }
td.TdClassName
{
border-color: #EF254F;
}
.TagClassName
{
border-color: #EF254F;
}
</style>