Shades of Pink Flamingo #EE64FF
Tints of Pink Flamingo #EE64FF
RGB
CMYK
RGB Variations
Color information
#EE64FF (or 0xEE64FF) is known color: Pink Flamingo. HEX triplet: EE, 64 and FF. RGB value is (238,100,255). Sum of RGB (Red+Green+Blue) = 238+100+255=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 100 (39.45% from 255 or 16.86% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE64FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE64FF is #119B00. Grayscale: #9E9E9E. Windows color (decimal): -1153793 or 16737518. OLE color: 16737518.
HSL color Cylindrical-coordinate representation of color #EE64FF: hue angle of 293.42º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE64FF is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 100 | 255 | - |
| CMYK | 0.07 | 0.61 | 0 | 0 |
| HSL | 293.42º | 1% | 0.7% | - |
| HSV(B) | 293.42º | 0.61% | 1% | - |
| XYZ | 57.87 | 34.51 | 98.22 | - |
| YUV | 158.93 | 182.22 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 255 | 0.07 | 0.61 | 0 | 0 | 293.42 | 1 | 0.7 |
| Hex | EE | 64 | FF | 7 | 3D | 0 | 0 | 125 | 64 | 46 |
| Octal | 356 | 144 | 377 | 7 | 75 | 0 | 0 | 445 | 144 | 106 |
| Binary | 11101110 | 1100100 | 11111111 | 111 | 111101 | 0 | 0 | 100100101 | 1100100 | 1000110 |
Color Harmonies of #EE64FF
Complementary color
Monochromatic Colors of #EE64FF
Black with #EE64FF
Text Example
Text Example
White with #EE64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE64FF; }
p { color: rgb(238,100,255); }
H1.HeaderClassName
{
color: #EE64FF;
}
.AnyTagClassName
{
color: #EE64FF;
}
</style>
background-color css
<style>
a { background-color: #EE64FF; }
a { background-color: rgb(238,100,255); }
div.DivClassName
{
background-color: #EE64FF;
}
.BgClassName
{
background-color: #EE64FF;
}
</style>
border-color css
<style>
span { border-color: #EE64FF; }
span { border-color: rgb(238,100,255); }
td.TdClassName
{
border-color: #EE64FF;
}
.TagClassName
{
border-color: #EE64FF;
}
</style>