Shades of Pink Flamingo #EE3BFC
Tints of Pink Flamingo #EE3BFC
RGB
CMYK
RGB Variations
Color information
#EE3BFC (or 0xEE3BFC) is known color: Pink Flamingo. HEX triplet: EE, 3B and FC. RGB value is (238,59,252). Sum of RGB (Red+Green+Blue) = 238+59+252=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 59 (23.44% from 255 or 10.75% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE3BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE3BFC is #11C403. Grayscale: #858585. Windows color (decimal): -1164292 or 16530414. OLE color: 16530414.
HSL color Cylindrical-coordinate representation of color #EE3BFC: hue angle of 295.65º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE3BFC is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 59 | 252 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.01 |
| HSL | 295.65º | 0.97% | 0.61% | - |
| HSV(B) | 295.65º | 0.77% | 0.99% | - |
| XYZ | 54.39 | 28.33 | 94.7 | - |
| YUV | 134.52 | 194.3 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 59 | 252 | 0.06 | 0.77 | 0 | 0.01 | 295.65 | 0.97 | 0.61 |
| Hex | EE | 3B | FC | 6 | 4D | 0 | 1 | 128 | 61 | 3D |
| Octal | 356 | 73 | 374 | 6 | 115 | 0 | 1 | 450 | 141 | 75 |
| Binary | 11101110 | 111011 | 11111100 | 110 | 1001101 | 0 | 1 | 100101000 | 1100001 | 111101 |
Color Harmonies of #EE3BFC
Complementary color
Monochromatic Colors of #EE3BFC
Black with #EE3BFC
Text Example
Text Example
White with #EE3BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3BFC; }
p { color: rgb(238,59,252); }
H1.HeaderClassName
{
color: #EE3BFC;
}
.AnyTagClassName
{
color: #EE3BFC;
}
</style>
background-color css
<style>
a { background-color: #EE3BFC; }
a { background-color: rgb(238,59,252); }
div.DivClassName
{
background-color: #EE3BFC;
}
.BgClassName
{
background-color: #EE3BFC;
}
</style>
border-color css
<style>
span { border-color: #EE3BFC; }
span { border-color: rgb(238,59,252); }
td.TdClassName
{
border-color: #EE3BFC;
}
.TagClassName
{
border-color: #EE3BFC;
}
</style>