Shades of Pink Flamingo #E851FC
Tints of Pink Flamingo #E851FC
RGB
CMYK
RGB Variations
Color information
#E851FC (or 0xE851FC) is known color: Pink Flamingo. HEX triplet: E8, 51 and FC. RGB value is (232,81,252). Sum of RGB (Red+Green+Blue) = 232+81+252=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 81 (32.03% from 255 or 14.34% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #E851FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E851FC is #17AE03. Grayscale: #919191. Windows color (decimal): -1551876 or 16536040. OLE color: 16536040.
HSL color Cylindrical-coordinate representation of color #E851FC: hue angle of 292.98º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E851FC is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 81 | 252 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.01 |
| HSL | 292.98º | 0.97% | 0.65% | - |
| HSV(B) | 292.98º | 0.68% | 0.99% | - |
| XYZ | 53.79 | 30.07 | 95.06 | - |
| YUV | 145.64 | 188.03 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 252 | 0.08 | 0.68 | 0 | 0.01 | 292.98 | 0.97 | 0.65 |
| Hex | E8 | 51 | FC | 8 | 44 | 0 | 1 | 125 | 61 | 41 |
| Octal | 350 | 121 | 374 | 10 | 104 | 0 | 1 | 445 | 141 | 101 |
| Binary | 11101000 | 1010001 | 11111100 | 1000 | 1000100 | 0 | 1 | 100100101 | 1100001 | 1000001 |
Color Harmonies of #E851FC
Complementary color
Monochromatic Colors of #E851FC
Black with #E851FC
Text Example
Text Example
White with #E851FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E851FC; }
p { color: rgb(232,81,252); }
H1.HeaderClassName
{
color: #E851FC;
}
.AnyTagClassName
{
color: #E851FC;
}
</style>
background-color css
<style>
a { background-color: #E851FC; }
a { background-color: rgb(232,81,252); }
div.DivClassName
{
background-color: #E851FC;
}
.BgClassName
{
background-color: #E851FC;
}
</style>
border-color css
<style>
span { border-color: #E851FC; }
span { border-color: rgb(232,81,252); }
td.TdClassName
{
border-color: #E851FC;
}
.TagClassName
{
border-color: #E851FC;
}
</style>