Shades of Pink Flamingo #EF4DFE
Tints of Pink Flamingo #EF4DFE
RGB
CMYK
RGB Variations
Color information
#EF4DFE (or 0xEF4DFE) is known color: Pink Flamingo. HEX triplet: EF, 4D and FE. RGB value is (239,77,254). Sum of RGB (Red+Green+Blue) = 239+77+254=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 77 (30.47% from 255 or 13.51% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF4DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4DFE is #10B201. Grayscale: #919191. Windows color (decimal): -1094146 or 16666095. OLE color: 16666095.
HSL color Cylindrical-coordinate representation of color #EF4DFE: hue angle of 294.92º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF4DFE is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 77 | 254 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.00 |
| HSL | 294.92º | 0.99% | 0.65% | - |
| HSV(B) | 294.92º | 0.7% | 1% | - |
| XYZ | 56.14 | 30.81 | 96.75 | - |
| YUV | 145.62 | 189.17 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 254 | 0.06 | 0.70 | 0 | 0.00 | 294.92 | 0.99 | 0.65 |
| Hex | EF | 4D | FE | 6 | 46 | 0 | 0 | 127 | 63 | 41 |
| Octal | 357 | 115 | 376 | 6 | 106 | 0 | 0 | 447 | 143 | 101 |
| Binary | 11101111 | 1001101 | 11111110 | 110 | 1000110 | 0 | 0 | 100100111 | 1100011 | 1000001 |
Color Harmonies of #EF4DFE
Complementary color
Monochromatic Colors of #EF4DFE
Black with #EF4DFE
Text Example
Text Example
White with #EF4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4DFE; }
p { color: rgb(239,77,254); }
H1.HeaderClassName
{
color: #EF4DFE;
}
.AnyTagClassName
{
color: #EF4DFE;
}
</style>
background-color css
<style>
a { background-color: #EF4DFE; }
a { background-color: rgb(239,77,254); }
div.DivClassName
{
background-color: #EF4DFE;
}
.BgClassName
{
background-color: #EF4DFE;
}
</style>
border-color css
<style>
span { border-color: #EF4DFE; }
span { border-color: rgb(239,77,254); }
td.TdClassName
{
border-color: #EF4DFE;
}
.TagClassName
{
border-color: #EF4DFE;
}
</style>