Shades of Pink Flamingo #EF67F8
Tints of Pink Flamingo #EF67F8
RGB
CMYK
RGB Variations
Color information
#EF67F8 (or 0xEF67F8) is known color: Pink Flamingo. HEX triplet: EF, 67 and F8. RGB value is (239,103,248). Sum of RGB (Red+Green+Blue) = 239+103+248=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 103 (40.62% from 255 or 17.46% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF67F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF67F8 is #109807. Grayscale: #9F9F9F. Windows color (decimal): -1087496 or 16279535. OLE color: 16279535.
HSL color Cylindrical-coordinate representation of color #EF67F8: hue angle of 296.28º 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 #EF67F8 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 103 | 248 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.03 |
| HSL | 296.28º | 0.91% | 0.69% | - |
| HSV(B) | 296.28º | 0.58% | 0.97% | - |
| XYZ | 57.39 | 34.83 | 92.5 | - |
| YUV | 160.19 | 177.56 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 248 | 0.04 | 0.58 | 0 | 0.03 | 296.28 | 0.91 | 0.69 |
| Hex | EF | 67 | F8 | 4 | 3A | 0 | 3 | 128 | 5B | 45 |
| Octal | 357 | 147 | 370 | 4 | 72 | 0 | 3 | 450 | 133 | 105 |
| Binary | 11101111 | 1100111 | 11111000 | 100 | 111010 | 0 | 11 | 100101000 | 1011011 | 1000101 |
Color Harmonies of #EF67F8
Complementary color
Monochromatic Colors of #EF67F8
Black with #EF67F8
Text Example
Text Example
White with #EF67F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF67F8; }
p { color: rgb(239,103,248); }
H1.HeaderClassName
{
color: #EF67F8;
}
.AnyTagClassName
{
color: #EF67F8;
}
</style>
background-color css
<style>
a { background-color: #EF67F8; }
a { background-color: rgb(239,103,248); }
div.DivClassName
{
background-color: #EF67F8;
}
.BgClassName
{
background-color: #EF67F8;
}
</style>
border-color css
<style>
span { border-color: #EF67F8; }
span { border-color: rgb(239,103,248); }
td.TdClassName
{
border-color: #EF67F8;
}
.TagClassName
{
border-color: #EF67F8;
}
</style>