Shades of Pink Flamingo #EE64F1
Tints of Pink Flamingo #EE64F1
RGB
CMYK
RGB Variations
Color information
#EE64F1 (or 0xEE64F1) is known color: Pink Flamingo. HEX triplet: EE, 64 and F1. RGB value is (238,100,241). Sum of RGB (Red+Green+Blue) = 238+100+241=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 100 (39.45% from 255 or 17.27% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE64F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE64F1 is #119B0E. Grayscale: #9C9C9C. Windows color (decimal): -1153807 or 15820014. OLE color: 15820014.
HSL color Cylindrical-coordinate representation of color #EE64F1: hue angle of 298.72º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE64F1 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 100 | 241 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.05 |
| HSL | 298.72º | 0.83% | 0.67% | - |
| HSV(B) | 298.72º | 0.59% | 0.95% | - |
| XYZ | 55.69 | 33.64 | 86.78 | - |
| YUV | 157.34 | 175.22 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 241 | 0.01 | 0.59 | 0 | 0.05 | 298.72 | 0.83 | 0.67 |
| Hex | EE | 64 | F1 | 1 | 3B | 0 | 5 | 12B | 53 | 43 |
| Octal | 356 | 144 | 361 | 1 | 73 | 0 | 5 | 453 | 123 | 103 |
| Binary | 11101110 | 1100100 | 11110001 | 1 | 111011 | 0 | 101 | 100101011 | 1010011 | 1000011 |
Color Harmonies of #EE64F1
Complementary color
Monochromatic Colors of #EE64F1
Black with #EE64F1
Text Example
Text Example
White with #EE64F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE64F1; }
p { color: rgb(238,100,241); }
H1.HeaderClassName
{
color: #EE64F1;
}
.AnyTagClassName
{
color: #EE64F1;
}
</style>
background-color css
<style>
a { background-color: #EE64F1; }
a { background-color: rgb(238,100,241); }
div.DivClassName
{
background-color: #EE64F1;
}
.BgClassName
{
background-color: #EE64F1;
}
</style>
border-color css
<style>
span { border-color: #EE64F1; }
span { border-color: rgb(238,100,241); }
td.TdClassName
{
border-color: #EE64F1;
}
.TagClassName
{
border-color: #EE64F1;
}
</style>