Shades of Pink Flamingo #EF68F8
Tints of Pink Flamingo #EF68F8
RGB
CMYK
RGB Variations
Color information
#EF68F8 (or 0xEF68F8) is known color: Pink Flamingo. HEX triplet: EF, 68 and F8. RGB value is (239,104,248). Sum of RGB (Red+Green+Blue) = 239+104+248=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 104 (41.02% from 255 or 17.60% from 591); Blue value is 248 (97.27% from 255 or 41.96% from 591); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF68F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF68F8 is #109707. Grayscale: #A0A0A0. Windows color (decimal): -1087240 or 16279791. OLE color: 16279791.
HSL color Cylindrical-coordinate representation of color #EF68F8: hue angle of 296.25º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF68F8 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 104 | 248 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.03 |
| HSL | 296.25º | 0.91% | 0.69% | - |
| HSV(B) | 296.25º | 0.58% | 0.97% | - |
| XYZ | 57.49 | 35.03 | 92.54 | - |
| YUV | 160.78 | 177.23 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 248 | 0.04 | 0.58 | 0 | 0.03 | 296.25 | 0.91 | 0.69 |
| Hex | EF | 68 | F8 | 4 | 3A | 0 | 3 | 128 | 5B | 45 |
| Octal | 357 | 150 | 370 | 4 | 72 | 0 | 3 | 450 | 133 | 105 |
| Binary | 11101111 | 1101000 | 11111000 | 100 | 111010 | 0 | 11 | 100101000 | 1011011 | 1000101 |
Color Harmonies of #EF68F8
Complementary color
Monochromatic Colors of #EF68F8
Black with #EF68F8
Text Example
Text Example
White with #EF68F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68F8; }
p { color: rgb(239,104,248); }
H1.HeaderClassName
{
color: #EF68F8;
}
.AnyTagClassName
{
color: #EF68F8;
}
</style>
background-color css
<style>
a { background-color: #EF68F8; }
a { background-color: rgb(239,104,248); }
div.DivClassName
{
background-color: #EF68F8;
}
.BgClassName
{
background-color: #EF68F8;
}
</style>
border-color css
<style>
span { border-color: #EF68F8; }
span { border-color: rgb(239,104,248); }
td.TdClassName
{
border-color: #EF68F8;
}
.TagClassName
{
border-color: #EF68F8;
}
</style>