Shades of Pink Flamingo #E958F9
Tints of Pink Flamingo #E958F9
RGB
CMYK
RGB Variations
Color information
#E958F9 (or 0xE958F9) is known color: Pink Flamingo. HEX triplet: E9, 58 and F9. RGB value is (233,88,249). Sum of RGB (Red+Green+Blue) = 233+88+249=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 88 (34.77% from 255 or 15.44% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #E958F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E958F9 is #16A706. Grayscale: #959595. Windows color (decimal): -1484551 or 16341225. OLE color: 16341225.
HSL color Cylindrical-coordinate representation of color #E958F9: hue angle of 294.04º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E958F9 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 88 | 249 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.02 |
| HSL | 294.04º | 0.93% | 0.66% | - |
| HSV(B) | 294.04º | 0.65% | 0.98% | - |
| XYZ | 54.19 | 31.14 | 92.78 | - |
| YUV | 149.71 | 184.04 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 249 | 0.06 | 0.65 | 0 | 0.02 | 294.04 | 0.93 | 0.66 |
| Hex | E9 | 58 | F9 | 6 | 41 | 0 | 2 | 126 | 5D | 42 |
| Octal | 351 | 130 | 371 | 6 | 101 | 0 | 2 | 446 | 135 | 102 |
| Binary | 11101001 | 1011000 | 11111001 | 110 | 1000001 | 0 | 10 | 100100110 | 1011101 | 1000010 |
Color Harmonies of #E958F9
Complementary color
Monochromatic Colors of #E958F9
Black with #E958F9
Text Example
Text Example
White with #E958F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E958F9; }
p { color: rgb(233,88,249); }
H1.HeaderClassName
{
color: #E958F9;
}
.AnyTagClassName
{
color: #E958F9;
}
</style>
background-color css
<style>
a { background-color: #E958F9; }
a { background-color: rgb(233,88,249); }
div.DivClassName
{
background-color: #E958F9;
}
.BgClassName
{
background-color: #E958F9;
}
</style>
border-color css
<style>
span { border-color: #E958F9; }
span { border-color: rgb(233,88,249); }
td.TdClassName
{
border-color: #E958F9;
}
.TagClassName
{
border-color: #E958F9;
}
</style>