Shades of Pink Flamingo #EF65FF
Tints of Pink Flamingo #EF65FF
RGB
CMYK
RGB Variations
Color information
#EF65FF (or 0xEF65FF) is known color: Pink Flamingo. HEX triplet: EF, 65 and FF. RGB value is (239,101,255). Sum of RGB (Red+Green+Blue) = 239+101+255=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 101 (39.84% from 255 or 16.97% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF65FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF65FF is #109A00. Grayscale: #9F9F9F. Windows color (decimal): -1088001 or 16737775. OLE color: 16737775.
HSL color Cylindrical-coordinate representation of color #EF65FF: hue angle of 293.77º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF65FF is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 101 | 255 | - |
| CMYK | 0.06 | 0.60 | 0 | 0 |
| HSL | 293.77º | 1% | 0.7% | - |
| HSV(B) | 293.77º | 0.6% | 1% | - |
| XYZ | 58.3 | 34.88 | 98.27 | - |
| YUV | 159.82 | 181.72 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 255 | 0.06 | 0.60 | 0 | 0 | 293.77 | 1 | 0.7 |
| Hex | EF | 65 | FF | 6 | 3C | 0 | 0 | 126 | 64 | 46 |
| Octal | 357 | 145 | 377 | 6 | 74 | 0 | 0 | 446 | 144 | 106 |
| Binary | 11101111 | 1100101 | 11111111 | 110 | 111100 | 0 | 0 | 100100110 | 1100100 | 1000110 |
Color Harmonies of #EF65FF
Complementary color
Monochromatic Colors of #EF65FF
Black with #EF65FF
Text Example
Text Example
White with #EF65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65FF; }
p { color: rgb(239,101,255); }
H1.HeaderClassName
{
color: #EF65FF;
}
.AnyTagClassName
{
color: #EF65FF;
}
</style>
background-color css
<style>
a { background-color: #EF65FF; }
a { background-color: rgb(239,101,255); }
div.DivClassName
{
background-color: #EF65FF;
}
.BgClassName
{
background-color: #EF65FF;
}
</style>
border-color css
<style>
span { border-color: #EF65FF; }
span { border-color: rgb(239,101,255); }
td.TdClassName
{
border-color: #EF65FF;
}
.TagClassName
{
border-color: #EF65FF;
}
</style>