Shades of Pink Flamingo #EF5BF2
Tints of Pink Flamingo #EF5BF2
RGB
CMYK
RGB Variations
Color information
#EF5BF2 (or 0xEF5BF2) is known color: Pink Flamingo. HEX triplet: EF, 5B and F2. RGB value is (239,91,242). Sum of RGB (Red+Green+Blue) = 239+91+242=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 91 (35.94% from 255 or 15.91% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF5BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5BF2 is #10A40D. Grayscale: #989898. Windows color (decimal): -1090574 or 15883247. OLE color: 15883247.
HSL color Cylindrical-coordinate representation of color #EF5BF2: hue angle of 298.81º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5BF2 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 91 | 242 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.05 |
| HSL | 298.81º | 0.85% | 0.65% | - |
| HSV(B) | 298.81º | 0.62% | 0.95% | - |
| XYZ | 55.36 | 32.24 | 87.31 | - |
| YUV | 152.47 | 178.53 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 91 | 242 | 0.01 | 0.62 | 0 | 0.05 | 298.81 | 0.85 | 0.65 |
| Hex | EF | 5B | F2 | 1 | 3E | 0 | 5 | 12B | 55 | 41 |
| Octal | 357 | 133 | 362 | 1 | 76 | 0 | 5 | 453 | 125 | 101 |
| Binary | 11101111 | 1011011 | 11110010 | 1 | 111110 | 0 | 101 | 100101011 | 1010101 | 1000001 |
Color Harmonies of #EF5BF2
Complementary color
Monochromatic Colors of #EF5BF2
Black with #EF5BF2
Text Example
Text Example
White with #EF5BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5BF2; }
p { color: rgb(239,91,242); }
H1.HeaderClassName
{
color: #EF5BF2;
}
.AnyTagClassName
{
color: #EF5BF2;
}
</style>
background-color css
<style>
a { background-color: #EF5BF2; }
a { background-color: rgb(239,91,242); }
div.DivClassName
{
background-color: #EF5BF2;
}
.BgClassName
{
background-color: #EF5BF2;
}
</style>
border-color css
<style>
span { border-color: #EF5BF2; }
span { border-color: rgb(239,91,242); }
td.TdClassName
{
border-color: #EF5BF2;
}
.TagClassName
{
border-color: #EF5BF2;
}
</style>