Shades of Pink Flamingo #E958FC
Tints of Pink Flamingo #E958FC
RGB
CMYK
RGB Variations
Color information
#E958FC (or 0xE958FC) is known color: Pink Flamingo. HEX triplet: E9, 58 and FC. RGB value is (233,88,252). Sum of RGB (Red+Green+Blue) = 233+88+252=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 88 (34.77% from 255 or 15.36% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #E958FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E958FC is #16A703. Grayscale: #959595. Windows color (decimal): -1484548 or 16537833. OLE color: 16537833.
HSL color Cylindrical-coordinate representation of color #E958FC: hue angle of 293.05º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E958FC is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 88 | 252 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.01 |
| HSL | 293.05º | 0.96% | 0.67% | - |
| HSV(B) | 293.05º | 0.65% | 0.99% | - |
| XYZ | 54.66 | 31.33 | 95.26 | - |
| YUV | 150.05 | 185.54 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 252 | 0.08 | 0.65 | 0 | 0.01 | 293.05 | 0.96 | 0.67 |
| Hex | E9 | 58 | FC | 8 | 41 | 0 | 1 | 125 | 60 | 43 |
| Octal | 351 | 130 | 374 | 10 | 101 | 0 | 1 | 445 | 140 | 103 |
| Binary | 11101001 | 1011000 | 11111100 | 1000 | 1000001 | 0 | 1 | 100100101 | 1100000 | 1000011 |
Color Harmonies of #E958FC
Complementary color
Monochromatic Colors of #E958FC
Black with #E958FC
Text Example
Text Example
White with #E958FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E958FC; }
p { color: rgb(233,88,252); }
H1.HeaderClassName
{
color: #E958FC;
}
.AnyTagClassName
{
color: #E958FC;
}
</style>
background-color css
<style>
a { background-color: #E958FC; }
a { background-color: rgb(233,88,252); }
div.DivClassName
{
background-color: #E958FC;
}
.BgClassName
{
background-color: #E958FC;
}
</style>
border-color css
<style>
span { border-color: #E958FC; }
span { border-color: rgb(233,88,252); }
td.TdClassName
{
border-color: #E958FC;
}
.TagClassName
{
border-color: #E958FC;
}
</style>