Shades of Pink Flamingo #EE65F7
Tints of Pink Flamingo #EE65F7
RGB
CMYK
RGB Variations
Color information
#EE65F7 (or 0xEE65F7) is known color: Pink Flamingo. HEX triplet: EE, 65 and F7. RGB value is (238,101,247). Sum of RGB (Red+Green+Blue) = 238+101+247=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 101 (39.84% from 255 or 17.24% from 586); Blue value is 247 (96.88% from 255 or 42.15% from 586); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE65F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE65F7 is #119A08. Grayscale: #9E9E9E. Windows color (decimal): -1153545 or 16213486. OLE color: 16213486.
HSL color Cylindrical-coordinate representation of color #EE65F7: hue angle of 296.3º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE65F7 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 101 | 247 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.03 |
| HSL | 296.3º | 0.9% | 0.68% | - |
| HSV(B) | 296.3º | 0.59% | 0.97% | - |
| XYZ | 56.7 | 34.2 | 91.61 | - |
| YUV | 158.61 | 177.89 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 247 | 0.04 | 0.59 | 0 | 0.03 | 296.3 | 0.9 | 0.68 |
| Hex | EE | 65 | F7 | 4 | 3B | 0 | 3 | 128 | 5A | 44 |
| Octal | 356 | 145 | 367 | 4 | 73 | 0 | 3 | 450 | 132 | 104 |
| Binary | 11101110 | 1100101 | 11110111 | 100 | 111011 | 0 | 11 | 100101000 | 1011010 | 1000100 |
Color Harmonies of #EE65F7
Complementary color
Monochromatic Colors of #EE65F7
Black with #EE65F7
Text Example
Text Example
White with #EE65F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE65F7; }
p { color: rgb(238,101,247); }
H1.HeaderClassName
{
color: #EE65F7;
}
.AnyTagClassName
{
color: #EE65F7;
}
</style>
background-color css
<style>
a { background-color: #EE65F7; }
a { background-color: rgb(238,101,247); }
div.DivClassName
{
background-color: #EE65F7;
}
.BgClassName
{
background-color: #EE65F7;
}
</style>
border-color css
<style>
span { border-color: #EE65F7; }
span { border-color: rgb(238,101,247); }
td.TdClassName
{
border-color: #EE65F7;
}
.TagClassName
{
border-color: #EE65F7;
}
</style>