Shades of Pink Flamingo #EF47FF
Tints of Pink Flamingo #EF47FF
RGB
CMYK
RGB Variations
Color information
#EF47FF (or 0xEF47FF) is known color: Pink Flamingo. HEX triplet: EF, 47 and FF. RGB value is (239,71,255). Sum of RGB (Red+Green+Blue) = 239+71+255=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 71 (28.12% from 255 or 12.57% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF47FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF47FF is #10B800. Grayscale: #8D8D8D. Windows color (decimal): -1095681 or 16730095. OLE color: 16730095.
HSL color Cylindrical-coordinate representation of color #EF47FF: hue angle of 294.78º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF47FF is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 71 | 255 | - |
| CMYK | 0.06 | 0.72 | 0 | 0 |
| HSL | 294.78º | 1% | 0.64% | - |
| HSV(B) | 294.78º | 0.72% | 1% | - |
| XYZ | 55.9 | 30.08 | 97.47 | - |
| YUV | 142.21 | 191.66 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 255 | 0.06 | 0.72 | 0 | 0 | 294.78 | 1 | 0.64 |
| Hex | EF | 47 | FF | 6 | 48 | 0 | 0 | 127 | 64 | 40 |
| Octal | 357 | 107 | 377 | 6 | 110 | 0 | 0 | 447 | 144 | 100 |
| Binary | 11101111 | 1000111 | 11111111 | 110 | 1001000 | 0 | 0 | 100100111 | 1100100 | 1000000 |
Color Harmonies of #EF47FF
Complementary color
Monochromatic Colors of #EF47FF
Black with #EF47FF
Text Example
Text Example
White with #EF47FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF47FF; }
p { color: rgb(239,71,255); }
H1.HeaderClassName
{
color: #EF47FF;
}
.AnyTagClassName
{
color: #EF47FF;
}
</style>
background-color css
<style>
a { background-color: #EF47FF; }
a { background-color: rgb(239,71,255); }
div.DivClassName
{
background-color: #EF47FF;
}
.BgClassName
{
background-color: #EF47FF;
}
</style>
border-color css
<style>
span { border-color: #EF47FF; }
span { border-color: rgb(239,71,255); }
td.TdClassName
{
border-color: #EF47FF;
}
.TagClassName
{
border-color: #EF47FF;
}
</style>