Shades of Pink Flamingo #EE40FB
Tints of Pink Flamingo #EE40FB
RGB
CMYK
RGB Variations
Color information
#EE40FB (or 0xEE40FB) is known color: Pink Flamingo. HEX triplet: EE, 40 and FB. RGB value is (238,64,251). Sum of RGB (Red+Green+Blue) = 238+64+251=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 64 (25.39% from 255 or 11.57% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE40FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE40FB is #11BF04. Grayscale: #888888. Windows color (decimal): -1163013 or 16466158. OLE color: 16466158.
HSL color Cylindrical-coordinate representation of color #EE40FB: hue angle of 295.83º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE40FB is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 64 | 251 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.02 |
| HSL | 295.83º | 0.96% | 0.62% | - |
| HSV(B) | 295.83º | 0.75% | 0.98% | - |
| XYZ | 54.51 | 28.81 | 93.95 | - |
| YUV | 137.34 | 192.15 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 251 | 0.05 | 0.75 | 0 | 0.02 | 295.83 | 0.96 | 0.62 |
| Hex | EE | 40 | FB | 5 | 4B | 0 | 2 | 128 | 60 | 3E |
| Octal | 356 | 100 | 373 | 5 | 113 | 0 | 2 | 450 | 140 | 76 |
| Binary | 11101110 | 1000000 | 11111011 | 101 | 1001011 | 0 | 10 | 100101000 | 1100000 | 111110 |
Color Harmonies of #EE40FB
Complementary color
Monochromatic Colors of #EE40FB
Black with #EE40FB
Text Example
Text Example
White with #EE40FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE40FB; }
p { color: rgb(238,64,251); }
H1.HeaderClassName
{
color: #EE40FB;
}
.AnyTagClassName
{
color: #EE40FB;
}
</style>
background-color css
<style>
a { background-color: #EE40FB; }
a { background-color: rgb(238,64,251); }
div.DivClassName
{
background-color: #EE40FB;
}
.BgClassName
{
background-color: #EE40FB;
}
</style>
border-color css
<style>
span { border-color: #EE40FB; }
span { border-color: rgb(238,64,251); }
td.TdClassName
{
border-color: #EE40FB;
}
.TagClassName
{
border-color: #EE40FB;
}
</style>