Shades of Pink Flamingo #E84BF7
Tints of Pink Flamingo #E84BF7
RGB
CMYK
RGB Variations
Color information
#E84BF7 (or 0xE84BF7) is known color: Pink Flamingo. HEX triplet: E8, 4B and F7. RGB value is (232,75,247). Sum of RGB (Red+Green+Blue) = 232+75+247=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 75 (29.69% from 255 or 13.54% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #E84BF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E84BF7 is #17B408. Grayscale: #8D8D8D. Windows color (decimal): -1553417 or 16206824. OLE color: 16206824.
HSL color Cylindrical-coordinate representation of color #E84BF7: hue angle of 294.77º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E84BF7 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 75 | 247 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.03 |
| HSL | 294.77º | 0.91% | 0.63% | - |
| HSV(B) | 294.77º | 0.7% | 0.97% | - |
| XYZ | 52.58 | 28.9 | 90.8 | - |
| YUV | 141.55 | 187.51 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 75 | 247 | 0.06 | 0.70 | 0 | 0.03 | 294.77 | 0.91 | 0.63 |
| Hex | E8 | 4B | F7 | 6 | 46 | 0 | 3 | 127 | 5B | 3F |
| Octal | 350 | 113 | 367 | 6 | 106 | 0 | 3 | 447 | 133 | 77 |
| Binary | 11101000 | 1001011 | 11110111 | 110 | 1000110 | 0 | 11 | 100100111 | 1011011 | 111111 |
Color Harmonies of #E84BF7
Complementary color
Monochromatic Colors of #E84BF7
Black with #E84BF7
Text Example
Text Example
White with #E84BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84BF7; }
p { color: rgb(232,75,247); }
H1.HeaderClassName
{
color: #E84BF7;
}
.AnyTagClassName
{
color: #E84BF7;
}
</style>
background-color css
<style>
a { background-color: #E84BF7; }
a { background-color: rgb(232,75,247); }
div.DivClassName
{
background-color: #E84BF7;
}
.BgClassName
{
background-color: #E84BF7;
}
</style>
border-color css
<style>
span { border-color: #E84BF7; }
span { border-color: rgb(232,75,247); }
td.TdClassName
{
border-color: #E84BF7;
}
.TagClassName
{
border-color: #E84BF7;
}
</style>