Shades of Pink Flamingo #E84CFD
Tints of Pink Flamingo #E84CFD
RGB
CMYK
RGB Variations
Color information
#E84CFD (or 0xE84CFD) is known color: Pink Flamingo. HEX triplet: E8, 4C and FD. RGB value is (232,76,253). Sum of RGB (Red+Green+Blue) = 232+76+253=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 76 (30.08% from 255 or 13.55% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #E84CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E84CFD is #17B302. Grayscale: #8E8E8E. Windows color (decimal): -1553155 or 16600296. OLE color: 16600296.
HSL color Cylindrical-coordinate representation of color #E84CFD: hue angle of 292.88º 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 #E84CFD is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 76 | 253 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.01 |
| HSL | 292.88º | 0.98% | 0.65% | - |
| HSV(B) | 292.88º | 0.7% | 0.99% | - |
| XYZ | 53.59 | 29.42 | 95.78 | - |
| YUV | 142.82 | 190.18 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 76 | 253 | 0.08 | 0.70 | 0 | 0.01 | 292.88 | 0.98 | 0.65 |
| Hex | E8 | 4C | FD | 8 | 46 | 0 | 1 | 125 | 62 | 41 |
| Octal | 350 | 114 | 375 | 10 | 106 | 0 | 1 | 445 | 142 | 101 |
| Binary | 11101000 | 1001100 | 11111101 | 1000 | 1000110 | 0 | 1 | 100100101 | 1100010 | 1000001 |
Color Harmonies of #E84CFD
Complementary color
Monochromatic Colors of #E84CFD
Black with #E84CFD
Text Example
Text Example
White with #E84CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84CFD; }
p { color: rgb(232,76,253); }
H1.HeaderClassName
{
color: #E84CFD;
}
.AnyTagClassName
{
color: #E84CFD;
}
</style>
background-color css
<style>
a { background-color: #E84CFD; }
a { background-color: rgb(232,76,253); }
div.DivClassName
{
background-color: #E84CFD;
}
.BgClassName
{
background-color: #E84CFD;
}
</style>
border-color css
<style>
span { border-color: #E84CFD; }
span { border-color: rgb(232,76,253); }
td.TdClassName
{
border-color: #E84CFD;
}
.TagClassName
{
border-color: #E84CFD;
}
</style>