Shades of Pink Flamingo #E84DFE
Tints of Pink Flamingo #E84DFE
RGB
CMYK
RGB Variations
Color information
#E84DFE (or 0xE84DFE) is known color: Pink Flamingo. HEX triplet: E8, 4D and FE. RGB value is (232,77,254). Sum of RGB (Red+Green+Blue) = 232+77+254=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 77 (30.47% from 255 or 13.68% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #E84DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E84DFE is #17B201. Grayscale: #8E8E8E. Windows color (decimal): -1552898 or 16666088. OLE color: 16666088.
HSL color Cylindrical-coordinate representation of color #E84DFE: hue angle of 292.54º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E84DFE is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 77 | 254 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.00 |
| HSL | 292.54º | 0.99% | 0.65% | - |
| HSV(B) | 292.54º | 0.7% | 1% | - |
| XYZ | 53.82 | 29.62 | 96.65 | - |
| YUV | 143.52 | 190.35 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 77 | 254 | 0.09 | 0.70 | 0 | 0.00 | 292.54 | 0.99 | 0.65 |
| Hex | E8 | 4D | FE | 9 | 46 | 0 | 0 | 125 | 63 | 41 |
| Octal | 350 | 115 | 376 | 11 | 106 | 0 | 0 | 445 | 143 | 101 |
| Binary | 11101000 | 1001101 | 11111110 | 1001 | 1000110 | 0 | 0 | 100100101 | 1100011 | 1000001 |
Color Harmonies of #E84DFE
Complementary color
Monochromatic Colors of #E84DFE
Black with #E84DFE
Text Example
Text Example
White with #E84DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84DFE; }
p { color: rgb(232,77,254); }
H1.HeaderClassName
{
color: #E84DFE;
}
.AnyTagClassName
{
color: #E84DFE;
}
</style>
background-color css
<style>
a { background-color: #E84DFE; }
a { background-color: rgb(232,77,254); }
div.DivClassName
{
background-color: #E84DFE;
}
.BgClassName
{
background-color: #E84DFE;
}
</style>
border-color css
<style>
span { border-color: #E84DFE; }
span { border-color: rgb(232,77,254); }
td.TdClassName
{
border-color: #E84DFE;
}
.TagClassName
{
border-color: #E84DFE;
}
</style>