Shades of Pink Flamingo #EF4EFF
Tints of Pink Flamingo #EF4EFF
RGB
CMYK
RGB Variations
Color information
#EF4EFF (or 0xEF4EFF) is known color: Pink Flamingo. HEX triplet: EF, 4E and FF. RGB value is (239,78,255). Sum of RGB (Red+Green+Blue) = 239+78+255=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 78 (30.86% from 255 or 13.64% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF4EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4EFF is #10B100. Grayscale: #919191. Windows color (decimal): -1093889 or 16731887. OLE color: 16731887.
HSL color Cylindrical-coordinate representation of color #EF4EFF: hue angle of 294.58º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4EFF is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 78 | 255 | - |
| CMYK | 0.06 | 0.69 | 0 | 0 |
| HSL | 294.58º | 1% | 0.65% | - |
| HSV(B) | 294.58º | 0.69% | 1% | - |
| XYZ | 56.37 | 31.02 | 97.62 | - |
| YUV | 146.32 | 189.34 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 255 | 0.06 | 0.69 | 0 | 0 | 294.58 | 1 | 0.65 |
| Hex | EF | 4E | FF | 6 | 45 | 0 | 0 | 127 | 64 | 41 |
| Octal | 357 | 116 | 377 | 6 | 105 | 0 | 0 | 447 | 144 | 101 |
| Binary | 11101111 | 1001110 | 11111111 | 110 | 1000101 | 0 | 0 | 100100111 | 1100100 | 1000001 |
Color Harmonies of #EF4EFF
Complementary color
Monochromatic Colors of #EF4EFF
Black with #EF4EFF
Text Example
Text Example
White with #EF4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4EFF; }
p { color: rgb(239,78,255); }
H1.HeaderClassName
{
color: #EF4EFF;
}
.AnyTagClassName
{
color: #EF4EFF;
}
</style>
background-color css
<style>
a { background-color: #EF4EFF; }
a { background-color: rgb(239,78,255); }
div.DivClassName
{
background-color: #EF4EFF;
}
.BgClassName
{
background-color: #EF4EFF;
}
</style>
border-color css
<style>
span { border-color: #EF4EFF; }
span { border-color: rgb(239,78,255); }
td.TdClassName
{
border-color: #EF4EFF;
}
.TagClassName
{
border-color: #EF4EFF;
}
</style>