Shades of Pink Flamingo #EF65EF
Tints of Pink Flamingo #EF65EF
RGB
CMYK
RGB Variations
Color information
#EF65EF (or 0xEF65EF) is known color: Pink Flamingo. HEX triplet: EF, 65 and EF. RGB value is (239,101,239). Sum of RGB (Red+Green+Blue) = 239+101+239=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 101 (39.84% from 255 or 17.44% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF65EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF65EF is #109A10. Grayscale: #9D9D9D. Windows color (decimal): -1088017 or 15689199. OLE color: 15689199.
HSL color Cylindrical-coordinate representation of color #EF65EF: hue angle of 300º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF65EF is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 239 | - |
| CMYK | 0 | 0.58 | 0 | 0.06 |
| HSL | 300º | 0.81% | 0.67% | - |
| HSV(B) | 300º | 0.58% | 0.94% | - |
| XYZ | 55.83 | 33.89 | 85.26 | - |
| YUV | 157.99 | 173.72 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 239 | 0 | 0.58 | 0 | 0.06 | 300 | 0.81 | 0.67 |
| Hex | EF | 65 | EF | 0 | 3A | 0 | 6 | 12C | 51 | 43 |
| Octal | 357 | 145 | 357 | 0 | 72 | 0 | 6 | 454 | 121 | 103 |
| Binary | 11101111 | 1100101 | 11101111 | 0 | 111010 | 0 | 110 | 100101100 | 1010001 | 1000011 |
Color Harmonies of #EF65EF
Complementary color
Monochromatic Colors of #EF65EF
Black with #EF65EF
Text Example
Text Example
White with #EF65EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65EF; }
p { color: rgb(239,101,239); }
H1.HeaderClassName
{
color: #EF65EF;
}
.AnyTagClassName
{
color: #EF65EF;
}
</style>
background-color css
<style>
a { background-color: #EF65EF; }
a { background-color: rgb(239,101,239); }
div.DivClassName
{
background-color: #EF65EF;
}
.BgClassName
{
background-color: #EF65EF;
}
</style>
border-color css
<style>
span { border-color: #EF65EF; }
span { border-color: rgb(239,101,239); }
td.TdClassName
{
border-color: #EF65EF;
}
.TagClassName
{
border-color: #EF65EF;
}
</style>