Shades of Pink Flamingo #EE5CF9
Tints of Pink Flamingo #EE5CF9
RGB
CMYK
RGB Variations
Color information
#EE5CF9 (or 0xEE5CF9) is known color: Pink Flamingo. HEX triplet: EE, 5C and F9. RGB value is (238,92,249). Sum of RGB (Red+Green+Blue) = 238+92+249=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 92 (36.33% from 255 or 15.89% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE5CF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5CF9 is #11A306. Grayscale: #999999. Windows color (decimal): -1155847 or 16342254. OLE color: 16342254.
HSL color Cylindrical-coordinate representation of color #EE5CF9: hue angle of 295.8º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE5CF9 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 92 | 249 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.02 |
| HSL | 295.8º | 0.93% | 0.67% | - |
| HSV(B) | 295.8º | 0.63% | 0.98% | - |
| XYZ | 56.19 | 32.67 | 92.97 | - |
| YUV | 153.55 | 181.87 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 92 | 249 | 0.04 | 0.63 | 0 | 0.02 | 295.8 | 0.93 | 0.67 |
| Hex | EE | 5C | F9 | 4 | 3F | 0 | 2 | 128 | 5D | 43 |
| Octal | 356 | 134 | 371 | 4 | 77 | 0 | 2 | 450 | 135 | 103 |
| Binary | 11101110 | 1011100 | 11111001 | 100 | 111111 | 0 | 10 | 100101000 | 1011101 | 1000011 |
Color Harmonies of #EE5CF9
Complementary color
Monochromatic Colors of #EE5CF9
Black with #EE5CF9
Text Example
Text Example
White with #EE5CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5CF9; }
p { color: rgb(238,92,249); }
H1.HeaderClassName
{
color: #EE5CF9;
}
.AnyTagClassName
{
color: #EE5CF9;
}
</style>
background-color css
<style>
a { background-color: #EE5CF9; }
a { background-color: rgb(238,92,249); }
div.DivClassName
{
background-color: #EE5CF9;
}
.BgClassName
{
background-color: #EE5CF9;
}
</style>
border-color css
<style>
span { border-color: #EE5CF9; }
span { border-color: rgb(238,92,249); }
td.TdClassName
{
border-color: #EE5CF9;
}
.TagClassName
{
border-color: #EE5CF9;
}
</style>