Shades of Pink Flamingo #EF50FF
Tints of Pink Flamingo #EF50FF
RGB
CMYK
RGB Variations
Color information
#EF50FF (or 0xEF50FF) is known color: Pink Flamingo. HEX triplet: EF, 50 and FF. RGB value is (239,80,255). Sum of RGB (Red+Green+Blue) = 239+80+255=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 80 (31.64% from 255 or 13.94% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF50FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF50FF is #10AF00. Grayscale: #929292. Windows color (decimal): -1093377 or 16732399. OLE color: 16732399.
HSL color Cylindrical-coordinate representation of color #EF50FF: hue angle of 294.51º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF50FF is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 80 | 255 | - |
| CMYK | 0.06 | 0.69 | 0 | 0 |
| HSL | 294.51º | 1% | 0.66% | - |
| HSV(B) | 294.51º | 0.69% | 1% | - |
| XYZ | 56.52 | 31.31 | 97.67 | - |
| YUV | 147.49 | 188.68 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 255 | 0.06 | 0.69 | 0 | 0 | 294.51 | 1 | 0.66 |
| Hex | EF | 50 | FF | 6 | 45 | 0 | 0 | 127 | 64 | 42 |
| Octal | 357 | 120 | 377 | 6 | 105 | 0 | 0 | 447 | 144 | 102 |
| Binary | 11101111 | 1010000 | 11111111 | 110 | 1000101 | 0 | 0 | 100100111 | 1100100 | 1000010 |
Color Harmonies of #EF50FF
Complementary color
Monochromatic Colors of #EF50FF
Black with #EF50FF
Text Example
Text Example
White with #EF50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50FF; }
p { color: rgb(239,80,255); }
H1.HeaderClassName
{
color: #EF50FF;
}
.AnyTagClassName
{
color: #EF50FF;
}
</style>
background-color css
<style>
a { background-color: #EF50FF; }
a { background-color: rgb(239,80,255); }
div.DivClassName
{
background-color: #EF50FF;
}
.BgClassName
{
background-color: #EF50FF;
}
</style>
border-color css
<style>
span { border-color: #EF50FF; }
span { border-color: rgb(239,80,255); }
td.TdClassName
{
border-color: #EF50FF;
}
.TagClassName
{
border-color: #EF50FF;
}
</style>