Shades of Pink Flamingo #EF68F0
Tints of Pink Flamingo #EF68F0
RGB
CMYK
RGB Variations
Color information
#EF68F0 (or 0xEF68F0) is known color: Pink Flamingo. HEX triplet: EF, 68 and F0. RGB value is (239,104,240). Sum of RGB (Red+Green+Blue) = 239+104+240=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 104 (41.02% from 255 or 17.84% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF68F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF68F0 is #10970F. Grayscale: #9F9F9F. Windows color (decimal): -1087248 or 15755503. OLE color: 15755503.
HSL color Cylindrical-coordinate representation of color #EF68F0: hue angle of 299.56º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF68F0 is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 240 | - |
| CMYK | 0.00 | 0.57 | 0 | 0.06 |
| HSL | 299.56º | 0.82% | 0.67% | - |
| HSV(B) | 299.56º | 0.57% | 0.94% | - |
| XYZ | 56.28 | 34.54 | 86.14 | - |
| YUV | 159.87 | 173.23 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 240 | 0.00 | 0.57 | 0 | 0.06 | 299.56 | 0.82 | 0.67 |
| Hex | EF | 68 | F0 | 0 | 39 | 0 | 6 | 12C | 52 | 43 |
| Octal | 357 | 150 | 360 | 0 | 71 | 0 | 6 | 454 | 122 | 103 |
| Binary | 11101111 | 1101000 | 11110000 | 0 | 111001 | 0 | 110 | 100101100 | 1010010 | 1000011 |
Color Harmonies of #EF68F0
Complementary color
Monochromatic Colors of #EF68F0
Black with #EF68F0
Text Example
Text Example
White with #EF68F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68F0; }
p { color: rgb(239,104,240); }
H1.HeaderClassName
{
color: #EF68F0;
}
.AnyTagClassName
{
color: #EF68F0;
}
</style>
background-color css
<style>
a { background-color: #EF68F0; }
a { background-color: rgb(239,104,240); }
div.DivClassName
{
background-color: #EF68F0;
}
.BgClassName
{
background-color: #EF68F0;
}
</style>
border-color css
<style>
span { border-color: #EF68F0; }
span { border-color: rgb(239,104,240); }
td.TdClassName
{
border-color: #EF68F0;
}
.TagClassName
{
border-color: #EF68F0;
}
</style>