Shades of Flamingo #EF6751
Tints of Flamingo #EF6751
RGB
CMYK
RGB Variations
Color information
#EF6751 (or 0xEF6751) is known color: Flamingo. HEX triplet: EF, 67 and 51. RGB value is (239,103,81). Sum of RGB (Red+Green+Blue) = 239+103+81=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6751 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6751 is #1098AE. Grayscale: #8D8D8D. Windows color (decimal): -1087663 or 5335023. OLE color: 5335023.
HSL color Cylindrical-coordinate representation of color #EF6751: hue angle of 8.35º 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 #EF6751 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 81 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.06 |
| HSL | 8.35º | 0.83% | 0.63% | - |
| HSV(B) | 8.35º | 0.66% | 0.94% | - |
| XYZ | 41.93 | 28.65 | 11.1 | - |
| YUV | 141.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 81 | 0 | 0.57 | 0.66 | 0.06 | 8.35 | 0.83 | 0.63 |
| Hex | EF | 67 | 51 | 0 | 39 | 42 | 6 | 8 | 53 | 3F |
| Octal | 357 | 147 | 121 | 0 | 71 | 102 | 6 | 10 | 123 | 77 |
| Binary | 11101111 | 1100111 | 1010001 | 0 | 111001 | 1000010 | 110 | 1000 | 1010011 | 111111 |
Color Harmonies of #EF6751
Complementary color
Monochromatic Colors of #EF6751
Black with #EF6751
Text Example
Text Example
White with #EF6751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6751; }
p { color: rgb(239,103,81); }
H1.HeaderClassName
{
color: #EF6751;
}
.AnyTagClassName
{
color: #EF6751;
}
</style>
background-color css
<style>
a { background-color: #EF6751; }
a { background-color: rgb(239,103,81); }
div.DivClassName
{
background-color: #EF6751;
}
.BgClassName
{
background-color: #EF6751;
}
</style>
border-color css
<style>
span { border-color: #EF6751; }
span { border-color: rgb(239,103,81); }
td.TdClassName
{
border-color: #EF6751;
}
.TagClassName
{
border-color: #EF6751;
}
</style>