Shades of Pink Flamingo #EF5DFC
Tints of Pink Flamingo #EF5DFC
RGB
CMYK
RGB Variations
Color information
#EF5DFC (or 0xEF5DFC) is known color: Pink Flamingo. HEX triplet: EF, 5D and FC. RGB value is (239,93,252). Sum of RGB (Red+Green+Blue) = 239+93+252=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 93 (36.72% from 255 or 15.92% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF5DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5DFC is #10A203. Grayscale: #9A9A9A. Windows color (decimal): -1090052 or 16539119. OLE color: 16539119.
HSL color Cylindrical-coordinate representation of color #EF5DFC: hue angle of 295.09º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5DFC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 93 | 252 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.01 |
| HSL | 295.09º | 0.96% | 0.68% | - |
| HSV(B) | 295.09º | 0.63% | 0.99% | - |
| XYZ | 57.08 | 33.21 | 95.5 | - |
| YUV | 154.78 | 182.87 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 252 | 0.05 | 0.63 | 0 | 0.01 | 295.09 | 0.96 | 0.68 |
| Hex | EF | 5D | FC | 5 | 3F | 0 | 1 | 127 | 60 | 44 |
| Octal | 357 | 135 | 374 | 5 | 77 | 0 | 1 | 447 | 140 | 104 |
| Binary | 11101111 | 1011101 | 11111100 | 101 | 111111 | 0 | 1 | 100100111 | 1100000 | 1000100 |
Color Harmonies of #EF5DFC
Complementary color
Monochromatic Colors of #EF5DFC
Black with #EF5DFC
Text Example
Text Example
White with #EF5DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5DFC; }
p { color: rgb(239,93,252); }
H1.HeaderClassName
{
color: #EF5DFC;
}
.AnyTagClassName
{
color: #EF5DFC;
}
</style>
background-color css
<style>
a { background-color: #EF5DFC; }
a { background-color: rgb(239,93,252); }
div.DivClassName
{
background-color: #EF5DFC;
}
.BgClassName
{
background-color: #EF5DFC;
}
</style>
border-color css
<style>
span { border-color: #EF5DFC; }
span { border-color: rgb(239,93,252); }
td.TdClassName
{
border-color: #EF5DFC;
}
.TagClassName
{
border-color: #EF5DFC;
}
</style>