Shades of Pink Flamingo #E85CF7
Tints of Pink Flamingo #E85CF7
RGB
CMYK
RGB Variations
Color information
#E85CF7 (or 0xE85CF7) is known color: Pink Flamingo. HEX triplet: E8, 5C and F7. RGB value is (232,92,247). Sum of RGB (Red+Green+Blue) = 232+92+247=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 92 (36.33% from 255 or 16.11% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 247 - color contains mainly: blue. Hex color #E85CF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85CF7 is #17A308. Grayscale: #979797. Windows color (decimal): -1549065 or 16211176. OLE color: 16211176.
HSL color Cylindrical-coordinate representation of color #E85CF7: hue angle of 294.19º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85CF7 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 92 | 247 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.03 |
| HSL | 294.19º | 0.91% | 0.66% | - |
| HSV(B) | 294.19º | 0.63% | 0.97% | - |
| XYZ | 53.89 | 31.53 | 91.24 | - |
| YUV | 151.53 | 181.88 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 247 | 0.06 | 0.63 | 0 | 0.03 | 294.19 | 0.91 | 0.66 |
| Hex | E8 | 5C | F7 | 6 | 3F | 0 | 3 | 126 | 5B | 42 |
| Octal | 350 | 134 | 367 | 6 | 77 | 0 | 3 | 446 | 133 | 102 |
| Binary | 11101000 | 1011100 | 11110111 | 110 | 111111 | 0 | 11 | 100100110 | 1011011 | 1000010 |
Color Harmonies of #E85CF7
Complementary color
Monochromatic Colors of #E85CF7
Black with #E85CF7
Text Example
Text Example
White with #E85CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85CF7; }
p { color: rgb(232,92,247); }
H1.HeaderClassName
{
color: #E85CF7;
}
.AnyTagClassName
{
color: #E85CF7;
}
</style>
background-color css
<style>
a { background-color: #E85CF7; }
a { background-color: rgb(232,92,247); }
div.DivClassName
{
background-color: #E85CF7;
}
.BgClassName
{
background-color: #E85CF7;
}
</style>
border-color css
<style>
span { border-color: #E85CF7; }
span { border-color: rgb(232,92,247); }
td.TdClassName
{
border-color: #E85CF7;
}
.TagClassName
{
border-color: #E85CF7;
}
</style>