Shades of Pink Flamingo #E85BF7
Tints of Pink Flamingo #E85BF7
RGB
CMYK
RGB Variations
Color information
#E85BF7 (or 0xE85BF7) is known color: Pink Flamingo. HEX triplet: E8, 5B and F7. RGB value is (232,91,247). Sum of RGB (Red+Green+Blue) = 232+91+247=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 91 (35.94% from 255 or 15.96% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #E85BF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85BF7 is #17A408. Grayscale: #969696. Windows color (decimal): -1549321 or 16210920. OLE color: 16210920.
HSL color Cylindrical-coordinate representation of color #E85BF7: hue angle of 294.23º 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 #E85BF7 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 91 | 247 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.03 |
| HSL | 294.23º | 0.91% | 0.66% | - |
| HSV(B) | 294.23º | 0.63% | 0.97% | - |
| XYZ | 53.81 | 31.35 | 91.21 | - |
| YUV | 150.94 | 182.21 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 247 | 0.06 | 0.63 | 0 | 0.03 | 294.23 | 0.91 | 0.66 |
| Hex | E8 | 5B | F7 | 6 | 3F | 0 | 3 | 126 | 5B | 42 |
| Octal | 350 | 133 | 367 | 6 | 77 | 0 | 3 | 446 | 133 | 102 |
| Binary | 11101000 | 1011011 | 11110111 | 110 | 111111 | 0 | 11 | 100100110 | 1011011 | 1000010 |
Color Harmonies of #E85BF7
Complementary color
Monochromatic Colors of #E85BF7
Black with #E85BF7
Text Example
Text Example
White with #E85BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85BF7; }
p { color: rgb(232,91,247); }
H1.HeaderClassName
{
color: #E85BF7;
}
.AnyTagClassName
{
color: #E85BF7;
}
</style>
background-color css
<style>
a { background-color: #E85BF7; }
a { background-color: rgb(232,91,247); }
div.DivClassName
{
background-color: #E85BF7;
}
.BgClassName
{
background-color: #E85BF7;
}
</style>
border-color css
<style>
span { border-color: #E85BF7; }
span { border-color: rgb(232,91,247); }
td.TdClassName
{
border-color: #E85BF7;
}
.TagClassName
{
border-color: #E85BF7;
}
</style>