Shades of Pink Flamingo #EF47FE
Tints of Pink Flamingo #EF47FE
RGB
CMYK
RGB Variations
Color information
#EF47FE (or 0xEF47FE) is known color: Pink Flamingo. HEX triplet: EF, 47 and FE. RGB value is (239,71,254). Sum of RGB (Red+Green+Blue) = 239+71+254=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 71 (28.12% from 255 or 12.59% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF47FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF47FE is #10B801. Grayscale: #8D8D8D. Windows color (decimal): -1095682 or 16664559. OLE color: 16664559.
HSL color Cylindrical-coordinate representation of color #EF47FE: hue angle of 295.08º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF47FE is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 71 | 254 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.00 |
| HSL | 295.08º | 0.99% | 0.64% | - |
| HSV(B) | 295.08º | 0.72% | 1% | - |
| XYZ | 55.74 | 30.01 | 96.62 | - |
| YUV | 142.09 | 191.16 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 254 | 0.06 | 0.72 | 0 | 0.00 | 295.08 | 0.99 | 0.64 |
| Hex | EF | 47 | FE | 6 | 48 | 0 | 0 | 127 | 63 | 40 |
| Octal | 357 | 107 | 376 | 6 | 110 | 0 | 0 | 447 | 143 | 100 |
| Binary | 11101111 | 1000111 | 11111110 | 110 | 1001000 | 0 | 0 | 100100111 | 1100011 | 1000000 |
Color Harmonies of #EF47FE
Complementary color
Monochromatic Colors of #EF47FE
Black with #EF47FE
Text Example
Text Example
White with #EF47FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF47FE; }
p { color: rgb(239,71,254); }
H1.HeaderClassName
{
color: #EF47FE;
}
.AnyTagClassName
{
color: #EF47FE;
}
</style>
background-color css
<style>
a { background-color: #EF47FE; }
a { background-color: rgb(239,71,254); }
div.DivClassName
{
background-color: #EF47FE;
}
.BgClassName
{
background-color: #EF47FE;
}
</style>
border-color css
<style>
span { border-color: #EF47FE; }
span { border-color: rgb(239,71,254); }
td.TdClassName
{
border-color: #EF47FE;
}
.TagClassName
{
border-color: #EF47FE;
}
</style>