Shades of Pink Flamingo #E95BFC
Tints of Pink Flamingo #E95BFC
RGB
CMYK
RGB Variations
Color information
#E95BFC (or 0xE95BFC) is known color: Pink Flamingo. HEX triplet: E9, 5B and FC. RGB value is (233,91,252). Sum of RGB (Red+Green+Blue) = 233+91+252=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 91 (35.94% from 255 or 15.80% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #E95BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95BFC is #16A403. Grayscale: #979797. Windows color (decimal): -1483780 or 16538601. OLE color: 16538601.
HSL color Cylindrical-coordinate representation of color #E95BFC: hue angle of 292.92º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95BFC is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 91 | 252 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.01 |
| HSL | 292.92º | 0.96% | 0.67% | - |
| HSV(B) | 292.92º | 0.64% | 0.99% | - |
| XYZ | 54.92 | 31.83 | 95.35 | - |
| YUV | 151.81 | 184.54 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 91 | 252 | 0.08 | 0.64 | 0 | 0.01 | 292.92 | 0.96 | 0.67 |
| Hex | E9 | 5B | FC | 8 | 40 | 0 | 1 | 125 | 60 | 43 |
| Octal | 351 | 133 | 374 | 10 | 100 | 0 | 1 | 445 | 140 | 103 |
| Binary | 11101001 | 1011011 | 11111100 | 1000 | 1000000 | 0 | 1 | 100100101 | 1100000 | 1000011 |
Color Harmonies of #E95BFC
Complementary color
Monochromatic Colors of #E95BFC
Black with #E95BFC
Text Example
Text Example
White with #E95BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95BFC; }
p { color: rgb(233,91,252); }
H1.HeaderClassName
{
color: #E95BFC;
}
.AnyTagClassName
{
color: #E95BFC;
}
</style>
background-color css
<style>
a { background-color: #E95BFC; }
a { background-color: rgb(233,91,252); }
div.DivClassName
{
background-color: #E95BFC;
}
.BgClassName
{
background-color: #E95BFC;
}
</style>
border-color css
<style>
span { border-color: #E95BFC; }
span { border-color: rgb(233,91,252); }
td.TdClassName
{
border-color: #E95BFC;
}
.TagClassName
{
border-color: #E95BFC;
}
</style>