Shades of Pink Flamingo #EF50FE
Tints of Pink Flamingo #EF50FE
RGB
CMYK
RGB Variations
Color information
#EF50FE (or 0xEF50FE) is known color: Pink Flamingo. HEX triplet: EF, 50 and FE. RGB value is (239,80,254). Sum of RGB (Red+Green+Blue) = 239+80+254=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 80 (31.64% from 255 or 13.96% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF50FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF50FE is #10AF01. Grayscale: #929292. Windows color (decimal): -1093378 or 16666863. OLE color: 16666863.
HSL color Cylindrical-coordinate representation of color #EF50FE: hue angle of 294.83º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF50FE is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 80 | 254 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.00 |
| HSL | 294.83º | 0.99% | 0.65% | - |
| HSV(B) | 294.83º | 0.69% | 1% | - |
| XYZ | 56.35 | 31.24 | 96.83 | - |
| YUV | 147.38 | 188.18 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 254 | 0.06 | 0.69 | 0 | 0.00 | 294.83 | 0.99 | 0.65 |
| Hex | EF | 50 | FE | 6 | 45 | 0 | 0 | 127 | 63 | 41 |
| Octal | 357 | 120 | 376 | 6 | 105 | 0 | 0 | 447 | 143 | 101 |
| Binary | 11101111 | 1010000 | 11111110 | 110 | 1000101 | 0 | 0 | 100100111 | 1100011 | 1000001 |
Color Harmonies of #EF50FE
Complementary color
Monochromatic Colors of #EF50FE
Black with #EF50FE
Text Example
Text Example
White with #EF50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50FE; }
p { color: rgb(239,80,254); }
H1.HeaderClassName
{
color: #EF50FE;
}
.AnyTagClassName
{
color: #EF50FE;
}
</style>
background-color css
<style>
a { background-color: #EF50FE; }
a { background-color: rgb(239,80,254); }
div.DivClassName
{
background-color: #EF50FE;
}
.BgClassName
{
background-color: #EF50FE;
}
</style>
border-color css
<style>
span { border-color: #EF50FE; }
span { border-color: rgb(239,80,254); }
td.TdClassName
{
border-color: #EF50FE;
}
.TagClassName
{
border-color: #EF50FE;
}
</style>