Shades of Pink Flamingo #EE4CFC
Tints of Pink Flamingo #EE4CFC
RGB
CMYK
RGB Variations
Color information
#EE4CFC (or 0xEE4CFC) is known color: Pink Flamingo. HEX triplet: EE, 4C and FC. RGB value is (238,76,252). Sum of RGB (Red+Green+Blue) = 238+76+252=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 76 (30.08% from 255 or 13.43% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE4CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE4CFC is #11B303. Grayscale: #8F8F8F. Windows color (decimal): -1159940 or 16534766. OLE color: 16534766.
HSL color Cylindrical-coordinate representation of color #EE4CFC: hue angle of 295.23º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE4CFC is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 76 | 252 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.01 |
| HSL | 295.23º | 0.97% | 0.64% | - |
| HSV(B) | 295.23º | 0.7% | 0.99% | - |
| XYZ | 55.42 | 30.37 | 95.04 | - |
| YUV | 144.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 76 | 252 | 0.06 | 0.70 | 0 | 0.01 | 295.23 | 0.97 | 0.64 |
| Hex | EE | 4C | FC | 6 | 46 | 0 | 1 | 127 | 61 | 40 |
| Octal | 356 | 114 | 374 | 6 | 106 | 0 | 1 | 447 | 141 | 100 |
| Binary | 11101110 | 1001100 | 11111100 | 110 | 1000110 | 0 | 1 | 100100111 | 1100001 | 1000000 |
Color Harmonies of #EE4CFC
Complementary color
Monochromatic Colors of #EE4CFC
Black with #EE4CFC
Text Example
Text Example
White with #EE4CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4CFC; }
p { color: rgb(238,76,252); }
H1.HeaderClassName
{
color: #EE4CFC;
}
.AnyTagClassName
{
color: #EE4CFC;
}
</style>
background-color css
<style>
a { background-color: #EE4CFC; }
a { background-color: rgb(238,76,252); }
div.DivClassName
{
background-color: #EE4CFC;
}
.BgClassName
{
background-color: #EE4CFC;
}
</style>
border-color css
<style>
span { border-color: #EE4CFC; }
span { border-color: rgb(238,76,252); }
td.TdClassName
{
border-color: #EE4CFC;
}
.TagClassName
{
border-color: #EE4CFC;
}
</style>