Shades of Pink Flamingo #EF65F5
Tints of Pink Flamingo #EF65F5
RGB
CMYK
RGB Variations
Color information
#EF65F5 (or 0xEF65F5) is known color: Pink Flamingo. HEX triplet: EF, 65 and F5. RGB value is (239,101,245). Sum of RGB (Red+Green+Blue) = 239+101+245=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 101 (39.84% from 255 or 17.26% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF65F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF65F5 is #109A0A. Grayscale: #9E9E9E. Windows color (decimal): -1088011 or 16082415. OLE color: 16082415.
HSL color Cylindrical-coordinate representation of color #EF65F5: hue angle of 297.5º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF65F5 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 101 | 245 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.04 |
| HSL | 297.5º | 0.88% | 0.68% | - |
| HSV(B) | 297.5º | 0.59% | 0.96% | - |
| XYZ | 56.73 | 34.25 | 90.01 | - |
| YUV | 158.68 | 176.72 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 245 | 0.02 | 0.59 | 0 | 0.04 | 297.5 | 0.88 | 0.68 |
| Hex | EF | 65 | F5 | 2 | 3B | 0 | 4 | 12A | 58 | 44 |
| Octal | 357 | 145 | 365 | 2 | 73 | 0 | 4 | 452 | 130 | 104 |
| Binary | 11101111 | 1100101 | 11110101 | 10 | 111011 | 0 | 100 | 100101010 | 1011000 | 1000100 |
Color Harmonies of #EF65F5
Complementary color
Monochromatic Colors of #EF65F5
Black with #EF65F5
Text Example
Text Example
White with #EF65F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65F5; }
p { color: rgb(239,101,245); }
H1.HeaderClassName
{
color: #EF65F5;
}
.AnyTagClassName
{
color: #EF65F5;
}
</style>
background-color css
<style>
a { background-color: #EF65F5; }
a { background-color: rgb(239,101,245); }
div.DivClassName
{
background-color: #EF65F5;
}
.BgClassName
{
background-color: #EF65F5;
}
</style>
border-color css
<style>
span { border-color: #EF65F5; }
span { border-color: rgb(239,101,245); }
td.TdClassName
{
border-color: #EF65F5;
}
.TagClassName
{
border-color: #EF65F5;
}
</style>