Shades of Pink Flamingo #E950FE
Tints of Pink Flamingo #E950FE
RGB
CMYK
RGB Variations
Color information
#E950FE (or 0xE950FE) is known color: Pink Flamingo. HEX triplet: E9, 50 and FE. RGB value is (233,80,254). Sum of RGB (Red+Green+Blue) = 233+80+254=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 80 (31.64% from 255 or 14.11% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #E950FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E950FE is #16AF01. Grayscale: #919191. Windows color (decimal): -1486594 or 16666857. OLE color: 16666857.
HSL color Cylindrical-coordinate representation of color #E950FE: hue angle of 292.76º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E950FE is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 80 | 254 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.00 |
| HSL | 292.76º | 0.99% | 0.65% | - |
| HSV(B) | 292.76º | 0.69% | 1% | - |
| XYZ | 54.36 | 30.22 | 96.73 | - |
| YUV | 145.58 | 189.19 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 254 | 0.08 | 0.69 | 0 | 0.00 | 292.76 | 0.99 | 0.65 |
| Hex | E9 | 50 | FE | 8 | 45 | 0 | 0 | 125 | 63 | 41 |
| Octal | 351 | 120 | 376 | 10 | 105 | 0 | 0 | 445 | 143 | 101 |
| Binary | 11101001 | 1010000 | 11111110 | 1000 | 1000101 | 0 | 0 | 100100101 | 1100011 | 1000001 |
Color Harmonies of #E950FE
Complementary color
Monochromatic Colors of #E950FE
Black with #E950FE
Text Example
Text Example
White with #E950FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950FE; }
p { color: rgb(233,80,254); }
H1.HeaderClassName
{
color: #E950FE;
}
.AnyTagClassName
{
color: #E950FE;
}
</style>
background-color css
<style>
a { background-color: #E950FE; }
a { background-color: rgb(233,80,254); }
div.DivClassName
{
background-color: #E950FE;
}
.BgClassName
{
background-color: #E950FE;
}
</style>
border-color css
<style>
span { border-color: #E950FE; }
span { border-color: rgb(233,80,254); }
td.TdClassName
{
border-color: #E950FE;
}
.TagClassName
{
border-color: #E950FE;
}
</style>