Shades of Amaranth #EF255C
Tints of Amaranth #EF255C
RGB
CMYK
RGB Variations
Color information
#EF255C (or 0xEF255C) is known color: Amaranth. HEX triplet: EF, 25 and 5C. RGB value is (239,37,92). Sum of RGB (Red+Green+Blue) = 239+37+92=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF255C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF255C is #10DAA3. Grayscale: #676767. Windows color (decimal): -1104548 or 6039023. OLE color: 6039023.
HSL color Cylindrical-coordinate representation of color #EF255C: hue angle of 343.66º 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 #EF255C is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 92 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.06 |
| HSL | 343.66º | 0.86% | 0.54% | - |
| HSV(B) | 343.66º | 0.85% | 0.94% | - |
| XYZ | 38.19 | 20.45 | 12.06 | - |
| YUV | 103.67 | 121.42 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 92 | 0 | 0.85 | 0.62 | 0.06 | 343.66 | 0.86 | 0.54 |
| Hex | EF | 25 | 5C | 0 | 55 | 3E | 6 | 158 | 56 | 36 |
| Octal | 357 | 45 | 134 | 0 | 125 | 76 | 6 | 530 | 126 | 66 |
| Binary | 11101111 | 100101 | 1011100 | 0 | 1010101 | 111110 | 110 | 101011000 | 1010110 | 110110 |
Color Harmonies of #EF255C
Complementary color
Monochromatic Colors of #EF255C
Black with #EF255C
Text Example
Text Example
White with #EF255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF255C; }
p { color: rgb(239,37,92); }
H1.HeaderClassName
{
color: #EF255C;
}
.AnyTagClassName
{
color: #EF255C;
}
</style>
background-color css
<style>
a { background-color: #EF255C; }
a { background-color: rgb(239,37,92); }
div.DivClassName
{
background-color: #EF255C;
}
.BgClassName
{
background-color: #EF255C;
}
</style>
border-color css
<style>
span { border-color: #EF255C; }
span { border-color: rgb(239,37,92); }
td.TdClassName
{
border-color: #EF255C;
}
.TagClassName
{
border-color: #EF255C;
}
</style>