Shades of Pink Flamingo #EF4CF3
Tints of Pink Flamingo #EF4CF3
RGB
CMYK
RGB Variations
Color information
#EF4CF3 (or 0xEF4CF3) is known color: Pink Flamingo. HEX triplet: EF, 4C and F3. RGB value is (239,76,243). Sum of RGB (Red+Green+Blue) = 239+76+243=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 76 (30.08% from 255 or 13.62% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF4CF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4CF3 is #10B30C. Grayscale: #8F8F8F. Windows color (decimal): -1094413 or 15944943. OLE color: 15944943.
HSL color Cylindrical-coordinate representation of color #EF4CF3: hue angle of 298.56º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4CF3 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 76 | 243 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.05 |
| HSL | 298.56º | 0.87% | 0.63% | - |
| HSV(B) | 298.56º | 0.69% | 0.95% | - |
| XYZ | 54.36 | 29.99 | 87.72 | - |
| YUV | 143.78 | 184 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 243 | 0.02 | 0.69 | 0 | 0.05 | 298.56 | 0.87 | 0.63 |
| Hex | EF | 4C | F3 | 2 | 45 | 0 | 5 | 12B | 57 | 3F |
| Octal | 357 | 114 | 363 | 2 | 105 | 0 | 5 | 453 | 127 | 77 |
| Binary | 11101111 | 1001100 | 11110011 | 10 | 1000101 | 0 | 101 | 100101011 | 1010111 | 111111 |
Color Harmonies of #EF4CF3
Complementary color
Monochromatic Colors of #EF4CF3
Black with #EF4CF3
Text Example
Text Example
White with #EF4CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4CF3; }
p { color: rgb(239,76,243); }
H1.HeaderClassName
{
color: #EF4CF3;
}
.AnyTagClassName
{
color: #EF4CF3;
}
</style>
background-color css
<style>
a { background-color: #EF4CF3; }
a { background-color: rgb(239,76,243); }
div.DivClassName
{
background-color: #EF4CF3;
}
.BgClassName
{
background-color: #EF4CF3;
}
</style>
border-color css
<style>
span { border-color: #EF4CF3; }
span { border-color: rgb(239,76,243); }
td.TdClassName
{
border-color: #EF4CF3;
}
.TagClassName
{
border-color: #EF4CF3;
}
</style>