Shades of Pink Flamingo #EE5FFB
Tints of Pink Flamingo #EE5FFB
RGB
CMYK
RGB Variations
Color information
#EE5FFB (or 0xEE5FFB) is known color: Pink Flamingo. HEX triplet: EE, 5F and FB. RGB value is (238,95,251). Sum of RGB (Red+Green+Blue) = 238+95+251=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 95 (37.5% from 255 or 16.27% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE5FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5FFB is #11A004. Grayscale: #9B9B9B. Windows color (decimal): -1155077 or 16474094. OLE color: 16474094.
HSL color Cylindrical-coordinate representation of color #EE5FFB: hue angle of 295º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5FFB is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 95 | 251 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.02 |
| HSL | 295º | 0.95% | 0.68% | - |
| HSV(B) | 295º | 0.62% | 0.98% | - |
| XYZ | 56.76 | 33.33 | 94.71 | - |
| YUV | 155.54 | 181.88 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 251 | 0.05 | 0.62 | 0 | 0.02 | 295 | 0.95 | 0.68 |
| Hex | EE | 5F | FB | 5 | 3E | 0 | 2 | 127 | 5F | 44 |
| Octal | 356 | 137 | 373 | 5 | 76 | 0 | 2 | 447 | 137 | 104 |
| Binary | 11101110 | 1011111 | 11111011 | 101 | 111110 | 0 | 10 | 100100111 | 1011111 | 1000100 |
Color Harmonies of #EE5FFB
Complementary color
Monochromatic Colors of #EE5FFB
Black with #EE5FFB
Text Example
Text Example
White with #EE5FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5FFB; }
p { color: rgb(238,95,251); }
H1.HeaderClassName
{
color: #EE5FFB;
}
.AnyTagClassName
{
color: #EE5FFB;
}
</style>
background-color css
<style>
a { background-color: #EE5FFB; }
a { background-color: rgb(238,95,251); }
div.DivClassName
{
background-color: #EE5FFB;
}
.BgClassName
{
background-color: #EE5FFB;
}
</style>
border-color css
<style>
span { border-color: #EE5FFB; }
span { border-color: rgb(238,95,251); }
td.TdClassName
{
border-color: #EE5FFB;
}
.TagClassName
{
border-color: #EE5FFB;
}
</style>