Shades of Pink Flamingo #EE40FC
Tints of Pink Flamingo #EE40FC
RGB
CMYK
RGB Variations
Color information
#EE40FC (or 0xEE40FC) is known color: Pink Flamingo. HEX triplet: EE, 40 and FC. RGB value is (238,64,252). Sum of RGB (Red+Green+Blue) = 238+64+252=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 64 (25.39% from 255 or 11.55% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE40FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE40FC is #11BF03. Grayscale: #888888. Windows color (decimal): -1163012 or 16531694. OLE color: 16531694.
HSL color Cylindrical-coordinate representation of color #EE40FC: hue angle of 295.53º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE40FC is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 64 | 252 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.01 |
| HSL | 295.53º | 0.97% | 0.62% | - |
| HSV(B) | 295.53º | 0.75% | 0.99% | - |
| XYZ | 54.66 | 28.87 | 94.79 | - |
| YUV | 137.46 | 192.65 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 252 | 0.06 | 0.75 | 0 | 0.01 | 295.53 | 0.97 | 0.62 |
| Hex | EE | 40 | FC | 6 | 4B | 0 | 1 | 128 | 61 | 3E |
| Octal | 356 | 100 | 374 | 6 | 113 | 0 | 1 | 450 | 141 | 76 |
| Binary | 11101110 | 1000000 | 11111100 | 110 | 1001011 | 0 | 1 | 100101000 | 1100001 | 111110 |
Color Harmonies of #EE40FC
Complementary color
Monochromatic Colors of #EE40FC
Black with #EE40FC
Text Example
Text Example
White with #EE40FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE40FC; }
p { color: rgb(238,64,252); }
H1.HeaderClassName
{
color: #EE40FC;
}
.AnyTagClassName
{
color: #EE40FC;
}
</style>
background-color css
<style>
a { background-color: #EE40FC; }
a { background-color: rgb(238,64,252); }
div.DivClassName
{
background-color: #EE40FC;
}
.BgClassName
{
background-color: #EE40FC;
}
</style>
border-color css
<style>
span { border-color: #EE40FC; }
span { border-color: rgb(238,64,252); }
td.TdClassName
{
border-color: #EE40FC;
}
.TagClassName
{
border-color: #EE40FC;
}
</style>