Shades of Flamingo #EF6757
Tints of Flamingo #EF6757
RGB
CMYK
RGB Variations
Color information
#EF6757 (or 0xEF6757) is known color: Flamingo. HEX triplet: EF, 67 and 57. RGB value is (239,103,87). Sum of RGB (Red+Green+Blue) = 239+103+87=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6757 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6757 is #1098A8. Grayscale: #8E8E8E. Windows color (decimal): -1087657 or 5728239. OLE color: 5728239.
HSL color Cylindrical-coordinate representation of color #EF6757: hue angle of 6.32º 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 #EF6757 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 87 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.06 |
| HSL | 6.32º | 0.83% | 0.64% | - |
| HSV(B) | 6.32º | 0.64% | 0.94% | - |
| XYZ | 42.17 | 28.74 | 12.34 | - |
| YUV | 141.84 | 97.06 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 87 | 0 | 0.57 | 0.64 | 0.06 | 6.32 | 0.83 | 0.64 |
| Hex | EF | 67 | 57 | 0 | 39 | 40 | 6 | 6 | 53 | 40 |
| Octal | 357 | 147 | 127 | 0 | 71 | 100 | 6 | 6 | 123 | 100 |
| Binary | 11101111 | 1100111 | 1010111 | 0 | 111001 | 1000000 | 110 | 110 | 1010011 | 1000000 |
Color Harmonies of #EF6757
Complementary color
Monochromatic Colors of #EF6757
Black with #EF6757
Text Example
Text Example
White with #EF6757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6757; }
p { color: rgb(239,103,87); }
H1.HeaderClassName
{
color: #EF6757;
}
.AnyTagClassName
{
color: #EF6757;
}
</style>
background-color css
<style>
a { background-color: #EF6757; }
a { background-color: rgb(239,103,87); }
div.DivClassName
{
background-color: #EF6757;
}
.BgClassName
{
background-color: #EF6757;
}
</style>
border-color css
<style>
span { border-color: #EF6757; }
span { border-color: rgb(239,103,87); }
td.TdClassName
{
border-color: #EF6757;
}
.TagClassName
{
border-color: #EF6757;
}
</style>