Shades of Pink Flamingo #EE4DFC
Tints of Pink Flamingo #EE4DFC
RGB
CMYK
RGB Variations
Color information
#EE4DFC (or 0xEE4DFC) is known color: Pink Flamingo. HEX triplet: EE, 4D and FC. RGB value is (238,77,252). Sum of RGB (Red+Green+Blue) = 238+77+252=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 77 (30.47% from 255 or 13.58% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE4DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE4DFC is #11B203. Grayscale: #909090. Windows color (decimal): -1159684 or 16535022. OLE color: 16535022.
HSL color Cylindrical-coordinate representation of color #EE4DFC: hue angle of 295.2º 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 #EE4DFC is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 77 | 252 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.01 |
| HSL | 295.2º | 0.97% | 0.65% | - |
| HSV(B) | 295.2º | 0.69% | 0.99% | - |
| XYZ | 55.48 | 30.51 | 95.06 | - |
| YUV | 145.09 | 188.34 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 252 | 0.06 | 0.69 | 0 | 0.01 | 295.2 | 0.97 | 0.65 |
| Hex | EE | 4D | FC | 6 | 45 | 0 | 1 | 127 | 61 | 41 |
| Octal | 356 | 115 | 374 | 6 | 105 | 0 | 1 | 447 | 141 | 101 |
| Binary | 11101110 | 1001101 | 11111100 | 110 | 1000101 | 0 | 1 | 100100111 | 1100001 | 1000001 |
Color Harmonies of #EE4DFC
Complementary color
Monochromatic Colors of #EE4DFC
Black with #EE4DFC
Text Example
Text Example
White with #EE4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4DFC; }
p { color: rgb(238,77,252); }
H1.HeaderClassName
{
color: #EE4DFC;
}
.AnyTagClassName
{
color: #EE4DFC;
}
</style>
background-color css
<style>
a { background-color: #EE4DFC; }
a { background-color: rgb(238,77,252); }
div.DivClassName
{
background-color: #EE4DFC;
}
.BgClassName
{
background-color: #EE4DFC;
}
</style>
border-color css
<style>
span { border-color: #EE4DFC; }
span { border-color: rgb(238,77,252); }
td.TdClassName
{
border-color: #EE4DFC;
}
.TagClassName
{
border-color: #EE4DFC;
}
</style>