Shades of Pink Flamingo #E84BFD
Tints of Pink Flamingo #E84BFD
RGB
CMYK
RGB Variations
Color information
#E84BFD (or 0xE84BFD) is known color: Pink Flamingo. HEX triplet: E8, 4B and FD. RGB value is (232,75,253). Sum of RGB (Red+Green+Blue) = 232+75+253=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 75 (29.69% from 255 or 13.39% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #E84BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E84BFD is #17B402. Grayscale: #8D8D8D. Windows color (decimal): -1553411 or 16600040. OLE color: 16600040.
HSL color Cylindrical-coordinate representation of color #E84BFD: hue angle of 292.92º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E84BFD is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 75 | 253 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.01 |
| HSL | 292.92º | 0.98% | 0.64% | - |
| HSV(B) | 292.92º | 0.7% | 0.99% | - |
| XYZ | 53.52 | 29.28 | 95.76 | - |
| YUV | 142.24 | 190.51 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 75 | 253 | 0.08 | 0.70 | 0 | 0.01 | 292.92 | 0.98 | 0.64 |
| Hex | E8 | 4B | FD | 8 | 46 | 0 | 1 | 125 | 62 | 40 |
| Octal | 350 | 113 | 375 | 10 | 106 | 0 | 1 | 445 | 142 | 100 |
| Binary | 11101000 | 1001011 | 11111101 | 1000 | 1000110 | 0 | 1 | 100100101 | 1100010 | 1000000 |
Color Harmonies of #E84BFD
Complementary color
Monochromatic Colors of #E84BFD
Black with #E84BFD
Text Example
Text Example
White with #E84BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84BFD; }
p { color: rgb(232,75,253); }
H1.HeaderClassName
{
color: #E84BFD;
}
.AnyTagClassName
{
color: #E84BFD;
}
</style>
background-color css
<style>
a { background-color: #E84BFD; }
a { background-color: rgb(232,75,253); }
div.DivClassName
{
background-color: #E84BFD;
}
.BgClassName
{
background-color: #E84BFD;
}
</style>
border-color css
<style>
span { border-color: #E84BFD; }
span { border-color: rgb(232,75,253); }
td.TdClassName
{
border-color: #E84BFD;
}
.TagClassName
{
border-color: #E84BFD;
}
</style>