Shades of Pink Flamingo #E85BF2
Tints of Pink Flamingo #E85BF2
RGB
CMYK
RGB Variations
Color information
#E85BF2 (or 0xE85BF2) is known color: Pink Flamingo. HEX triplet: E8, 5B and F2. RGB value is (232,91,242). Sum of RGB (Red+Green+Blue) = 232+91+242=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 91 (35.94% from 255 or 16.11% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #E85BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85BF2 is #17A40D. Grayscale: #959595. Windows color (decimal): -1549326 or 15883240. OLE color: 15883240.
HSL color Cylindrical-coordinate representation of color #E85BF2: hue angle of 296.03º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85BF2 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 91 | 242 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.05 |
| HSL | 296.03º | 0.85% | 0.65% | - |
| HSV(B) | 296.03º | 0.62% | 0.95% | - |
| XYZ | 53.05 | 31.05 | 87.2 | - |
| YUV | 150.37 | 179.71 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 242 | 0.04 | 0.62 | 0 | 0.05 | 296.03 | 0.85 | 0.65 |
| Hex | E8 | 5B | F2 | 4 | 3E | 0 | 5 | 128 | 55 | 41 |
| Octal | 350 | 133 | 362 | 4 | 76 | 0 | 5 | 450 | 125 | 101 |
| Binary | 11101000 | 1011011 | 11110010 | 100 | 111110 | 0 | 101 | 100101000 | 1010101 | 1000001 |
Color Harmonies of #E85BF2
Complementary color
Monochromatic Colors of #E85BF2
Black with #E85BF2
Text Example
Text Example
White with #E85BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85BF2; }
p { color: rgb(232,91,242); }
H1.HeaderClassName
{
color: #E85BF2;
}
.AnyTagClassName
{
color: #E85BF2;
}
</style>
background-color css
<style>
a { background-color: #E85BF2; }
a { background-color: rgb(232,91,242); }
div.DivClassName
{
background-color: #E85BF2;
}
.BgClassName
{
background-color: #E85BF2;
}
</style>
border-color css
<style>
span { border-color: #E85BF2; }
span { border-color: rgb(232,91,242); }
td.TdClassName
{
border-color: #E85BF2;
}
.TagClassName
{
border-color: #E85BF2;
}
</style>