Shades of Pink Flamingo #EF3CFC
Tints of Pink Flamingo #EF3CFC
RGB
CMYK
RGB Variations
Color information
#EF3CFC (or 0xEF3CFC) is known color: Pink Flamingo. HEX triplet: EF, 3C and FC. RGB value is (239,60,252). Sum of RGB (Red+Green+Blue) = 239+60+252=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 60 (23.83% from 255 or 10.89% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF3CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3CFC is #10C303. Grayscale: #868686. Windows color (decimal): -1098500 or 16530671. OLE color: 16530671.
HSL color Cylindrical-coordinate representation of color #EF3CFC: hue angle of 295.94º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3CFC is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 60 | 252 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.01 |
| HSL | 295.94º | 0.97% | 0.61% | - |
| HSV(B) | 295.94º | 0.76% | 0.99% | - |
| XYZ | 54.78 | 28.61 | 94.73 | - |
| YUV | 135.41 | 193.8 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 252 | 0.05 | 0.76 | 0 | 0.01 | 295.94 | 0.97 | 0.61 |
| Hex | EF | 3C | FC | 5 | 4C | 0 | 1 | 128 | 61 | 3D |
| Octal | 357 | 74 | 374 | 5 | 114 | 0 | 1 | 450 | 141 | 75 |
| Binary | 11101111 | 111100 | 11111100 | 101 | 1001100 | 0 | 1 | 100101000 | 1100001 | 111101 |
Color Harmonies of #EF3CFC
Complementary color
Monochromatic Colors of #EF3CFC
Black with #EF3CFC
Text Example
Text Example
White with #EF3CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3CFC; }
p { color: rgb(239,60,252); }
H1.HeaderClassName
{
color: #EF3CFC;
}
.AnyTagClassName
{
color: #EF3CFC;
}
</style>
background-color css
<style>
a { background-color: #EF3CFC; }
a { background-color: rgb(239,60,252); }
div.DivClassName
{
background-color: #EF3CFC;
}
.BgClassName
{
background-color: #EF3CFC;
}
</style>
border-color css
<style>
span { border-color: #EF3CFC; }
span { border-color: rgb(239,60,252); }
td.TdClassName
{
border-color: #EF3CFC;
}
.TagClassName
{
border-color: #EF3CFC;
}
</style>