Shades of Pink Flamingo #EF5FF2
Tints of Pink Flamingo #EF5FF2
RGB
CMYK
RGB Variations
Color information
#EF5FF2 (or 0xEF5FF2) is known color: Pink Flamingo. HEX triplet: EF, 5F and F2. RGB value is (239,95,242). Sum of RGB (Red+Green+Blue) = 239+95+242=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 95 (37.5% from 255 or 16.49% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF5FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5FF2 is #10A00D. Grayscale: #9A9A9A. Windows color (decimal): -1089550 or 15884271. OLE color: 15884271.
HSL color Cylindrical-coordinate representation of color #EF5FF2: hue angle of 298.78º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5FF2 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 95 | 242 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.05 |
| HSL | 298.78º | 0.85% | 0.66% | - |
| HSV(B) | 298.78º | 0.61% | 0.95% | - |
| XYZ | 55.72 | 32.95 | 87.43 | - |
| YUV | 154.81 | 177.21 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 95 | 242 | 0.01 | 0.61 | 0 | 0.05 | 298.78 | 0.85 | 0.66 |
| Hex | EF | 5F | F2 | 1 | 3D | 0 | 5 | 12B | 55 | 42 |
| Octal | 357 | 137 | 362 | 1 | 75 | 0 | 5 | 453 | 125 | 102 |
| Binary | 11101111 | 1011111 | 11110010 | 1 | 111101 | 0 | 101 | 100101011 | 1010101 | 1000010 |
Color Harmonies of #EF5FF2
Complementary color
Monochromatic Colors of #EF5FF2
Black with #EF5FF2
Text Example
Text Example
White with #EF5FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5FF2; }
p { color: rgb(239,95,242); }
H1.HeaderClassName
{
color: #EF5FF2;
}
.AnyTagClassName
{
color: #EF5FF2;
}
</style>
background-color css
<style>
a { background-color: #EF5FF2; }
a { background-color: rgb(239,95,242); }
div.DivClassName
{
background-color: #EF5FF2;
}
.BgClassName
{
background-color: #EF5FF2;
}
</style>
border-color css
<style>
span { border-color: #EF5FF2; }
span { border-color: rgb(239,95,242); }
td.TdClassName
{
border-color: #EF5FF2;
}
.TagClassName
{
border-color: #EF5FF2;
}
</style>