Shades of Pink Flamingo #EE3BFE
Tints of Pink Flamingo #EE3BFE
RGB
CMYK
RGB Variations
Color information
#EE3BFE (or 0xEE3BFE) is known color: Pink Flamingo. HEX triplet: EE, 3B and FE. RGB value is (238,59,254). Sum of RGB (Red+Green+Blue) = 238+59+254=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 59 (23.44% from 255 or 10.71% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE3BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE3BFE is #11C401. Grayscale: #868686. Windows color (decimal): -1164290 or 16661486. OLE color: 16661486.
HSL color Cylindrical-coordinate representation of color #EE3BFE: hue angle of 295.08º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE3BFE is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 59 | 254 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.00 |
| HSL | 295.08º | 0.99% | 0.61% | - |
| HSV(B) | 295.08º | 0.77% | 1% | - |
| XYZ | 54.71 | 28.46 | 96.38 | - |
| YUV | 134.75 | 195.3 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 59 | 254 | 0.06 | 0.77 | 0 | 0.00 | 295.08 | 0.99 | 0.61 |
| Hex | EE | 3B | FE | 6 | 4D | 0 | 0 | 127 | 63 | 3D |
| Octal | 356 | 73 | 376 | 6 | 115 | 0 | 0 | 447 | 143 | 75 |
| Binary | 11101110 | 111011 | 11111110 | 110 | 1001101 | 0 | 0 | 100100111 | 1100011 | 111101 |
Color Harmonies of #EE3BFE
Complementary color
Monochromatic Colors of #EE3BFE
Black with #EE3BFE
Text Example
Text Example
White with #EE3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3BFE; }
p { color: rgb(238,59,254); }
H1.HeaderClassName
{
color: #EE3BFE;
}
.AnyTagClassName
{
color: #EE3BFE;
}
</style>
background-color css
<style>
a { background-color: #EE3BFE; }
a { background-color: rgb(238,59,254); }
div.DivClassName
{
background-color: #EE3BFE;
}
.BgClassName
{
background-color: #EE3BFE;
}
</style>
border-color css
<style>
span { border-color: #EE3BFE; }
span { border-color: rgb(238,59,254); }
td.TdClassName
{
border-color: #EE3BFE;
}
.TagClassName
{
border-color: #EE3BFE;
}
</style>