Shades of Pink Flamingo #EE65FC
Tints of Pink Flamingo #EE65FC
RGB
CMYK
RGB Variations
Color information
#EE65FC (or 0xEE65FC) is known color: Pink Flamingo. HEX triplet: EE, 65 and FC. RGB value is (238,101,252). Sum of RGB (Red+Green+Blue) = 238+101+252=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 101 (39.84% from 255 or 17.09% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE65FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE65FC is #119A03. Grayscale: #9E9E9E. Windows color (decimal): -1153540 or 16541166. OLE color: 16541166.
HSL color Cylindrical-coordinate representation of color #EE65FC: hue angle of 294.44º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE65FC is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 101 | 252 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.01 |
| HSL | 294.44º | 0.96% | 0.69% | - |
| HSV(B) | 294.44º | 0.6% | 0.99% | - |
| XYZ | 57.48 | 34.51 | 95.73 | - |
| YUV | 159.18 | 180.39 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 252 | 0.06 | 0.60 | 0 | 0.01 | 294.44 | 0.96 | 0.69 |
| Hex | EE | 65 | FC | 6 | 3C | 0 | 1 | 126 | 60 | 45 |
| Octal | 356 | 145 | 374 | 6 | 74 | 0 | 1 | 446 | 140 | 105 |
| Binary | 11101110 | 1100101 | 11111100 | 110 | 111100 | 0 | 1 | 100100110 | 1100000 | 1000101 |
Color Harmonies of #EE65FC
Complementary color
Monochromatic Colors of #EE65FC
Black with #EE65FC
Text Example
Text Example
White with #EE65FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE65FC; }
p { color: rgb(238,101,252); }
H1.HeaderClassName
{
color: #EE65FC;
}
.AnyTagClassName
{
color: #EE65FC;
}
</style>
background-color css
<style>
a { background-color: #EE65FC; }
a { background-color: rgb(238,101,252); }
div.DivClassName
{
background-color: #EE65FC;
}
.BgClassName
{
background-color: #EE65FC;
}
</style>
border-color css
<style>
span { border-color: #EE65FC; }
span { border-color: rgb(238,101,252); }
td.TdClassName
{
border-color: #EE65FC;
}
.TagClassName
{
border-color: #EE65FC;
}
</style>