Shades of Amaranth #EF414F
Tints of Amaranth #EF414F
RGB
CMYK
RGB Variations
Color information
#EF414F (or 0xEF414F) is known color: Amaranth. HEX triplet: EF, 41 and 4F. RGB value is (239,65,79). Sum of RGB (Red+Green+Blue) = 239+65+79=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF414F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF414F is #10BEB0. Grayscale: #767676. Windows color (decimal): -1097393 or 5194223. OLE color: 5194223.
HSL color Cylindrical-coordinate representation of color #EF414F: hue angle of 355.17º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF414F is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 79 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.06 |
| HSL | 355.17º | 0.84% | 0.6% | - |
| HSV(B) | 355.17º | 0.73% | 0.94% | - |
| XYZ | 38.9 | 22.7 | 9.73 | - |
| YUV | 118.62 | 105.65 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 79 | 0 | 0.73 | 0.67 | 0.06 | 355.17 | 0.84 | 0.6 |
| Hex | EF | 41 | 4F | 0 | 49 | 43 | 6 | 163 | 54 | 3C |
| Octal | 357 | 101 | 117 | 0 | 111 | 103 | 6 | 543 | 124 | 74 |
| Binary | 11101111 | 1000001 | 1001111 | 0 | 1001001 | 1000011 | 110 | 101100011 | 1010100 | 111100 |
Color Harmonies of #EF414F
Complementary color
Monochromatic Colors of #EF414F
Black with #EF414F
Text Example
Text Example
White with #EF414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF414F; }
p { color: rgb(239,65,79); }
H1.HeaderClassName
{
color: #EF414F;
}
.AnyTagClassName
{
color: #EF414F;
}
</style>
background-color css
<style>
a { background-color: #EF414F; }
a { background-color: rgb(239,65,79); }
div.DivClassName
{
background-color: #EF414F;
}
.BgClassName
{
background-color: #EF414F;
}
</style>
border-color css
<style>
span { border-color: #EF414F; }
span { border-color: rgb(239,65,79); }
td.TdClassName
{
border-color: #EF414F;
}
.TagClassName
{
border-color: #EF414F;
}
</style>