Shades of Pink Flamingo #EF64FF
Tints of Pink Flamingo #EF64FF
RGB
CMYK
RGB Variations
Color information
#EF64FF (or 0xEF64FF) is known color: Pink Flamingo. HEX triplet: EF, 64 and FF. RGB value is (239,100,255). Sum of RGB (Red+Green+Blue) = 239+100+255=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 100 (39.45% from 255 or 16.84% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF64FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF64FF is #109B00. Grayscale: #9E9E9E. Windows color (decimal): -1088257 or 16737519. OLE color: 16737519.
HSL color Cylindrical-coordinate representation of color #EF64FF: hue angle of 293.81º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF64FF is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 100 | 255 | - |
| CMYK | 0.06 | 0.61 | 0 | 0 |
| HSL | 293.81º | 1% | 0.7% | - |
| HSV(B) | 293.81º | 0.61% | 1% | - |
| XYZ | 58.2 | 34.69 | 98.23 | - |
| YUV | 159.23 | 182.05 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 255 | 0.06 | 0.61 | 0 | 0 | 293.81 | 1 | 0.7 |
| Hex | EF | 64 | FF | 6 | 3D | 0 | 0 | 126 | 64 | 46 |
| Octal | 357 | 144 | 377 | 6 | 75 | 0 | 0 | 446 | 144 | 106 |
| Binary | 11101111 | 1100100 | 11111111 | 110 | 111101 | 0 | 0 | 100100110 | 1100100 | 1000110 |
Color Harmonies of #EF64FF
Complementary color
Monochromatic Colors of #EF64FF
Black with #EF64FF
Text Example
Text Example
White with #EF64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64FF; }
p { color: rgb(239,100,255); }
H1.HeaderClassName
{
color: #EF64FF;
}
.AnyTagClassName
{
color: #EF64FF;
}
</style>
background-color css
<style>
a { background-color: #EF64FF; }
a { background-color: rgb(239,100,255); }
div.DivClassName
{
background-color: #EF64FF;
}
.BgClassName
{
background-color: #EF64FF;
}
</style>
border-color css
<style>
span { border-color: #EF64FF; }
span { border-color: rgb(239,100,255); }
td.TdClassName
{
border-color: #EF64FF;
}
.TagClassName
{
border-color: #EF64FF;
}
</style>