Shades of Pink Flamingo #EF59EF
Tints of Pink Flamingo #EF59EF
RGB
CMYK
RGB Variations
Color information
#EF59EF (or 0xEF59EF) is known color: Pink Flamingo. HEX triplet: EF, 59 and EF. RGB value is (239,89,239). Sum of RGB (Red+Green+Blue) = 239+89+239=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 89 (35.16% from 255 or 15.70% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF59EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF59EF is #10A610. Grayscale: #969696. Windows color (decimal): -1091089 or 15686127. OLE color: 15686127.
HSL color Cylindrical-coordinate representation of color #EF59EF: hue angle of 300º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF59EF is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 239 | - |
| CMYK | 0 | 0.63 | 0 | 0.06 |
| HSL | 300º | 0.82% | 0.64% | - |
| HSV(B) | 300º | 0.63% | 0.94% | - |
| XYZ | 54.75 | 31.73 | 84.9 | - |
| YUV | 150.95 | 177.7 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 239 | 0 | 0.63 | 0 | 0.06 | 300 | 0.82 | 0.64 |
| Hex | EF | 59 | EF | 0 | 3F | 0 | 6 | 12C | 52 | 40 |
| Octal | 357 | 131 | 357 | 0 | 77 | 0 | 6 | 454 | 122 | 100 |
| Binary | 11101111 | 1011001 | 11101111 | 0 | 111111 | 0 | 110 | 100101100 | 1010010 | 1000000 |
Color Harmonies of #EF59EF
Complementary color
Monochromatic Colors of #EF59EF
Black with #EF59EF
Text Example
Text Example
White with #EF59EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF59EF; }
p { color: rgb(239,89,239); }
H1.HeaderClassName
{
color: #EF59EF;
}
.AnyTagClassName
{
color: #EF59EF;
}
</style>
background-color css
<style>
a { background-color: #EF59EF; }
a { background-color: rgb(239,89,239); }
div.DivClassName
{
background-color: #EF59EF;
}
.BgClassName
{
background-color: #EF59EF;
}
</style>
border-color css
<style>
span { border-color: #EF59EF; }
span { border-color: rgb(239,89,239); }
td.TdClassName
{
border-color: #EF59EF;
}
.TagClassName
{
border-color: #EF59EF;
}
</style>