Shades of Pink Flamingo #E849FC
Tints of Pink Flamingo #E849FC
RGB
CMYK
RGB Variations
Color information
#E849FC (or 0xE849FC) is known color: Pink Flamingo. HEX triplet: E8, 49 and FC. RGB value is (232,73,252). Sum of RGB (Red+Green+Blue) = 232+73+252=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 73 (28.91% from 255 or 13.11% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #E849FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E849FC is #17B603. Grayscale: #8C8C8C. Windows color (decimal): -1553924 or 16533992. OLE color: 16533992.
HSL color Cylindrical-coordinate representation of color #E849FC: hue angle of 293.3º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E849FC is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 73 | 252 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.01 |
| HSL | 293.3º | 0.97% | 0.64% | - |
| HSV(B) | 293.3º | 0.71% | 0.99% | - |
| XYZ | 53.23 | 28.95 | 94.88 | - |
| YUV | 140.95 | 190.68 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 252 | 0.08 | 0.71 | 0 | 0.01 | 293.3 | 0.97 | 0.64 |
| Hex | E8 | 49 | FC | 8 | 47 | 0 | 1 | 125 | 61 | 40 |
| Octal | 350 | 111 | 374 | 10 | 107 | 0 | 1 | 445 | 141 | 100 |
| Binary | 11101000 | 1001001 | 11111100 | 1000 | 1000111 | 0 | 1 | 100100101 | 1100001 | 1000000 |
Color Harmonies of #E849FC
Complementary color
Monochromatic Colors of #E849FC
Black with #E849FC
Text Example
Text Example
White with #E849FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E849FC; }
p { color: rgb(232,73,252); }
H1.HeaderClassName
{
color: #E849FC;
}
.AnyTagClassName
{
color: #E849FC;
}
</style>
background-color css
<style>
a { background-color: #E849FC; }
a { background-color: rgb(232,73,252); }
div.DivClassName
{
background-color: #E849FC;
}
.BgClassName
{
background-color: #E849FC;
}
</style>
border-color css
<style>
span { border-color: #E849FC; }
span { border-color: rgb(232,73,252); }
td.TdClassName
{
border-color: #E849FC;
}
.TagClassName
{
border-color: #E849FC;
}
</style>