Shades of Pink Flamingo #EF36F9
Tints of Pink Flamingo #EF36F9
RGB
CMYK
RGB Variations
Color information
#EF36F9 (or 0xEF36F9) is known color: Pink Flamingo. HEX triplet: EF, 36 and F9. RGB value is (239,54,249). Sum of RGB (Red+Green+Blue) = 239+54+249=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 54 (21.48% from 255 or 9.96% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF36F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF36F9 is #10C906. Grayscale: #828282. Windows color (decimal): -1100039 or 16332527. OLE color: 16332527.
HSL color Cylindrical-coordinate representation of color #EF36F9: hue angle of 296.92º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF36F9 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 54 | 249 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.02 |
| HSL | 296.92º | 0.94% | 0.59% | - |
| HSV(B) | 296.92º | 0.78% | 0.98% | - |
| XYZ | 54.01 | 27.83 | 92.15 | - |
| YUV | 131.55 | 194.29 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 249 | 0.04 | 0.78 | 0 | 0.02 | 296.92 | 0.94 | 0.59 |
| Hex | EF | 36 | F9 | 4 | 4E | 0 | 2 | 129 | 5E | 3B |
| Octal | 357 | 66 | 371 | 4 | 116 | 0 | 2 | 451 | 136 | 73 |
| Binary | 11101111 | 110110 | 11111001 | 100 | 1001110 | 0 | 10 | 100101001 | 1011110 | 111011 |
Color Harmonies of #EF36F9
Complementary color
Monochromatic Colors of #EF36F9
Black with #EF36F9
Text Example
Text Example
White with #EF36F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF36F9; }
p { color: rgb(239,54,249); }
H1.HeaderClassName
{
color: #EF36F9;
}
.AnyTagClassName
{
color: #EF36F9;
}
</style>
background-color css
<style>
a { background-color: #EF36F9; }
a { background-color: rgb(239,54,249); }
div.DivClassName
{
background-color: #EF36F9;
}
.BgClassName
{
background-color: #EF36F9;
}
</style>
border-color css
<style>
span { border-color: #EF36F9; }
span { border-color: rgb(239,54,249); }
td.TdClassName
{
border-color: #EF36F9;
}
.TagClassName
{
border-color: #EF36F9;
}
</style>