Shades of Pink Flamingo #EF4EF6
Tints of Pink Flamingo #EF4EF6
RGB
CMYK
RGB Variations
Color information
#EF4EF6 (or 0xEF4EF6) is known color: Pink Flamingo. HEX triplet: EF, 4E and F6. RGB value is (239,78,246). Sum of RGB (Red+Green+Blue) = 239+78+246=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 78 (30.86% from 255 or 13.85% from 563); Blue value is 246 (96.48% from 255 or 43.69% from 563); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF4EF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4EF6 is #10B109. Grayscale: #909090. Windows color (decimal): -1093898 or 16142063. OLE color: 16142063.
HSL color Cylindrical-coordinate representation of color #EF4EF6: hue angle of 297.5º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4EF6 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 78 | 246 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.04 |
| HSL | 297.5º | 0.9% | 0.64% | - |
| HSV(B) | 297.5º | 0.68% | 0.96% | - |
| XYZ | 54.96 | 30.45 | 90.17 | - |
| YUV | 145.29 | 184.84 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 246 | 0.03 | 0.68 | 0 | 0.04 | 297.5 | 0.9 | 0.64 |
| Hex | EF | 4E | F6 | 3 | 44 | 0 | 4 | 12A | 5A | 40 |
| Octal | 357 | 116 | 366 | 3 | 104 | 0 | 4 | 452 | 132 | 100 |
| Binary | 11101111 | 1001110 | 11110110 | 11 | 1000100 | 0 | 100 | 100101010 | 1011010 | 1000000 |
Color Harmonies of #EF4EF6
Complementary color
Monochromatic Colors of #EF4EF6
Black with #EF4EF6
Text Example
Text Example
White with #EF4EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4EF6; }
p { color: rgb(239,78,246); }
H1.HeaderClassName
{
color: #EF4EF6;
}
.AnyTagClassName
{
color: #EF4EF6;
}
</style>
background-color css
<style>
a { background-color: #EF4EF6; }
a { background-color: rgb(239,78,246); }
div.DivClassName
{
background-color: #EF4EF6;
}
.BgClassName
{
background-color: #EF4EF6;
}
</style>
border-color css
<style>
span { border-color: #EF4EF6; }
span { border-color: rgb(239,78,246); }
td.TdClassName
{
border-color: #EF4EF6;
}
.TagClassName
{
border-color: #EF4EF6;
}
</style>