Shades of Pink Flamingo #EF66FE
Tints of Pink Flamingo #EF66FE
RGB
CMYK
RGB Variations
Color information
#EF66FE (or 0xEF66FE) is known color: Pink Flamingo. HEX triplet: EF, 66 and FE. RGB value is (239,102,254). Sum of RGB (Red+Green+Blue) = 239+102+254=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 102 (40.23% from 255 or 17.14% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF66FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF66FE is #109901. Grayscale: #9F9F9F. Windows color (decimal): -1087746 or 16672495. OLE color: 16672495.
HSL color Cylindrical-coordinate representation of color #EF66FE: hue angle of 294.08º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF66FE is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 102 | 254 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.00 |
| HSL | 294.08º | 0.99% | 0.7% | - |
| HSV(B) | 294.08º | 0.6% | 1% | - |
| XYZ | 58.24 | 35.01 | 97.45 | - |
| YUV | 160.29 | 180.89 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 254 | 0.06 | 0.60 | 0 | 0.00 | 294.08 | 0.99 | 0.7 |
| Hex | EF | 66 | FE | 6 | 3C | 0 | 0 | 126 | 63 | 46 |
| Octal | 357 | 146 | 376 | 6 | 74 | 0 | 0 | 446 | 143 | 106 |
| Binary | 11101111 | 1100110 | 11111110 | 110 | 111100 | 0 | 0 | 100100110 | 1100011 | 1000110 |
Color Harmonies of #EF66FE
Complementary color
Monochromatic Colors of #EF66FE
Black with #EF66FE
Text Example
Text Example
White with #EF66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF66FE; }
p { color: rgb(239,102,254); }
H1.HeaderClassName
{
color: #EF66FE;
}
.AnyTagClassName
{
color: #EF66FE;
}
</style>
background-color css
<style>
a { background-color: #EF66FE; }
a { background-color: rgb(239,102,254); }
div.DivClassName
{
background-color: #EF66FE;
}
.BgClassName
{
background-color: #EF66FE;
}
</style>
border-color css
<style>
span { border-color: #EF66FE; }
span { border-color: rgb(239,102,254); }
td.TdClassName
{
border-color: #EF66FE;
}
.TagClassName
{
border-color: #EF66FE;
}
</style>