Shades of Flamingo #EF6556
Tints of Flamingo #EF6556
RGB
CMYK
RGB Variations
Color information
#EF6556 (or 0xEF6556) is known color: Flamingo. HEX triplet: EF, 65 and 56. RGB value is (239,101,86). Sum of RGB (Red+Green+Blue) = 239+101+86=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6556 is #109AA9. Grayscale: #8C8C8C. Windows color (decimal): -1088170 or 5662191. OLE color: 5662191.
HSL color Cylindrical-coordinate representation of color #EF6556: hue angle of 5.88º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF6556 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 86 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.06 |
| HSL | 5.88º | 0.83% | 0.64% | - |
| HSV(B) | 5.88º | 0.64% | 0.94% | - |
| XYZ | 41.93 | 28.33 | 12.06 | - |
| YUV | 140.55 | 97.22 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 86 | 0 | 0.58 | 0.64 | 0.06 | 5.88 | 0.83 | 0.64 |
| Hex | EF | 65 | 56 | 0 | 3A | 40 | 6 | 6 | 53 | 40 |
| Octal | 357 | 145 | 126 | 0 | 72 | 100 | 6 | 6 | 123 | 100 |
| Binary | 11101111 | 1100101 | 1010110 | 0 | 111010 | 1000000 | 110 | 110 | 1010011 | 1000000 |
Color Harmonies of #EF6556
Complementary color
Monochromatic Colors of #EF6556
Black with #EF6556
Text Example
Text Example
White with #EF6556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6556; }
p { color: rgb(239,101,86); }
H1.HeaderClassName
{
color: #EF6556;
}
.AnyTagClassName
{
color: #EF6556;
}
</style>
background-color css
<style>
a { background-color: #EF6556; }
a { background-color: rgb(239,101,86); }
div.DivClassName
{
background-color: #EF6556;
}
.BgClassName
{
background-color: #EF6556;
}
</style>
border-color css
<style>
span { border-color: #EF6556; }
span { border-color: rgb(239,101,86); }
td.TdClassName
{
border-color: #EF6556;
}
.TagClassName
{
border-color: #EF6556;
}
</style>