Shades of Amaranth #EF255F
Tints of Amaranth #EF255F
RGB
CMYK
RGB Variations
Color information
#EF255F (or 0xEF255F) is known color: Amaranth. HEX triplet: EF, 25 and 5F. RGB value is (239,37,95). Sum of RGB (Red+Green+Blue) = 239+37+95=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF255F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF255F is #10DAA0. Grayscale: #676767. Windows color (decimal): -1104545 or 6235631. OLE color: 6235631.
HSL color Cylindrical-coordinate representation of color #EF255F: hue angle of 342.77º 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 #EF255F is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 95 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.06 |
| HSL | 342.77º | 0.86% | 0.54% | - |
| HSV(B) | 342.77º | 0.85% | 0.94% | - |
| XYZ | 38.32 | 20.5 | 12.76 | - |
| YUV | 104.01 | 122.92 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 95 | 0 | 0.85 | 0.60 | 0.06 | 342.77 | 0.86 | 0.54 |
| Hex | EF | 25 | 5F | 0 | 55 | 3C | 6 | 157 | 56 | 36 |
| Octal | 357 | 45 | 137 | 0 | 125 | 74 | 6 | 527 | 126 | 66 |
| Binary | 11101111 | 100101 | 1011111 | 0 | 1010101 | 111100 | 110 | 101010111 | 1010110 | 110110 |
Color Harmonies of #EF255F
Complementary color
Monochromatic Colors of #EF255F
Black with #EF255F
Text Example
Text Example
White with #EF255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF255F; }
p { color: rgb(239,37,95); }
H1.HeaderClassName
{
color: #EF255F;
}
.AnyTagClassName
{
color: #EF255F;
}
</style>
background-color css
<style>
a { background-color: #EF255F; }
a { background-color: rgb(239,37,95); }
div.DivClassName
{
background-color: #EF255F;
}
.BgClassName
{
background-color: #EF255F;
}
</style>
border-color css
<style>
span { border-color: #EF255F; }
span { border-color: rgb(239,37,95); }
td.TdClassName
{
border-color: #EF255F;
}
.TagClassName
{
border-color: #EF255F;
}
</style>