Shades of Pink Flamingo #E84EFD
Tints of Pink Flamingo #E84EFD
RGB
CMYK
RGB Variations
Color information
#E84EFD (or 0xE84EFD) is known color: Pink Flamingo. HEX triplet: E8, 4E and FD. RGB value is (232,78,253). Sum of RGB (Red+Green+Blue) = 232+78+253=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 78 (30.86% from 255 or 13.85% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #E84EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E84EFD is #17B102. Grayscale: #8F8F8F. Windows color (decimal): -1552643 or 16600808. OLE color: 16600808.
HSL color Cylindrical-coordinate representation of color #E84EFD: hue angle of 292.8º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E84EFD is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 78 | 253 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.01 |
| HSL | 292.8º | 0.98% | 0.65% | - |
| HSV(B) | 292.8º | 0.69% | 0.99% | - |
| XYZ | 53.73 | 29.7 | 95.83 | - |
| YUV | 144 | 189.52 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 78 | 253 | 0.08 | 0.69 | 0 | 0.01 | 292.8 | 0.98 | 0.65 |
| Hex | E8 | 4E | FD | 8 | 45 | 0 | 1 | 125 | 62 | 41 |
| Octal | 350 | 116 | 375 | 10 | 105 | 0 | 1 | 445 | 142 | 101 |
| Binary | 11101000 | 1001110 | 11111101 | 1000 | 1000101 | 0 | 1 | 100100101 | 1100010 | 1000001 |
Color Harmonies of #E84EFD
Complementary color
Monochromatic Colors of #E84EFD
Black with #E84EFD
Text Example
Text Example
White with #E84EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84EFD; }
p { color: rgb(232,78,253); }
H1.HeaderClassName
{
color: #E84EFD;
}
.AnyTagClassName
{
color: #E84EFD;
}
</style>
background-color css
<style>
a { background-color: #E84EFD; }
a { background-color: rgb(232,78,253); }
div.DivClassName
{
background-color: #E84EFD;
}
.BgClassName
{
background-color: #E84EFD;
}
</style>
border-color css
<style>
span { border-color: #E84EFD; }
span { border-color: rgb(232,78,253); }
td.TdClassName
{
border-color: #E84EFD;
}
.TagClassName
{
border-color: #E84EFD;
}
</style>