Shades of Flamingo #EF5651
Tints of Flamingo #EF5651
RGB
CMYK
RGB Variations
Color information
#EF5651 (or 0xEF5651) is known color: Flamingo. HEX triplet: EF, 56 and 51. RGB value is (239,86,81). Sum of RGB (Red+Green+Blue) = 239+86+81=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5651 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5651 is #10A9AE. Grayscale: #838383. Windows color (decimal): -1092015 or 5330671. OLE color: 5330671.
HSL color Cylindrical-coordinate representation of color #EF5651: hue angle of 1.9º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF5651 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 81 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.06 |
| HSL | 1.9º | 0.83% | 0.63% | - |
| HSV(B) | 1.9º | 0.66% | 0.94% | - |
| XYZ | 40.41 | 25.6 | 10.6 | - |
| YUV | 131.18 | 99.69 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 81 | 0 | 0.64 | 0.66 | 0.06 | 1.9 | 0.83 | 0.63 |
| Hex | EF | 56 | 51 | 0 | 40 | 42 | 6 | 2 | 53 | 3F |
| Octal | 357 | 126 | 121 | 0 | 100 | 102 | 6 | 2 | 123 | 77 |
| Binary | 11101111 | 1010110 | 1010001 | 0 | 1000000 | 1000010 | 110 | 10 | 1010011 | 111111 |
Color Harmonies of #EF5651
Complementary color
Monochromatic Colors of #EF5651
Black with #EF5651
Text Example
Text Example
White with #EF5651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5651; }
p { color: rgb(239,86,81); }
H1.HeaderClassName
{
color: #EF5651;
}
.AnyTagClassName
{
color: #EF5651;
}
</style>
background-color css
<style>
a { background-color: #EF5651; }
a { background-color: rgb(239,86,81); }
div.DivClassName
{
background-color: #EF5651;
}
.BgClassName
{
background-color: #EF5651;
}
</style>
border-color css
<style>
span { border-color: #EF5651; }
span { border-color: rgb(239,86,81); }
td.TdClassName
{
border-color: #EF5651;
}
.TagClassName
{
border-color: #EF5651;
}
</style>