Shades of Amaranth #EF3A4B
Tints of Amaranth #EF3A4B
RGB
CMYK
RGB Variations
Color information
#EF3A4B (or 0xEF3A4B) is known color: Amaranth. HEX triplet: EF, 3A and 4B. RGB value is (239,58,75). Sum of RGB (Red+Green+Blue) = 239+58+75=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3A4B is #10C5B4. Grayscale: #727272. Windows color (decimal): -1099189 or 4930287. OLE color: 4930287.
HSL color Cylindrical-coordinate representation of color #EF3A4B: hue angle of 354.36º 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 #EF3A4B is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 75 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.06 |
| HSL | 354.36º | 0.85% | 0.58% | - |
| HSV(B) | 354.36º | 0.76% | 0.94% | - |
| XYZ | 38.38 | 21.88 | 8.86 | - |
| YUV | 114.06 | 105.97 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 75 | 0 | 0.76 | 0.69 | 0.06 | 354.36 | 0.85 | 0.58 |
| Hex | EF | 3A | 4B | 0 | 4C | 45 | 6 | 162 | 55 | 3A |
| Octal | 357 | 72 | 113 | 0 | 114 | 105 | 6 | 542 | 125 | 72 |
| Binary | 11101111 | 111010 | 1001011 | 0 | 1001100 | 1000101 | 110 | 101100010 | 1010101 | 111010 |
Color Harmonies of #EF3A4B
Complementary color
Monochromatic Colors of #EF3A4B
Black with #EF3A4B
Text Example
Text Example
White with #EF3A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3A4B; }
p { color: rgb(239,58,75); }
H1.HeaderClassName
{
color: #EF3A4B;
}
.AnyTagClassName
{
color: #EF3A4B;
}
</style>
background-color css
<style>
a { background-color: #EF3A4B; }
a { background-color: rgb(239,58,75); }
div.DivClassName
{
background-color: #EF3A4B;
}
.BgClassName
{
background-color: #EF3A4B;
}
</style>
border-color css
<style>
span { border-color: #EF3A4B; }
span { border-color: rgb(239,58,75); }
td.TdClassName
{
border-color: #EF3A4B;
}
.TagClassName
{
border-color: #EF3A4B;
}
</style>