Shades of Amaranth #EF384A
Tints of Amaranth #EF384A
RGB
CMYK
RGB Variations
Color information
#EF384A (or 0xEF384A) is known color: Amaranth. HEX triplet: EF, 38 and 4A. RGB value is (239,56,74). Sum of RGB (Red+Green+Blue) = 239+56+74=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF384A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF384A is #10C7B5. Grayscale: #707070. Windows color (decimal): -1099702 or 4864239. OLE color: 4864239.
HSL color Cylindrical-coordinate representation of color #EF384A: hue angle of 354.1º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF384A is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 56 | 74 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.06 |
| HSL | 354.1º | 0.85% | 0.58% | - |
| HSV(B) | 354.1º | 0.77% | 0.94% | - |
| XYZ | 38.25 | 21.67 | 8.65 | - |
| YUV | 112.77 | 106.13 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 56 | 74 | 0 | 0.77 | 0.69 | 0.06 | 354.1 | 0.85 | 0.58 |
| Hex | EF | 38 | 4A | 0 | 4D | 45 | 6 | 162 | 55 | 3A |
| Octal | 357 | 70 | 112 | 0 | 115 | 105 | 6 | 542 | 125 | 72 |
| Binary | 11101111 | 111000 | 1001010 | 0 | 1001101 | 1000101 | 110 | 101100010 | 1010101 | 111010 |
Color Harmonies of #EF384A
Complementary color
Monochromatic Colors of #EF384A
Black with #EF384A
Text Example
Text Example
White with #EF384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF384A; }
p { color: rgb(239,56,74); }
H1.HeaderClassName
{
color: #EF384A;
}
.AnyTagClassName
{
color: #EF384A;
}
</style>
background-color css
<style>
a { background-color: #EF384A; }
a { background-color: rgb(239,56,74); }
div.DivClassName
{
background-color: #EF384A;
}
.BgClassName
{
background-color: #EF384A;
}
</style>
border-color css
<style>
span { border-color: #EF384A; }
span { border-color: rgb(239,56,74); }
td.TdClassName
{
border-color: #EF384A;
}
.TagClassName
{
border-color: #EF384A;
}
</style>