Shades of Pink Flamingo #EE4DFB
Tints of Pink Flamingo #EE4DFB
RGB
CMYK
RGB Variations
Color information
#EE4DFB (or 0xEE4DFB) is known color: Pink Flamingo. HEX triplet: EE, 4D and FB. RGB value is (238,77,251). Sum of RGB (Red+Green+Blue) = 238+77+251=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 77 (30.47% from 255 or 13.60% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE4DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE4DFB is #11B204. Grayscale: #909090. Windows color (decimal): -1159685 or 16469486. OLE color: 16469486.
HSL color Cylindrical-coordinate representation of color #EE4DFB: hue angle of 295.52º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4DFB is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 77 | 251 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.02 |
| HSL | 295.52º | 0.96% | 0.64% | - |
| HSV(B) | 295.52º | 0.69% | 0.98% | - |
| XYZ | 55.33 | 30.45 | 94.23 | - |
| YUV | 144.98 | 187.84 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 251 | 0.05 | 0.69 | 0 | 0.02 | 295.52 | 0.96 | 0.64 |
| Hex | EE | 4D | FB | 5 | 45 | 0 | 2 | 128 | 60 | 40 |
| Octal | 356 | 115 | 373 | 5 | 105 | 0 | 2 | 450 | 140 | 100 |
| Binary | 11101110 | 1001101 | 11111011 | 101 | 1000101 | 0 | 10 | 100101000 | 1100000 | 1000000 |
Color Harmonies of #EE4DFB
Complementary color
Monochromatic Colors of #EE4DFB
Black with #EE4DFB
Text Example
Text Example
White with #EE4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4DFB; }
p { color: rgb(238,77,251); }
H1.HeaderClassName
{
color: #EE4DFB;
}
.AnyTagClassName
{
color: #EE4DFB;
}
</style>
background-color css
<style>
a { background-color: #EE4DFB; }
a { background-color: rgb(238,77,251); }
div.DivClassName
{
background-color: #EE4DFB;
}
.BgClassName
{
background-color: #EE4DFB;
}
</style>
border-color css
<style>
span { border-color: #EE4DFB; }
span { border-color: rgb(238,77,251); }
td.TdClassName
{
border-color: #EE4DFB;
}
.TagClassName
{
border-color: #EE4DFB;
}
</style>