Shades of Pink Flamingo #EF37FC
Tints of Pink Flamingo #EF37FC
RGB
CMYK
RGB Variations
Color information
#EF37FC (or 0xEF37FC) is known color: Pink Flamingo. HEX triplet: EF, 37 and FC. RGB value is (239,55,252). Sum of RGB (Red+Green+Blue) = 239+55+252=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 55 (21.88% from 255 or 10.07% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF37FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF37FC is #10C803. Grayscale: #838383. Windows color (decimal): -1099780 or 16529391. OLE color: 16529391.
HSL color Cylindrical-coordinate representation of color #EF37FC: hue angle of 296.04º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF37FC is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 55 | 252 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.01 |
| HSL | 296.04º | 0.97% | 0.6% | - |
| HSV(B) | 296.04º | 0.78% | 0.99% | - |
| XYZ | 54.53 | 28.11 | 94.65 | - |
| YUV | 132.47 | 195.46 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 252 | 0.05 | 0.78 | 0 | 0.01 | 296.04 | 0.97 | 0.6 |
| Hex | EF | 37 | FC | 5 | 4E | 0 | 1 | 128 | 61 | 3C |
| Octal | 357 | 67 | 374 | 5 | 116 | 0 | 1 | 450 | 141 | 74 |
| Binary | 11101111 | 110111 | 11111100 | 101 | 1001110 | 0 | 1 | 100101000 | 1100001 | 111100 |
Color Harmonies of #EF37FC
Complementary color
Monochromatic Colors of #EF37FC
Black with #EF37FC
Text Example
Text Example
White with #EF37FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF37FC; }
p { color: rgb(239,55,252); }
H1.HeaderClassName
{
color: #EF37FC;
}
.AnyTagClassName
{
color: #EF37FC;
}
</style>
background-color css
<style>
a { background-color: #EF37FC; }
a { background-color: rgb(239,55,252); }
div.DivClassName
{
background-color: #EF37FC;
}
.BgClassName
{
background-color: #EF37FC;
}
</style>
border-color css
<style>
span { border-color: #EF37FC; }
span { border-color: rgb(239,55,252); }
td.TdClassName
{
border-color: #EF37FC;
}
.TagClassName
{
border-color: #EF37FC;
}
</style>