Shades of Flamingo #EF6854
Tints of Flamingo #EF6854
RGB
CMYK
RGB Variations
Color information
#EF6854 (or 0xEF6854) is known color: Flamingo. HEX triplet: EF, 68 and 54. RGB value is (239,104,84). Sum of RGB (Red+Green+Blue) = 239+104+84=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 84 (33.20% from 255 or 19.67% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6854 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6854 is #1097AB. Grayscale: #8E8E8E. Windows color (decimal): -1087404 or 5531887. OLE color: 5531887.
HSL color Cylindrical-coordinate representation of color #EF6854: hue angle of 7.74º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF6854 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 84 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.06 |
| HSL | 7.74º | 0.83% | 0.63% | - |
| HSV(B) | 7.74º | 0.65% | 0.94% | - |
| XYZ | 42.15 | 28.89 | 11.74 | - |
| YUV | 142.09 | 95.23 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 84 | 0 | 0.56 | 0.65 | 0.06 | 7.74 | 0.83 | 0.63 |
| Hex | EF | 68 | 54 | 0 | 38 | 41 | 6 | 8 | 53 | 3F |
| Octal | 357 | 150 | 124 | 0 | 70 | 101 | 6 | 10 | 123 | 77 |
| Binary | 11101111 | 1101000 | 1010100 | 0 | 111000 | 1000001 | 110 | 1000 | 1010011 | 111111 |
Color Harmonies of #EF6854
Complementary color
Monochromatic Colors of #EF6854
Black with #EF6854
Text Example
Text Example
White with #EF6854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6854; }
p { color: rgb(239,104,84); }
H1.HeaderClassName
{
color: #EF6854;
}
.AnyTagClassName
{
color: #EF6854;
}
</style>
background-color css
<style>
a { background-color: #EF6854; }
a { background-color: rgb(239,104,84); }
div.DivClassName
{
background-color: #EF6854;
}
.BgClassName
{
background-color: #EF6854;
}
</style>
border-color css
<style>
span { border-color: #EF6854; }
span { border-color: rgb(239,104,84); }
td.TdClassName
{
border-color: #EF6854;
}
.TagClassName
{
border-color: #EF6854;
}
</style>