Shades of Pink Flamingo #EF4DFC
Tints of Pink Flamingo #EF4DFC
RGB
CMYK
RGB Variations
Color information
#EF4DFC (or 0xEF4DFC) is known color: Pink Flamingo. HEX triplet: EF, 4D and FC. RGB value is (239,77,252). Sum of RGB (Red+Green+Blue) = 239+77+252=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 77 (30.47% from 255 or 13.56% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF4DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4DFC is #10B203. Grayscale: #909090. Windows color (decimal): -1094148 or 16535023. OLE color: 16535023.
HSL color Cylindrical-coordinate representation of color #EF4DFC: hue angle of 295.54º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4DFC is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 77 | 252 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.01 |
| HSL | 295.54º | 0.97% | 0.65% | - |
| HSV(B) | 295.54º | 0.69% | 0.99% | - |
| XYZ | 55.82 | 30.69 | 95.08 | - |
| YUV | 145.39 | 188.17 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 252 | 0.05 | 0.69 | 0 | 0.01 | 295.54 | 0.97 | 0.65 |
| Hex | EF | 4D | FC | 5 | 45 | 0 | 1 | 128 | 61 | 41 |
| Octal | 357 | 115 | 374 | 5 | 105 | 0 | 1 | 450 | 141 | 101 |
| Binary | 11101111 | 1001101 | 11111100 | 101 | 1000101 | 0 | 1 | 100101000 | 1100001 | 1000001 |
Color Harmonies of #EF4DFC
Complementary color
Monochromatic Colors of #EF4DFC
Black with #EF4DFC
Text Example
Text Example
White with #EF4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4DFC; }
p { color: rgb(239,77,252); }
H1.HeaderClassName
{
color: #EF4DFC;
}
.AnyTagClassName
{
color: #EF4DFC;
}
</style>
background-color css
<style>
a { background-color: #EF4DFC; }
a { background-color: rgb(239,77,252); }
div.DivClassName
{
background-color: #EF4DFC;
}
.BgClassName
{
background-color: #EF4DFC;
}
</style>
border-color css
<style>
span { border-color: #EF4DFC; }
span { border-color: rgb(239,77,252); }
td.TdClassName
{
border-color: #EF4DFC;
}
.TagClassName
{
border-color: #EF4DFC;
}
</style>