Shades of Pink Flamingo #EF67FE
Tints of Pink Flamingo #EF67FE
RGB
CMYK
RGB Variations
Color information
#EF67FE (or 0xEF67FE) is known color: Pink Flamingo. HEX triplet: EF, 67 and FE. RGB value is (239,103,254). Sum of RGB (Red+Green+Blue) = 239+103+254=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 103 (40.62% from 255 or 17.28% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF67FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF67FE is #109801. Grayscale: #A0A0A0. Windows color (decimal): -1087490 or 16672751. OLE color: 16672751.
HSL color Cylindrical-coordinate representation of color #EF67FE: hue angle of 294.04º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF67FE is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 103 | 254 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.00 |
| HSL | 294.04º | 0.99% | 0.7% | - |
| HSV(B) | 294.04º | 0.59% | 1% | - |
| XYZ | 58.34 | 35.21 | 97.49 | - |
| YUV | 160.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 254 | 0.06 | 0.59 | 0 | 0.00 | 294.04 | 0.99 | 0.7 |
| Hex | EF | 67 | FE | 6 | 3B | 0 | 0 | 126 | 63 | 46 |
| Octal | 357 | 147 | 376 | 6 | 73 | 0 | 0 | 446 | 143 | 106 |
| Binary | 11101111 | 1100111 | 11111110 | 110 | 111011 | 0 | 0 | 100100110 | 1100011 | 1000110 |
Color Harmonies of #EF67FE
Complementary color
Monochromatic Colors of #EF67FE
Black with #EF67FE
Text Example
Text Example
White with #EF67FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF67FE; }
p { color: rgb(239,103,254); }
H1.HeaderClassName
{
color: #EF67FE;
}
.AnyTagClassName
{
color: #EF67FE;
}
</style>
background-color css
<style>
a { background-color: #EF67FE; }
a { background-color: rgb(239,103,254); }
div.DivClassName
{
background-color: #EF67FE;
}
.BgClassName
{
background-color: #EF67FE;
}
</style>
border-color css
<style>
span { border-color: #EF67FE; }
span { border-color: rgb(239,103,254); }
td.TdClassName
{
border-color: #EF67FE;
}
.TagClassName
{
border-color: #EF67FE;
}
</style>