Shades of Pink Flamingo #EE64FE
Tints of Pink Flamingo #EE64FE
RGB
CMYK
RGB Variations
Color information
#EE64FE (or 0xEE64FE) is known color: Pink Flamingo. HEX triplet: EE, 64 and FE. RGB value is (238,100,254). Sum of RGB (Red+Green+Blue) = 238+100+254=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 100 (39.45% from 255 or 16.89% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE64FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE64FE is #119B01. Grayscale: #9E9E9E. Windows color (decimal): -1153794 or 16671982. OLE color: 16671982.
HSL color Cylindrical-coordinate representation of color #EE64FE: hue angle of 293.77º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE64FE is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 100 | 254 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.00 |
| HSL | 293.77º | 0.99% | 0.69% | - |
| HSV(B) | 293.77º | 0.61% | 1% | - |
| XYZ | 57.71 | 34.45 | 97.37 | - |
| YUV | 158.82 | 181.72 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 254 | 0.06 | 0.61 | 0 | 0.00 | 293.77 | 0.99 | 0.69 |
| Hex | EE | 64 | FE | 6 | 3D | 0 | 0 | 126 | 63 | 45 |
| Octal | 356 | 144 | 376 | 6 | 75 | 0 | 0 | 446 | 143 | 105 |
| Binary | 11101110 | 1100100 | 11111110 | 110 | 111101 | 0 | 0 | 100100110 | 1100011 | 1000101 |
Color Harmonies of #EE64FE
Complementary color
Monochromatic Colors of #EE64FE
Black with #EE64FE
Text Example
Text Example
White with #EE64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE64FE; }
p { color: rgb(238,100,254); }
H1.HeaderClassName
{
color: #EE64FE;
}
.AnyTagClassName
{
color: #EE64FE;
}
</style>
background-color css
<style>
a { background-color: #EE64FE; }
a { background-color: rgb(238,100,254); }
div.DivClassName
{
background-color: #EE64FE;
}
.BgClassName
{
background-color: #EE64FE;
}
</style>
border-color css
<style>
span { border-color: #EE64FE; }
span { border-color: rgb(238,100,254); }
td.TdClassName
{
border-color: #EE64FE;
}
.TagClassName
{
border-color: #EE64FE;
}
</style>