Shades of Pink Flamingo #EE4EFC
Tints of Pink Flamingo #EE4EFC
RGB
CMYK
RGB Variations
Color information
#EE4EFC (or 0xEE4EFC) is known color: Pink Flamingo. HEX triplet: EE, 4E and FC. RGB value is (238,78,252). Sum of RGB (Red+Green+Blue) = 238+78+252=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 78 (30.86% from 255 or 13.73% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE4EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE4EFC is #11B103. Grayscale: #919191. Windows color (decimal): -1159428 or 16535278. OLE color: 16535278.
HSL color Cylindrical-coordinate representation of color #EE4EFC: hue angle of 295.17º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4EFC is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 78 | 252 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.01 |
| HSL | 295.17º | 0.97% | 0.65% | - |
| HSV(B) | 295.17º | 0.69% | 0.99% | - |
| XYZ | 55.55 | 30.65 | 95.08 | - |
| YUV | 145.68 | 188.01 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 78 | 252 | 0.06 | 0.69 | 0 | 0.01 | 295.17 | 0.97 | 0.65 |
| Hex | EE | 4E | FC | 6 | 45 | 0 | 1 | 127 | 61 | 41 |
| Octal | 356 | 116 | 374 | 6 | 105 | 0 | 1 | 447 | 141 | 101 |
| Binary | 11101110 | 1001110 | 11111100 | 110 | 1000101 | 0 | 1 | 100100111 | 1100001 | 1000001 |
Color Harmonies of #EE4EFC
Complementary color
Monochromatic Colors of #EE4EFC
Black with #EE4EFC
Text Example
Text Example
White with #EE4EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4EFC; }
p { color: rgb(238,78,252); }
H1.HeaderClassName
{
color: #EE4EFC;
}
.AnyTagClassName
{
color: #EE4EFC;
}
</style>
background-color css
<style>
a { background-color: #EE4EFC; }
a { background-color: rgb(238,78,252); }
div.DivClassName
{
background-color: #EE4EFC;
}
.BgClassName
{
background-color: #EE4EFC;
}
</style>
border-color css
<style>
span { border-color: #EE4EFC; }
span { border-color: rgb(238,78,252); }
td.TdClassName
{
border-color: #EE4EFC;
}
.TagClassName
{
border-color: #EE4EFC;
}
</style>