Shades of Pink Flamingo #EF69EE
Tints of Pink Flamingo #EF69EE
RGB
CMYK
RGB Variations
Color information
#EF69EE (or 0xEF69EE) is known color: Pink Flamingo. HEX triplet: EF, 69 and EE. RGB value is (239,105,238). Sum of RGB (Red+Green+Blue) = 239+105+238=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 105 (41.41% from 255 or 18.04% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF69EE is #109611. Grayscale: #9F9F9F. Windows color (decimal): -1086994 or 15624687. OLE color: 15624687.
HSL color Cylindrical-coordinate representation of color #EF69EE: hue angle of 300.45º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF69EE is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 238 | - |
| CMYK | 0 | 0.56 | 0.00 | 0.06 |
| HSL | 300.45º | 0.81% | 0.67% | - |
| HSV(B) | 300.45º | 0.56% | 0.94% | - |
| XYZ | 56.08 | 34.63 | 84.62 | - |
| YUV | 160.23 | 171.89 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 238 | 0 | 0.56 | 0.00 | 0.06 | 300.45 | 0.81 | 0.67 |
| Hex | EF | 69 | EE | 0 | 38 | 0 | 6 | 12C | 51 | 43 |
| Octal | 357 | 151 | 356 | 0 | 70 | 0 | 6 | 454 | 121 | 103 |
| Binary | 11101111 | 1101001 | 11101110 | 0 | 111000 | 0 | 110 | 100101100 | 1010001 | 1000011 |
Color Harmonies of #EF69EE
Complementary color
Monochromatic Colors of #EF69EE
Black with #EF69EE
Text Example
Text Example
White with #EF69EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF69EE; }
p { color: rgb(239,105,238); }
H1.HeaderClassName
{
color: #EF69EE;
}
.AnyTagClassName
{
color: #EF69EE;
}
</style>
background-color css
<style>
a { background-color: #EF69EE; }
a { background-color: rgb(239,105,238); }
div.DivClassName
{
background-color: #EF69EE;
}
.BgClassName
{
background-color: #EF69EE;
}
</style>
border-color css
<style>
span { border-color: #EF69EE; }
span { border-color: rgb(239,105,238); }
td.TdClassName
{
border-color: #EF69EE;
}
.TagClassName
{
border-color: #EF69EE;
}
</style>