Shades of Pink Flamingo #EE64EF
Tints of Pink Flamingo #EE64EF
RGB
CMYK
RGB Variations
Color information
#EE64EF (or 0xEE64EF) is known color: Pink Flamingo. HEX triplet: EE, 64 and EF. RGB value is (238,100,239). Sum of RGB (Red+Green+Blue) = 238+100+239=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 100 (39.45% from 255 or 17.33% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE64EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE64EF is #119B10. Grayscale: #9C9C9C. Windows color (decimal): -1153809 or 15688942. OLE color: 15688942.
HSL color Cylindrical-coordinate representation of color #EE64EF: hue angle of 299.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE64EF is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 100 | 239 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.06 |
| HSL | 299.57º | 0.81% | 0.66% | - |
| HSV(B) | 299.57º | 0.58% | 0.94% | - |
| XYZ | 55.4 | 33.52 | 85.21 | - |
| YUV | 157.11 | 174.22 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 239 | 0.00 | 0.58 | 0 | 0.06 | 299.57 | 0.81 | 0.66 |
| Hex | EE | 64 | EF | 0 | 3A | 0 | 6 | 12C | 51 | 42 |
| Octal | 356 | 144 | 357 | 0 | 72 | 0 | 6 | 454 | 121 | 102 |
| Binary | 11101110 | 1100100 | 11101111 | 0 | 111010 | 0 | 110 | 100101100 | 1010001 | 1000010 |
Color Harmonies of #EE64EF
Complementary color
Monochromatic Colors of #EE64EF
Black with #EE64EF
Text Example
Text Example
White with #EE64EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE64EF; }
p { color: rgb(238,100,239); }
H1.HeaderClassName
{
color: #EE64EF;
}
.AnyTagClassName
{
color: #EE64EF;
}
</style>
background-color css
<style>
a { background-color: #EE64EF; }
a { background-color: rgb(238,100,239); }
div.DivClassName
{
background-color: #EE64EF;
}
.BgClassName
{
background-color: #EE64EF;
}
</style>
border-color css
<style>
span { border-color: #EE64EF; }
span { border-color: rgb(238,100,239); }
td.TdClassName
{
border-color: #EE64EF;
}
.TagClassName
{
border-color: #EE64EF;
}
</style>