Shades of Pink Flamingo #EF57F6
Tints of Pink Flamingo #EF57F6
RGB
CMYK
RGB Variations
Color information
#EF57F6 (or 0xEF57F6) is known color: Pink Flamingo. HEX triplet: EF, 57 and F6. RGB value is (239,87,246). Sum of RGB (Red+Green+Blue) = 239+87+246=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 87 (34.38% from 255 or 15.21% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF57F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF57F6 is #10A809. Grayscale: #969696. Windows color (decimal): -1091594 or 16144367. OLE color: 16144367.
HSL color Cylindrical-coordinate representation of color #EF57F6: hue angle of 297.36º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF57F6 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 87 | 246 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.04 |
| HSL | 297.36º | 0.9% | 0.65% | - |
| HSV(B) | 297.36º | 0.65% | 0.96% | - |
| XYZ | 55.64 | 31.82 | 90.4 | - |
| YUV | 150.57 | 181.86 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 246 | 0.03 | 0.65 | 0 | 0.04 | 297.36 | 0.9 | 0.65 |
| Hex | EF | 57 | F6 | 3 | 41 | 0 | 4 | 129 | 5A | 41 |
| Octal | 357 | 127 | 366 | 3 | 101 | 0 | 4 | 451 | 132 | 101 |
| Binary | 11101111 | 1010111 | 11110110 | 11 | 1000001 | 0 | 100 | 100101001 | 1011010 | 1000001 |
Color Harmonies of #EF57F6
Complementary color
Monochromatic Colors of #EF57F6
Black with #EF57F6
Text Example
Text Example
White with #EF57F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF57F6; }
p { color: rgb(239,87,246); }
H1.HeaderClassName
{
color: #EF57F6;
}
.AnyTagClassName
{
color: #EF57F6;
}
</style>
background-color css
<style>
a { background-color: #EF57F6; }
a { background-color: rgb(239,87,246); }
div.DivClassName
{
background-color: #EF57F6;
}
.BgClassName
{
background-color: #EF57F6;
}
</style>
border-color css
<style>
span { border-color: #EF57F6; }
span { border-color: rgb(239,87,246); }
td.TdClassName
{
border-color: #EF57F6;
}
.TagClassName
{
border-color: #EF57F6;
}
</style>