Shades of Pink Flamingo #E84CFF
Tints of Pink Flamingo #E84CFF
RGB
CMYK
RGB Variations
Color information
#E84CFF (or 0xE84CFF) is known color: Pink Flamingo. HEX triplet: E8, 4C and FF. RGB value is (232,76,255). Sum of RGB (Red+Green+Blue) = 232+76+255=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 76 (30.08% from 255 or 13.50% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #E84CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E84CFF is #17B300. Grayscale: #8E8E8E. Windows color (decimal): -1553153 or 16731368. OLE color: 16731368.
HSL color Cylindrical-coordinate representation of color #E84CFF: hue angle of 292.29º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E84CFF is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 76 | 255 | - |
| CMYK | 0.09 | 0.70 | 0 | 0 |
| HSL | 292.29º | 1% | 0.65% | - |
| HSV(B) | 292.29º | 0.7% | 1% | - |
| XYZ | 53.91 | 29.54 | 97.47 | - |
| YUV | 143.05 | 191.18 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 76 | 255 | 0.09 | 0.70 | 0 | 0 | 292.29 | 1 | 0.65 |
| Hex | E8 | 4C | FF | 9 | 46 | 0 | 0 | 124 | 64 | 41 |
| Octal | 350 | 114 | 377 | 11 | 106 | 0 | 0 | 444 | 144 | 101 |
| Binary | 11101000 | 1001100 | 11111111 | 1001 | 1000110 | 0 | 0 | 100100100 | 1100100 | 1000001 |
Color Harmonies of #E84CFF
Complementary color
Monochromatic Colors of #E84CFF
Black with #E84CFF
Text Example
Text Example
White with #E84CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84CFF; }
p { color: rgb(232,76,255); }
H1.HeaderClassName
{
color: #E84CFF;
}
.AnyTagClassName
{
color: #E84CFF;
}
</style>
background-color css
<style>
a { background-color: #E84CFF; }
a { background-color: rgb(232,76,255); }
div.DivClassName
{
background-color: #E84CFF;
}
.BgClassName
{
background-color: #E84CFF;
}
</style>
border-color css
<style>
span { border-color: #E84CFF; }
span { border-color: rgb(232,76,255); }
td.TdClassName
{
border-color: #E84CFF;
}
.TagClassName
{
border-color: #E84CFF;
}
</style>