Shades of Pink Flamingo #E840FF
Tints of Pink Flamingo #E840FF
RGB
CMYK
RGB Variations
Color information
#E840FF (or 0xE840FF) is known color: Pink Flamingo. HEX triplet: E8, 40 and FF. RGB value is (232,64,255). Sum of RGB (Red+Green+Blue) = 232+64+255=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 64 (25.39% from 255 or 11.62% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #E840FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E840FF is #17BF00. Grayscale: #878787. Windows color (decimal): -1556225 or 16728296. OLE color: 16728296.
HSL color Cylindrical-coordinate representation of color #E840FF: hue angle of 292.77º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E840FF is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 64 | 255 | - |
| CMYK | 0.09 | 0.75 | 0 | 0 |
| HSL | 292.77º | 1% | 0.63% | - |
| HSV(B) | 292.77º | 0.75% | 1% | - |
| XYZ | 53.16 | 28.04 | 97.22 | - |
| YUV | 136.01 | 195.16 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 64 | 255 | 0.09 | 0.75 | 0 | 0 | 292.77 | 1 | 0.63 |
| Hex | E8 | 40 | FF | 9 | 4B | 0 | 0 | 125 | 64 | 3F |
| Octal | 350 | 100 | 377 | 11 | 113 | 0 | 0 | 445 | 144 | 77 |
| Binary | 11101000 | 1000000 | 11111111 | 1001 | 1001011 | 0 | 0 | 100100101 | 1100100 | 111111 |
Color Harmonies of #E840FF
Complementary color
Monochromatic Colors of #E840FF
Black with #E840FF
Text Example
Text Example
White with #E840FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E840FF; }
p { color: rgb(232,64,255); }
H1.HeaderClassName
{
color: #E840FF;
}
.AnyTagClassName
{
color: #E840FF;
}
</style>
background-color css
<style>
a { background-color: #E840FF; }
a { background-color: rgb(232,64,255); }
div.DivClassName
{
background-color: #E840FF;
}
.BgClassName
{
background-color: #E840FF;
}
</style>
border-color css
<style>
span { border-color: #E840FF; }
span { border-color: rgb(232,64,255); }
td.TdClassName
{
border-color: #E840FF;
}
.TagClassName
{
border-color: #E840FF;
}
</style>