Shades of Amaranth #EF384E
Tints of Amaranth #EF384E
RGB
CMYK
RGB Variations
Color information
#EF384E (or 0xEF384E) is known color: Amaranth. HEX triplet: EF, 38 and 4E. RGB value is (239,56,78). Sum of RGB (Red+Green+Blue) = 239+56+78=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF384E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF384E is #10C7B1. Grayscale: #717171. Windows color (decimal): -1099698 or 5126383. OLE color: 5126383.
HSL color Cylindrical-coordinate representation of color #EF384E: hue angle of 352.79º 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 #EF384E is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 56 | 78 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.06 |
| HSL | 352.79º | 0.85% | 0.58% | - |
| HSV(B) | 352.79º | 0.77% | 0.94% | - |
| XYZ | 38.39 | 21.73 | 9.38 | - |
| YUV | 113.23 | 108.13 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 56 | 78 | 0 | 0.77 | 0.67 | 0.06 | 352.79 | 0.85 | 0.58 |
| Hex | EF | 38 | 4E | 0 | 4D | 43 | 6 | 161 | 55 | 3A |
| Octal | 357 | 70 | 116 | 0 | 115 | 103 | 6 | 541 | 125 | 72 |
| Binary | 11101111 | 111000 | 1001110 | 0 | 1001101 | 1000011 | 110 | 101100001 | 1010101 | 111010 |
Color Harmonies of #EF384E
Complementary color
Monochromatic Colors of #EF384E
Black with #EF384E
Text Example
Text Example
White with #EF384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF384E; }
p { color: rgb(239,56,78); }
H1.HeaderClassName
{
color: #EF384E;
}
.AnyTagClassName
{
color: #EF384E;
}
</style>
background-color css
<style>
a { background-color: #EF384E; }
a { background-color: rgb(239,56,78); }
div.DivClassName
{
background-color: #EF384E;
}
.BgClassName
{
background-color: #EF384E;
}
</style>
border-color css
<style>
span { border-color: #EF384E; }
span { border-color: rgb(239,56,78); }
td.TdClassName
{
border-color: #EF384E;
}
.TagClassName
{
border-color: #EF384E;
}
</style>