Shades of Amaranth #EF424A
Tints of Amaranth #EF424A
RGB
CMYK
RGB Variations
Color information
#EF424A (or 0xEF424A) is known color: Amaranth. HEX triplet: EF, 42 and 4A. RGB value is (239,66,74). Sum of RGB (Red+Green+Blue) = 239+66+74=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF424A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF424A is #10BDB5. Grayscale: #767676. Windows color (decimal): -1097142 or 4866799. OLE color: 4866799.
HSL color Cylindrical-coordinate representation of color #EF424A: hue angle of 357.23º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF424A is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 74 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.06 |
| HSL | 357.23º | 0.84% | 0.6% | - |
| HSV(B) | 357.23º | 0.72% | 0.94% | - |
| XYZ | 38.78 | 22.74 | 8.82 | - |
| YUV | 118.64 | 102.81 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 74 | 0 | 0.72 | 0.69 | 0.06 | 357.23 | 0.84 | 0.6 |
| Hex | EF | 42 | 4A | 0 | 48 | 45 | 6 | 165 | 54 | 3C |
| Octal | 357 | 102 | 112 | 0 | 110 | 105 | 6 | 545 | 124 | 74 |
| Binary | 11101111 | 1000010 | 1001010 | 0 | 1001000 | 1000101 | 110 | 101100101 | 1010100 | 111100 |
Color Harmonies of #EF424A
Complementary color
Monochromatic Colors of #EF424A
Black with #EF424A
Text Example
Text Example
White with #EF424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF424A; }
p { color: rgb(239,66,74); }
H1.HeaderClassName
{
color: #EF424A;
}
.AnyTagClassName
{
color: #EF424A;
}
</style>
background-color css
<style>
a { background-color: #EF424A; }
a { background-color: rgb(239,66,74); }
div.DivClassName
{
background-color: #EF424A;
}
.BgClassName
{
background-color: #EF424A;
}
</style>
border-color css
<style>
span { border-color: #EF424A; }
span { border-color: rgb(239,66,74); }
td.TdClassName
{
border-color: #EF424A;
}
.TagClassName
{
border-color: #EF424A;
}
</style>