Shades of Flamingo #EF6655
Tints of Flamingo #EF6655
RGB
CMYK
RGB Variations
Color information
#EF6655 (or 0xEF6655) is known color: Flamingo. HEX triplet: EF, 66 and 55. RGB value is (239,102,85). Sum of RGB (Red+Green+Blue) = 239+102+85=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6655 is #1099AA. Grayscale: #8D8D8D. Windows color (decimal): -1087915 or 5596911. OLE color: 5596911.
HSL color Cylindrical-coordinate representation of color #EF6655: hue angle of 6.62º 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 #EF6655 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 85 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.06 |
| HSL | 6.62º | 0.83% | 0.64% | - |
| HSV(B) | 6.62º | 0.64% | 0.94% | - |
| XYZ | 41.99 | 28.51 | 11.88 | - |
| YUV | 141.03 | 96.39 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 85 | 0 | 0.57 | 0.64 | 0.06 | 6.62 | 0.83 | 0.64 |
| Hex | EF | 66 | 55 | 0 | 39 | 40 | 6 | 7 | 53 | 40 |
| Octal | 357 | 146 | 125 | 0 | 71 | 100 | 6 | 7 | 123 | 100 |
| Binary | 11101111 | 1100110 | 1010101 | 0 | 111001 | 1000000 | 110 | 111 | 1010011 | 1000000 |
Color Harmonies of #EF6655
Complementary color
Monochromatic Colors of #EF6655
Black with #EF6655
Text Example
Text Example
White with #EF6655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6655; }
p { color: rgb(239,102,85); }
H1.HeaderClassName
{
color: #EF6655;
}
.AnyTagClassName
{
color: #EF6655;
}
</style>
background-color css
<style>
a { background-color: #EF6655; }
a { background-color: rgb(239,102,85); }
div.DivClassName
{
background-color: #EF6655;
}
.BgClassName
{
background-color: #EF6655;
}
</style>
border-color css
<style>
span { border-color: #EF6655; }
span { border-color: rgb(239,102,85); }
td.TdClassName
{
border-color: #EF6655;
}
.TagClassName
{
border-color: #EF6655;
}
</style>