Shades of Pink Flamingo #EF3FFC
Tints of Pink Flamingo #EF3FFC
RGB
CMYK
RGB Variations
Color information
#EF3FFC (or 0xEF3FFC) is known color: Pink Flamingo. HEX triplet: EF, 3F and FC. RGB value is (239,63,252). Sum of RGB (Red+Green+Blue) = 239+63+252=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 63 (25% from 255 or 11.37% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF3FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3FFC is #10C003. Grayscale: #888888. Windows color (decimal): -1097732 or 16531439. OLE color: 16531439.
HSL color Cylindrical-coordinate representation of color #EF3FFC: hue angle of 295.87º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3FFC is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 63 | 252 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.01 |
| HSL | 295.87º | 0.97% | 0.62% | - |
| HSV(B) | 295.87º | 0.75% | 0.99% | - |
| XYZ | 54.94 | 28.93 | 94.78 | - |
| YUV | 137.17 | 192.81 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 63 | 252 | 0.05 | 0.75 | 0 | 0.01 | 295.87 | 0.97 | 0.62 |
| Hex | EF | 3F | FC | 5 | 4B | 0 | 1 | 128 | 61 | 3E |
| Octal | 357 | 77 | 374 | 5 | 113 | 0 | 1 | 450 | 141 | 76 |
| Binary | 11101111 | 111111 | 11111100 | 101 | 1001011 | 0 | 1 | 100101000 | 1100001 | 111110 |
Color Harmonies of #EF3FFC
Complementary color
Monochromatic Colors of #EF3FFC
Black with #EF3FFC
Text Example
Text Example
White with #EF3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3FFC; }
p { color: rgb(239,63,252); }
H1.HeaderClassName
{
color: #EF3FFC;
}
.AnyTagClassName
{
color: #EF3FFC;
}
</style>
background-color css
<style>
a { background-color: #EF3FFC; }
a { background-color: rgb(239,63,252); }
div.DivClassName
{
background-color: #EF3FFC;
}
.BgClassName
{
background-color: #EF3FFC;
}
</style>
border-color css
<style>
span { border-color: #EF3FFC; }
span { border-color: rgb(239,63,252); }
td.TdClassName
{
border-color: #EF3FFC;
}
.TagClassName
{
border-color: #EF3FFC;
}
</style>