Shades of Pink Flamingo #E950FC
Tints of Pink Flamingo #E950FC
RGB
CMYK
RGB Variations
Color information
#E950FC (or 0xE950FC) is known color: Pink Flamingo. HEX triplet: E9, 50 and FC. RGB value is (233,80,252). Sum of RGB (Red+Green+Blue) = 233+80+252=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 80 (31.64% from 255 or 14.16% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #E950FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E950FC is #16AF03. Grayscale: #909090. Windows color (decimal): -1486596 or 16535785. OLE color: 16535785.
HSL color Cylindrical-coordinate representation of color #E950FC: hue angle of 293.37º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E950FC is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 80 | 252 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.01 |
| HSL | 293.37º | 0.97% | 0.65% | - |
| HSV(B) | 293.37º | 0.68% | 0.99% | - |
| XYZ | 54.04 | 30.09 | 95.05 | - |
| YUV | 145.36 | 188.19 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 252 | 0.08 | 0.68 | 0 | 0.01 | 293.37 | 0.97 | 0.65 |
| Hex | E9 | 50 | FC | 8 | 44 | 0 | 1 | 125 | 61 | 41 |
| Octal | 351 | 120 | 374 | 10 | 104 | 0 | 1 | 445 | 141 | 101 |
| Binary | 11101001 | 1010000 | 11111100 | 1000 | 1000100 | 0 | 1 | 100100101 | 1100001 | 1000001 |
Color Harmonies of #E950FC
Complementary color
Monochromatic Colors of #E950FC
Black with #E950FC
Text Example
Text Example
White with #E950FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950FC; }
p { color: rgb(233,80,252); }
H1.HeaderClassName
{
color: #E950FC;
}
.AnyTagClassName
{
color: #E950FC;
}
</style>
background-color css
<style>
a { background-color: #E950FC; }
a { background-color: rgb(233,80,252); }
div.DivClassName
{
background-color: #E950FC;
}
.BgClassName
{
background-color: #E950FC;
}
</style>
border-color css
<style>
span { border-color: #E950FC; }
span { border-color: rgb(233,80,252); }
td.TdClassName
{
border-color: #E950FC;
}
.TagClassName
{
border-color: #E950FC;
}
</style>