Shades of Pink Flamingo #EF68F2
Tints of Pink Flamingo #EF68F2
RGB
CMYK
RGB Variations
Color information
#EF68F2 (or 0xEF68F2) is known color: Pink Flamingo. HEX triplet: EF, 68 and F2. RGB value is (239,104,242). Sum of RGB (Red+Green+Blue) = 239+104+242=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 104 (41.02% from 255 or 17.78% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF68F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF68F2 is #10970D. Grayscale: #9F9F9F. Windows color (decimal): -1087246 or 15886575. OLE color: 15886575.
HSL color Cylindrical-coordinate representation of color #EF68F2: hue angle of 298.7º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF68F2 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 104 | 242 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.05 |
| HSL | 298.7º | 0.84% | 0.68% | - |
| HSV(B) | 298.7º | 0.57% | 0.95% | - |
| XYZ | 56.57 | 34.66 | 87.71 | - |
| YUV | 160.1 | 174.23 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 242 | 0.01 | 0.57 | 0 | 0.05 | 298.7 | 0.84 | 0.68 |
| Hex | EF | 68 | F2 | 1 | 39 | 0 | 5 | 12B | 54 | 44 |
| Octal | 357 | 150 | 362 | 1 | 71 | 0 | 5 | 453 | 124 | 104 |
| Binary | 11101111 | 1101000 | 11110010 | 1 | 111001 | 0 | 101 | 100101011 | 1010100 | 1000100 |
Color Harmonies of #EF68F2
Complementary color
Monochromatic Colors of #EF68F2
Black with #EF68F2
Text Example
Text Example
White with #EF68F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68F2; }
p { color: rgb(239,104,242); }
H1.HeaderClassName
{
color: #EF68F2;
}
.AnyTagClassName
{
color: #EF68F2;
}
</style>
background-color css
<style>
a { background-color: #EF68F2; }
a { background-color: rgb(239,104,242); }
div.DivClassName
{
background-color: #EF68F2;
}
.BgClassName
{
background-color: #EF68F2;
}
</style>
border-color css
<style>
span { border-color: #EF68F2; }
span { border-color: rgb(239,104,242); }
td.TdClassName
{
border-color: #EF68F2;
}
.TagClassName
{
border-color: #EF68F2;
}
</style>