Shades of Pink Flamingo #E84EFF
Tints of Pink Flamingo #E84EFF
RGB
CMYK
RGB Variations
Color information
#E84EFF (or 0xE84EFF) is known color: Pink Flamingo. HEX triplet: E8, 4E and FF. RGB value is (232,78,255). Sum of RGB (Red+Green+Blue) = 232+78+255=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 78 (30.86% from 255 or 13.81% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #E84EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E84EFF is #17B100. Grayscale: #8F8F8F. Windows color (decimal): -1552641 or 16731880. OLE color: 16731880.
HSL color Cylindrical-coordinate representation of color #E84EFF: hue angle of 292.2º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E84EFF is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 78 | 255 | - |
| CMYK | 0.09 | 0.69 | 0 | 0 |
| HSL | 292.2º | 1% | 0.65% | - |
| HSV(B) | 292.2º | 0.69% | 1% | - |
| XYZ | 54.05 | 29.82 | 97.52 | - |
| YUV | 144.22 | 190.52 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 78 | 255 | 0.09 | 0.69 | 0 | 0 | 292.2 | 1 | 0.65 |
| Hex | E8 | 4E | FF | 9 | 45 | 0 | 0 | 124 | 64 | 41 |
| Octal | 350 | 116 | 377 | 11 | 105 | 0 | 0 | 444 | 144 | 101 |
| Binary | 11101000 | 1001110 | 11111111 | 1001 | 1000101 | 0 | 0 | 100100100 | 1100100 | 1000001 |
Color Harmonies of #E84EFF
Complementary color
Monochromatic Colors of #E84EFF
Black with #E84EFF
Text Example
Text Example
White with #E84EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84EFF; }
p { color: rgb(232,78,255); }
H1.HeaderClassName
{
color: #E84EFF;
}
.AnyTagClassName
{
color: #E84EFF;
}
</style>
background-color css
<style>
a { background-color: #E84EFF; }
a { background-color: rgb(232,78,255); }
div.DivClassName
{
background-color: #E84EFF;
}
.BgClassName
{
background-color: #E84EFF;
}
</style>
border-color css
<style>
span { border-color: #E84EFF; }
span { border-color: rgb(232,78,255); }
td.TdClassName
{
border-color: #E84EFF;
}
.TagClassName
{
border-color: #E84EFF;
}
</style>