Shades of Amaranth #EF3945
Tints of Amaranth #EF3945
RGB
CMYK
RGB Variations
Color information
#EF3945 (or 0xEF3945) is known color: Amaranth. HEX triplet: EF, 39 and 45. RGB value is (239,57,69). Sum of RGB (Red+Green+Blue) = 239+57+69=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3945 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3945 is #10C6BA. Grayscale: #707070. Windows color (decimal): -1099451 or 4536815. OLE color: 4536815.
HSL color Cylindrical-coordinate representation of color #EF3945: hue angle of 356.04º 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 #EF3945 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 57 | 69 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.06 |
| HSL | 356.04º | 0.85% | 0.58% | - |
| HSV(B) | 356.04º | 0.76% | 0.94% | - |
| XYZ | 38.13 | 21.71 | 7.81 | - |
| YUV | 112.79 | 103.3 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 57 | 69 | 0 | 0.76 | 0.71 | 0.06 | 356.04 | 0.85 | 0.58 |
| Hex | EF | 39 | 45 | 0 | 4C | 47 | 6 | 164 | 55 | 3A |
| Octal | 357 | 71 | 105 | 0 | 114 | 107 | 6 | 544 | 125 | 72 |
| Binary | 11101111 | 111001 | 1000101 | 0 | 1001100 | 1000111 | 110 | 101100100 | 1010101 | 111010 |
Color Harmonies of #EF3945
Complementary color
Monochromatic Colors of #EF3945
Black with #EF3945
Text Example
Text Example
White with #EF3945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3945; }
p { color: rgb(239,57,69); }
H1.HeaderClassName
{
color: #EF3945;
}
.AnyTagClassName
{
color: #EF3945;
}
</style>
background-color css
<style>
a { background-color: #EF3945; }
a { background-color: rgb(239,57,69); }
div.DivClassName
{
background-color: #EF3945;
}
.BgClassName
{
background-color: #EF3945;
}
</style>
border-color css
<style>
span { border-color: #EF3945; }
span { border-color: rgb(239,57,69); }
td.TdClassName
{
border-color: #EF3945;
}
.TagClassName
{
border-color: #EF3945;
}
</style>