Shades of Pink Flamingo #EF4EF4
Tints of Pink Flamingo #EF4EF4
RGB
CMYK
RGB Variations
Color information
#EF4EF4 (or 0xEF4EF4) is known color: Pink Flamingo. HEX triplet: EF, 4E and F4. RGB value is (239,78,244). Sum of RGB (Red+Green+Blue) = 239+78+244=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 78 (30.86% from 255 or 13.90% from 561); Blue value is 244 (95.70% from 255 or 43.49% from 561); Max value from RGB is 244 - color contains mainly: blue. Hex color #EF4EF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4EF4 is #10B10B. Grayscale: #909090. Windows color (decimal): -1093900 or 16010991. OLE color: 16010991.
HSL color Cylindrical-coordinate representation of color #EF4EF4: hue angle of 298.19º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4EF4 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 78 | 244 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.04 |
| HSL | 298.19º | 0.88% | 0.63% | - |
| HSV(B) | 298.19º | 0.68% | 0.96% | - |
| XYZ | 54.65 | 30.33 | 88.56 | - |
| YUV | 145.06 | 183.84 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 244 | 0.02 | 0.68 | 0 | 0.04 | 298.19 | 0.88 | 0.63 |
| Hex | EF | 4E | F4 | 2 | 44 | 0 | 4 | 12A | 58 | 3F |
| Octal | 357 | 116 | 364 | 2 | 104 | 0 | 4 | 452 | 130 | 77 |
| Binary | 11101111 | 1001110 | 11110100 | 10 | 1000100 | 0 | 100 | 100101010 | 1011000 | 111111 |
Color Harmonies of #EF4EF4
Complementary color
Monochromatic Colors of #EF4EF4
Black with #EF4EF4
Text Example
Text Example
White with #EF4EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4EF4; }
p { color: rgb(239,78,244); }
H1.HeaderClassName
{
color: #EF4EF4;
}
.AnyTagClassName
{
color: #EF4EF4;
}
</style>
background-color css
<style>
a { background-color: #EF4EF4; }
a { background-color: rgb(239,78,244); }
div.DivClassName
{
background-color: #EF4EF4;
}
.BgClassName
{
background-color: #EF4EF4;
}
</style>
border-color css
<style>
span { border-color: #EF4EF4; }
span { border-color: rgb(239,78,244); }
td.TdClassName
{
border-color: #EF4EF4;
}
.TagClassName
{
border-color: #EF4EF4;
}
</style>