Shades of Pink Flamingo #EE65EF
Tints of Pink Flamingo #EE65EF
RGB
CMYK
RGB Variations
Color information
#EE65EF (or 0xEE65EF) is known color: Pink Flamingo. HEX triplet: EE, 65 and EF. RGB value is (238,101,239). Sum of RGB (Red+Green+Blue) = 238+101+239=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 101 (39.84% from 255 or 17.47% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE65EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE65EF is #119A10. Grayscale: #9D9D9D. Windows color (decimal): -1153553 or 15689198. OLE color: 15689198.
HSL color Cylindrical-coordinate representation of color #EE65EF: hue angle of 299.57º 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 #EE65EF is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 101 | 239 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.06 |
| HSL | 299.57º | 0.81% | 0.67% | - |
| HSV(B) | 299.57º | 0.58% | 0.94% | - |
| XYZ | 55.49 | 33.72 | 85.24 | - |
| YUV | 157.7 | 173.89 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 239 | 0.00 | 0.58 | 0 | 0.06 | 299.57 | 0.81 | 0.67 |
| Hex | EE | 65 | EF | 0 | 3A | 0 | 6 | 12C | 51 | 43 |
| Octal | 356 | 145 | 357 | 0 | 72 | 0 | 6 | 454 | 121 | 103 |
| Binary | 11101110 | 1100101 | 11101111 | 0 | 111010 | 0 | 110 | 100101100 | 1010001 | 1000011 |
Color Harmonies of #EE65EF
Complementary color
Monochromatic Colors of #EE65EF
Black with #EE65EF
Text Example
Text Example
White with #EE65EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE65EF; }
p { color: rgb(238,101,239); }
H1.HeaderClassName
{
color: #EE65EF;
}
.AnyTagClassName
{
color: #EE65EF;
}
</style>
background-color css
<style>
a { background-color: #EE65EF; }
a { background-color: rgb(238,101,239); }
div.DivClassName
{
background-color: #EE65EF;
}
.BgClassName
{
background-color: #EE65EF;
}
</style>
border-color css
<style>
span { border-color: #EE65EF; }
span { border-color: rgb(238,101,239); }
td.TdClassName
{
border-color: #EE65EF;
}
.TagClassName
{
border-color: #EE65EF;
}
</style>