Shades of Amaranth #EF394B
Tints of Amaranth #EF394B
RGB
CMYK
RGB Variations
Color information
#EF394B (or 0xEF394B) is known color: Amaranth. HEX triplet: EF, 39 and 4B. RGB value is (239,57,75). Sum of RGB (Red+Green+Blue) = 239+57+75=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF394B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF394B is #10C6B4. Grayscale: #717171. Windows color (decimal): -1099445 or 4930031. OLE color: 4930031.
HSL color Cylindrical-coordinate representation of color #EF394B: hue angle of 354.07º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF394B is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 57 | 75 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.06 |
| HSL | 354.07º | 0.85% | 0.58% | - |
| HSV(B) | 354.07º | 0.76% | 0.94% | - |
| XYZ | 38.33 | 21.78 | 8.84 | - |
| YUV | 113.47 | 106.3 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 57 | 75 | 0 | 0.76 | 0.69 | 0.06 | 354.07 | 0.85 | 0.58 |
| Hex | EF | 39 | 4B | 0 | 4C | 45 | 6 | 162 | 55 | 3A |
| Octal | 357 | 71 | 113 | 0 | 114 | 105 | 6 | 542 | 125 | 72 |
| Binary | 11101111 | 111001 | 1001011 | 0 | 1001100 | 1000101 | 110 | 101100010 | 1010101 | 111010 |
Color Harmonies of #EF394B
Complementary color
Monochromatic Colors of #EF394B
Black with #EF394B
Text Example
Text Example
White with #EF394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF394B; }
p { color: rgb(239,57,75); }
H1.HeaderClassName
{
color: #EF394B;
}
.AnyTagClassName
{
color: #EF394B;
}
</style>
background-color css
<style>
a { background-color: #EF394B; }
a { background-color: rgb(239,57,75); }
div.DivClassName
{
background-color: #EF394B;
}
.BgClassName
{
background-color: #EF394B;
}
</style>
border-color css
<style>
span { border-color: #EF394B; }
span { border-color: rgb(239,57,75); }
td.TdClassName
{
border-color: #EF394B;
}
.TagClassName
{
border-color: #EF394B;
}
</style>