Shades of Pink Flamingo #EF4FF2
Tints of Pink Flamingo #EF4FF2
RGB
CMYK
RGB Variations
Color information
#EF4FF2 (or 0xEF4FF2) is known color: Pink Flamingo. HEX triplet: EF, 4F and F2. RGB value is (239,79,242). Sum of RGB (Red+Green+Blue) = 239+79+242=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 79 (31.25% from 255 or 14.11% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF4FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4FF2 is #10B00D. Grayscale: #909090. Windows color (decimal): -1093646 or 15880175. OLE color: 15880175.
HSL color Cylindrical-coordinate representation of color #EF4FF2: hue angle of 298.9º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4FF2 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 79 | 242 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.05 |
| HSL | 298.9º | 0.86% | 0.63% | - |
| HSV(B) | 298.9º | 0.67% | 0.95% | - |
| XYZ | 54.42 | 30.35 | 86.99 | - |
| YUV | 145.42 | 182.51 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 242 | 0.01 | 0.67 | 0 | 0.05 | 298.9 | 0.86 | 0.63 |
| Hex | EF | 4F | F2 | 1 | 43 | 0 | 5 | 12B | 56 | 3F |
| Octal | 357 | 117 | 362 | 1 | 103 | 0 | 5 | 453 | 126 | 77 |
| Binary | 11101111 | 1001111 | 11110010 | 1 | 1000011 | 0 | 101 | 100101011 | 1010110 | 111111 |
Color Harmonies of #EF4FF2
Complementary color
Monochromatic Colors of #EF4FF2
Black with #EF4FF2
Text Example
Text Example
White with #EF4FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4FF2; }
p { color: rgb(239,79,242); }
H1.HeaderClassName
{
color: #EF4FF2;
}
.AnyTagClassName
{
color: #EF4FF2;
}
</style>
background-color css
<style>
a { background-color: #EF4FF2; }
a { background-color: rgb(239,79,242); }
div.DivClassName
{
background-color: #EF4FF2;
}
.BgClassName
{
background-color: #EF4FF2;
}
</style>
border-color css
<style>
span { border-color: #EF4FF2; }
span { border-color: rgb(239,79,242); }
td.TdClassName
{
border-color: #EF4FF2;
}
.TagClassName
{
border-color: #EF4FF2;
}
</style>