Shades of Flamingo #EF6257
Tints of Flamingo #EF6257
RGB
CMYK
RGB Variations
Color information
#EF6257 (or 0xEF6257) is known color: Flamingo. HEX triplet: EF, 62 and 57. RGB value is (239,98,87). Sum of RGB (Red+Green+Blue) = 239+98+87=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6257 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6257 is #109DA8. Grayscale: #8B8B8B. Windows color (decimal): -1088937 or 5726959. OLE color: 5726959.
HSL color Cylindrical-coordinate representation of color #EF6257: hue angle of 4.34º 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 #EF6257 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 87 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.06 |
| HSL | 4.34º | 0.83% | 0.64% | - |
| HSV(B) | 4.34º | 0.64% | 0.94% | - |
| XYZ | 41.68 | 27.77 | 12.18 | - |
| YUV | 138.91 | 98.71 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 87 | 0 | 0.59 | 0.64 | 0.06 | 4.34 | 0.83 | 0.64 |
| Hex | EF | 62 | 57 | 0 | 3B | 40 | 6 | 4 | 53 | 40 |
| Octal | 357 | 142 | 127 | 0 | 73 | 100 | 6 | 4 | 123 | 100 |
| Binary | 11101111 | 1100010 | 1010111 | 0 | 111011 | 1000000 | 110 | 100 | 1010011 | 1000000 |
Color Harmonies of #EF6257
Complementary color
Monochromatic Colors of #EF6257
Black with #EF6257
Text Example
Text Example
White with #EF6257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6257; }
p { color: rgb(239,98,87); }
H1.HeaderClassName
{
color: #EF6257;
}
.AnyTagClassName
{
color: #EF6257;
}
</style>
background-color css
<style>
a { background-color: #EF6257; }
a { background-color: rgb(239,98,87); }
div.DivClassName
{
background-color: #EF6257;
}
.BgClassName
{
background-color: #EF6257;
}
</style>
border-color css
<style>
span { border-color: #EF6257; }
span { border-color: rgb(239,98,87); }
td.TdClassName
{
border-color: #EF6257;
}
.TagClassName
{
border-color: #EF6257;
}
</style>