Shades of Amaranth #EF184F
Tints of Amaranth #EF184F
RGB
CMYK
RGB Variations
Color information
#EF184F (or 0xEF184F) is known color: Amaranth. HEX triplet: EF, 18 and 4F. RGB value is (239,24,79). Sum of RGB (Red+Green+Blue) = 239+24+79=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF184F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF184F is #10E7B0. Grayscale: #5E5E5E. Windows color (decimal): -1107889 or 5183727. OLE color: 5183727.
HSL color Cylindrical-coordinate representation of color #EF184F: hue angle of 344.65º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF184F is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 79 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.06 |
| HSL | 344.65º | 0.87% | 0.52% | - |
| HSV(B) | 344.65º | 0.9% | 0.94% | - |
| XYZ | 37.33 | 19.57 | 9.21 | - |
| YUV | 94.56 | 119.23 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 79 | 0 | 0.90 | 0.67 | 0.06 | 344.65 | 0.87 | 0.52 |
| Hex | EF | 18 | 4F | 0 | 5A | 43 | 6 | 159 | 57 | 34 |
| Octal | 357 | 30 | 117 | 0 | 132 | 103 | 6 | 531 | 127 | 64 |
| Binary | 11101111 | 11000 | 1001111 | 0 | 1011010 | 1000011 | 110 | 101011001 | 1010111 | 110100 |
Color Harmonies of #EF184F
Complementary color
Monochromatic Colors of #EF184F
Black with #EF184F
Text Example
Text Example
White with #EF184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF184F; }
p { color: rgb(239,24,79); }
H1.HeaderClassName
{
color: #EF184F;
}
.AnyTagClassName
{
color: #EF184F;
}
</style>
background-color css
<style>
a { background-color: #EF184F; }
a { background-color: rgb(239,24,79); }
div.DivClassName
{
background-color: #EF184F;
}
.BgClassName
{
background-color: #EF184F;
}
</style>
border-color css
<style>
span { border-color: #EF184F; }
span { border-color: rgb(239,24,79); }
td.TdClassName
{
border-color: #EF184F;
}
.TagClassName
{
border-color: #EF184F;
}
</style>