Shades of Pink Flamingo #EF68F3
Tints of Pink Flamingo #EF68F3
RGB
CMYK
RGB Variations
Color information
#EF68F3 (or 0xEF68F3) is known color: Pink Flamingo. HEX triplet: EF, 68 and F3. RGB value is (239,104,243). Sum of RGB (Red+Green+Blue) = 239+104+243=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 104 (41.02% from 255 or 17.75% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF68F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF68F3 is #10970C. Grayscale: #9F9F9F. Windows color (decimal): -1087245 or 15952111. OLE color: 15952111.
HSL color Cylindrical-coordinate representation of color #EF68F3: hue angle of 298.27º degrees, saturation: 0.85, 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 #EF68F3 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 104 | 243 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.05 |
| HSL | 298.27º | 0.85% | 0.68% | - |
| HSV(B) | 298.27º | 0.57% | 0.95% | - |
| XYZ | 56.72 | 34.72 | 88.51 | - |
| YUV | 160.21 | 174.73 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 243 | 0.02 | 0.57 | 0 | 0.05 | 298.27 | 0.85 | 0.68 |
| Hex | EF | 68 | F3 | 2 | 39 | 0 | 5 | 12A | 55 | 44 |
| Octal | 357 | 150 | 363 | 2 | 71 | 0 | 5 | 452 | 125 | 104 |
| Binary | 11101111 | 1101000 | 11110011 | 10 | 111001 | 0 | 101 | 100101010 | 1010101 | 1000100 |
Color Harmonies of #EF68F3
Complementary color
Monochromatic Colors of #EF68F3
Black with #EF68F3
Text Example
Text Example
White with #EF68F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68F3; }
p { color: rgb(239,104,243); }
H1.HeaderClassName
{
color: #EF68F3;
}
.AnyTagClassName
{
color: #EF68F3;
}
</style>
background-color css
<style>
a { background-color: #EF68F3; }
a { background-color: rgb(239,104,243); }
div.DivClassName
{
background-color: #EF68F3;
}
.BgClassName
{
background-color: #EF68F3;
}
</style>
border-color css
<style>
span { border-color: #EF68F3; }
span { border-color: rgb(239,104,243); }
td.TdClassName
{
border-color: #EF68F3;
}
.TagClassName
{
border-color: #EF68F3;
}
</style>