Shades of Flamingo #EF614E
Tints of Flamingo #EF614E
RGB
CMYK
RGB Variations
Color information
#EF614E (or 0xEF614E) is known color: Flamingo. HEX triplet: EF, 61 and 4E. RGB value is (239,97,78). Sum of RGB (Red+Green+Blue) = 239+97+78=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF614E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF614E is #109EB1. Grayscale: #898989. Windows color (decimal): -1089202 or 5136879. OLE color: 5136879.
HSL color Cylindrical-coordinate representation of color #EF614E: hue angle of 7.08º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF614E is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 78 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.06 |
| HSL | 7.08º | 0.83% | 0.62% | - |
| HSV(B) | 7.08º | 0.67% | 0.94% | - |
| XYZ | 41.25 | 27.45 | 10.33 | - |
| YUV | 137.29 | 94.54 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 78 | 0 | 0.59 | 0.67 | 0.06 | 7.08 | 0.83 | 0.62 |
| Hex | EF | 61 | 4E | 0 | 3B | 43 | 6 | 7 | 53 | 3E |
| Octal | 357 | 141 | 116 | 0 | 73 | 103 | 6 | 7 | 123 | 76 |
| Binary | 11101111 | 1100001 | 1001110 | 0 | 111011 | 1000011 | 110 | 111 | 1010011 | 111110 |
Color Harmonies of #EF614E
Complementary color
Monochromatic Colors of #EF614E
Black with #EF614E
Text Example
Text Example
White with #EF614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF614E; }
p { color: rgb(239,97,78); }
H1.HeaderClassName
{
color: #EF614E;
}
.AnyTagClassName
{
color: #EF614E;
}
</style>
background-color css
<style>
a { background-color: #EF614E; }
a { background-color: rgb(239,97,78); }
div.DivClassName
{
background-color: #EF614E;
}
.BgClassName
{
background-color: #EF614E;
}
</style>
border-color css
<style>
span { border-color: #EF614E; }
span { border-color: rgb(239,97,78); }
td.TdClassName
{
border-color: #EF614E;
}
.TagClassName
{
border-color: #EF614E;
}
</style>