Shades of Pink Flamingo #EE40F9
Tints of Pink Flamingo #EE40F9
RGB
CMYK
RGB Variations
Color information
#EE40F9 (or 0xEE40F9) is known color: Pink Flamingo. HEX triplet: EE, 40 and F9. RGB value is (238,64,249). Sum of RGB (Red+Green+Blue) = 238+64+249=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 64 (25.39% from 255 or 11.62% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE40F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE40F9 is #11BF06. Grayscale: #888888. Windows color (decimal): -1163015 or 16335086. OLE color: 16335086.
HSL color Cylindrical-coordinate representation of color #EE40F9: hue angle of 296.43º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE40F9 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 64 | 249 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.02 |
| HSL | 296.43º | 0.94% | 0.61% | - |
| HSV(B) | 296.43º | 0.74% | 0.98% | - |
| XYZ | 54.19 | 28.68 | 92.3 | - |
| YUV | 137.12 | 191.15 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 249 | 0.04 | 0.74 | 0 | 0.02 | 296.43 | 0.94 | 0.61 |
| Hex | EE | 40 | F9 | 4 | 4A | 0 | 2 | 128 | 5E | 3D |
| Octal | 356 | 100 | 371 | 4 | 112 | 0 | 2 | 450 | 136 | 75 |
| Binary | 11101110 | 1000000 | 11111001 | 100 | 1001010 | 0 | 10 | 100101000 | 1011110 | 111101 |
Color Harmonies of #EE40F9
Complementary color
Monochromatic Colors of #EE40F9
Black with #EE40F9
Text Example
Text Example
White with #EE40F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE40F9; }
p { color: rgb(238,64,249); }
H1.HeaderClassName
{
color: #EE40F9;
}
.AnyTagClassName
{
color: #EE40F9;
}
</style>
background-color css
<style>
a { background-color: #EE40F9; }
a { background-color: rgb(238,64,249); }
div.DivClassName
{
background-color: #EE40F9;
}
.BgClassName
{
background-color: #EE40F9;
}
</style>
border-color css
<style>
span { border-color: #EE40F9; }
span { border-color: rgb(238,64,249); }
td.TdClassName
{
border-color: #EE40F9;
}
.TagClassName
{
border-color: #EE40F9;
}
</style>