Shades of Pink Flamingo #EF45FB
Tints of Pink Flamingo #EF45FB
RGB
CMYK
RGB Variations
Color information
#EF45FB (or 0xEF45FB) is known color: Pink Flamingo. HEX triplet: EF, 45 and FB. RGB value is (239,69,251). Sum of RGB (Red+Green+Blue) = 239+69+251=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 69 (27.34% from 255 or 12.34% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF45FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF45FB is #10BA04. Grayscale: #8C8C8C. Windows color (decimal): -1096197 or 16467439. OLE color: 16467439.
HSL color Cylindrical-coordinate representation of color #EF45FB: hue angle of 296.04º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF45FB is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 69 | 251 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.02 |
| HSL | 296.04º | 0.96% | 0.63% | - |
| HSV(B) | 296.04º | 0.73% | 0.98% | - |
| XYZ | 55.14 | 29.57 | 94.07 | - |
| YUV | 140.58 | 190.32 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 251 | 0.05 | 0.73 | 0 | 0.02 | 296.04 | 0.96 | 0.63 |
| Hex | EF | 45 | FB | 5 | 49 | 0 | 2 | 128 | 60 | 3F |
| Octal | 357 | 105 | 373 | 5 | 111 | 0 | 2 | 450 | 140 | 77 |
| Binary | 11101111 | 1000101 | 11111011 | 101 | 1001001 | 0 | 10 | 100101000 | 1100000 | 111111 |
Color Harmonies of #EF45FB
Complementary color
Monochromatic Colors of #EF45FB
Black with #EF45FB
Text Example
Text Example
White with #EF45FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF45FB; }
p { color: rgb(239,69,251); }
H1.HeaderClassName
{
color: #EF45FB;
}
.AnyTagClassName
{
color: #EF45FB;
}
</style>
background-color css
<style>
a { background-color: #EF45FB; }
a { background-color: rgb(239,69,251); }
div.DivClassName
{
background-color: #EF45FB;
}
.BgClassName
{
background-color: #EF45FB;
}
</style>
border-color css
<style>
span { border-color: #EF45FB; }
span { border-color: rgb(239,69,251); }
td.TdClassName
{
border-color: #EF45FB;
}
.TagClassName
{
border-color: #EF45FB;
}
</style>