Shades of Pink Flamingo #E84BFE
Tints of Pink Flamingo #E84BFE
RGB
CMYK
RGB Variations
Color information
#E84BFE (or 0xE84BFE) is known color: Pink Flamingo. HEX triplet: E8, 4B and FE. RGB value is (232,75,254). Sum of RGB (Red+Green+Blue) = 232+75+254=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 75 (29.69% from 255 or 13.37% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #E84BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E84BFE is #17B401. Grayscale: #8D8D8D. Windows color (decimal): -1553410 or 16665576. OLE color: 16665576.
HSL color Cylindrical-coordinate representation of color #E84BFE: hue angle of 292.63º 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 #E84BFE is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 75 | 254 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.00 |
| HSL | 292.63º | 0.99% | 0.65% | - |
| HSV(B) | 292.63º | 0.7% | 1% | - |
| XYZ | 53.68 | 29.34 | 96.6 | - |
| YUV | 142.35 | 191.01 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 75 | 254 | 0.09 | 0.70 | 0 | 0.00 | 292.63 | 0.99 | 0.65 |
| Hex | E8 | 4B | FE | 9 | 46 | 0 | 0 | 125 | 63 | 41 |
| Octal | 350 | 113 | 376 | 11 | 106 | 0 | 0 | 445 | 143 | 101 |
| Binary | 11101000 | 1001011 | 11111110 | 1001 | 1000110 | 0 | 0 | 100100101 | 1100011 | 1000001 |
Color Harmonies of #E84BFE
Complementary color
Monochromatic Colors of #E84BFE
Black with #E84BFE
Text Example
Text Example
White with #E84BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84BFE; }
p { color: rgb(232,75,254); }
H1.HeaderClassName
{
color: #E84BFE;
}
.AnyTagClassName
{
color: #E84BFE;
}
</style>
background-color css
<style>
a { background-color: #E84BFE; }
a { background-color: rgb(232,75,254); }
div.DivClassName
{
background-color: #E84BFE;
}
.BgClassName
{
background-color: #E84BFE;
}
</style>
border-color css
<style>
span { border-color: #E84BFE; }
span { border-color: rgb(232,75,254); }
td.TdClassName
{
border-color: #E84BFE;
}
.TagClassName
{
border-color: #E84BFE;
}
</style>