Shades of Pink Flamingo #EF52F6
Tints of Pink Flamingo #EF52F6
RGB
CMYK
RGB Variations
Color information
#EF52F6 (or 0xEF52F6) is known color: Pink Flamingo. HEX triplet: EF, 52 and F6. RGB value is (239,82,246). Sum of RGB (Red+Green+Blue) = 239+82+246=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 82 (32.42% from 255 or 14.46% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF52F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF52F6 is #10AD09. Grayscale: #939393. Windows color (decimal): -1092874 or 16143087. OLE color: 16143087.
HSL color Cylindrical-coordinate representation of color #EF52F6: hue angle of 297.44º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF52F6 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 82 | 246 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.04 |
| HSL | 297.44º | 0.9% | 0.64% | - |
| HSV(B) | 297.44º | 0.67% | 0.96% | - |
| XYZ | 55.25 | 31.04 | 90.27 | - |
| YUV | 147.64 | 183.51 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 246 | 0.03 | 0.67 | 0 | 0.04 | 297.44 | 0.9 | 0.64 |
| Hex | EF | 52 | F6 | 3 | 43 | 0 | 4 | 129 | 5A | 40 |
| Octal | 357 | 122 | 366 | 3 | 103 | 0 | 4 | 451 | 132 | 100 |
| Binary | 11101111 | 1010010 | 11110110 | 11 | 1000011 | 0 | 100 | 100101001 | 1011010 | 1000000 |
Color Harmonies of #EF52F6
Complementary color
Monochromatic Colors of #EF52F6
Black with #EF52F6
Text Example
Text Example
White with #EF52F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF52F6; }
p { color: rgb(239,82,246); }
H1.HeaderClassName
{
color: #EF52F6;
}
.AnyTagClassName
{
color: #EF52F6;
}
</style>
background-color css
<style>
a { background-color: #EF52F6; }
a { background-color: rgb(239,82,246); }
div.DivClassName
{
background-color: #EF52F6;
}
.BgClassName
{
background-color: #EF52F6;
}
</style>
border-color css
<style>
span { border-color: #EF52F6; }
span { border-color: rgb(239,82,246); }
td.TdClassName
{
border-color: #EF52F6;
}
.TagClassName
{
border-color: #EF52F6;
}
</style>