Shades of Pink Flamingo #EF4CF2
Tints of Pink Flamingo #EF4CF2
RGB
CMYK
RGB Variations
Color information
#EF4CF2 (or 0xEF4CF2) is known color: Pink Flamingo. HEX triplet: EF, 4C and F2. RGB value is (239,76,242). Sum of RGB (Red+Green+Blue) = 239+76+242=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 76 (30.08% from 255 or 13.64% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF4CF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4CF2 is #10B30D. Grayscale: #8F8F8F. Windows color (decimal): -1094414 or 15879407. OLE color: 15879407.
HSL color Cylindrical-coordinate representation of color #EF4CF2: hue angle of 298.92º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4CF2 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 76 | 242 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.05 |
| HSL | 298.92º | 0.86% | 0.62% | - |
| HSV(B) | 298.92º | 0.69% | 0.95% | - |
| XYZ | 54.21 | 29.93 | 86.92 | - |
| YUV | 143.66 | 183.5 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 242 | 0.01 | 0.69 | 0 | 0.05 | 298.92 | 0.86 | 0.62 |
| Hex | EF | 4C | F2 | 1 | 45 | 0 | 5 | 12B | 56 | 3E |
| Octal | 357 | 114 | 362 | 1 | 105 | 0 | 5 | 453 | 126 | 76 |
| Binary | 11101111 | 1001100 | 11110010 | 1 | 1000101 | 0 | 101 | 100101011 | 1010110 | 111110 |
Color Harmonies of #EF4CF2
Complementary color
Monochromatic Colors of #EF4CF2
Black with #EF4CF2
Text Example
Text Example
White with #EF4CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4CF2; }
p { color: rgb(239,76,242); }
H1.HeaderClassName
{
color: #EF4CF2;
}
.AnyTagClassName
{
color: #EF4CF2;
}
</style>
background-color css
<style>
a { background-color: #EF4CF2; }
a { background-color: rgb(239,76,242); }
div.DivClassName
{
background-color: #EF4CF2;
}
.BgClassName
{
background-color: #EF4CF2;
}
</style>
border-color css
<style>
span { border-color: #EF4CF2; }
span { border-color: rgb(239,76,242); }
td.TdClassName
{
border-color: #EF4CF2;
}
.TagClassName
{
border-color: #EF4CF2;
}
</style>