Shades of Pink Flamingo #E950FF
Tints of Pink Flamingo #E950FF
RGB
CMYK
RGB Variations
Color information
#E950FF (or 0xE950FF) is known color: Pink Flamingo. HEX triplet: E9, 50 and FF. RGB value is (233,80,255). Sum of RGB (Red+Green+Blue) = 233+80+255=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 80 (31.64% from 255 or 14.08% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #E950FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E950FF is #16AF00. Grayscale: #919191. Windows color (decimal): -1486593 or 16732393. OLE color: 16732393.
HSL color Cylindrical-coordinate representation of color #E950FF: hue angle of 292.46º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E950FF is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 80 | 255 | - |
| CMYK | 0.09 | 0.69 | 0 | 0 |
| HSL | 292.46º | 1% | 0.66% | - |
| HSV(B) | 292.46º | 0.69% | 1% | - |
| XYZ | 54.52 | 30.28 | 97.58 | - |
| YUV | 145.7 | 189.69 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 255 | 0.09 | 0.69 | 0 | 0 | 292.46 | 1 | 0.66 |
| Hex | E9 | 50 | FF | 9 | 45 | 0 | 0 | 124 | 64 | 42 |
| Octal | 351 | 120 | 377 | 11 | 105 | 0 | 0 | 444 | 144 | 102 |
| Binary | 11101001 | 1010000 | 11111111 | 1001 | 1000101 | 0 | 0 | 100100100 | 1100100 | 1000010 |
Color Harmonies of #E950FF
Complementary color
Monochromatic Colors of #E950FF
Black with #E950FF
Text Example
Text Example
White with #E950FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950FF; }
p { color: rgb(233,80,255); }
H1.HeaderClassName
{
color: #E950FF;
}
.AnyTagClassName
{
color: #E950FF;
}
</style>
background-color css
<style>
a { background-color: #E950FF; }
a { background-color: rgb(233,80,255); }
div.DivClassName
{
background-color: #E950FF;
}
.BgClassName
{
background-color: #E950FF;
}
</style>
border-color css
<style>
span { border-color: #E950FF; }
span { border-color: rgb(233,80,255); }
td.TdClassName
{
border-color: #E950FF;
}
.TagClassName
{
border-color: #E950FF;
}
</style>