Shades of Pink Flamingo #E84DFD
Tints of Pink Flamingo #E84DFD
RGB
CMYK
RGB Variations
Color information
#E84DFD (or 0xE84DFD) is known color: Pink Flamingo. HEX triplet: E8, 4D and FD. RGB value is (232,77,253). Sum of RGB (Red+Green+Blue) = 232+77+253=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 77 (30.47% from 255 or 13.70% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #E84DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E84DFD is #17B202. Grayscale: #8E8E8E. Windows color (decimal): -1552899 or 16600552. OLE color: 16600552.
HSL color Cylindrical-coordinate representation of color #E84DFD: hue angle of 292.84º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E84DFD is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 77 | 253 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.01 |
| HSL | 292.84º | 0.98% | 0.65% | - |
| HSV(B) | 292.84º | 0.7% | 0.99% | - |
| XYZ | 53.66 | 29.56 | 95.8 | - |
| YUV | 143.41 | 189.85 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 77 | 253 | 0.08 | 0.70 | 0 | 0.01 | 292.84 | 0.98 | 0.65 |
| Hex | E8 | 4D | FD | 8 | 46 | 0 | 1 | 125 | 62 | 41 |
| Octal | 350 | 115 | 375 | 10 | 106 | 0 | 1 | 445 | 142 | 101 |
| Binary | 11101000 | 1001101 | 11111101 | 1000 | 1000110 | 0 | 1 | 100100101 | 1100010 | 1000001 |
Color Harmonies of #E84DFD
Complementary color
Monochromatic Colors of #E84DFD
Black with #E84DFD
Text Example
Text Example
White with #E84DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84DFD; }
p { color: rgb(232,77,253); }
H1.HeaderClassName
{
color: #E84DFD;
}
.AnyTagClassName
{
color: #E84DFD;
}
</style>
background-color css
<style>
a { background-color: #E84DFD; }
a { background-color: rgb(232,77,253); }
div.DivClassName
{
background-color: #E84DFD;
}
.BgClassName
{
background-color: #E84DFD;
}
</style>
border-color css
<style>
span { border-color: #E84DFD; }
span { border-color: rgb(232,77,253); }
td.TdClassName
{
border-color: #E84DFD;
}
.TagClassName
{
border-color: #E84DFD;
}
</style>