Shades of Pink Flamingo #E940F9
Tints of Pink Flamingo #E940F9
RGB
CMYK
RGB Variations
Color information
#E940F9 (or 0xE940F9) is known color: Pink Flamingo. HEX triplet: E9, 40 and F9. RGB value is (233,64,249). Sum of RGB (Red+Green+Blue) = 233+64+249=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 64 (25.39% from 255 or 11.72% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #E940F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E940F9 is #16BF06. Grayscale: #878787. Windows color (decimal): -1490695 or 16335081. OLE color: 16335081.
HSL color Cylindrical-coordinate representation of color #E940F9: hue angle of 294.81º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E940F9 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 64 | 249 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.02 |
| HSL | 294.81º | 0.94% | 0.61% | - |
| HSV(B) | 294.81º | 0.74% | 0.98% | - |
| XYZ | 52.54 | 27.83 | 92.23 | - |
| YUV | 135.62 | 191.99 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 249 | 0.06 | 0.74 | 0 | 0.02 | 294.81 | 0.94 | 0.61 |
| Hex | E9 | 40 | F9 | 6 | 4A | 0 | 2 | 127 | 5E | 3D |
| Octal | 351 | 100 | 371 | 6 | 112 | 0 | 2 | 447 | 136 | 75 |
| Binary | 11101001 | 1000000 | 11111001 | 110 | 1001010 | 0 | 10 | 100100111 | 1011110 | 111101 |
Color Harmonies of #E940F9
Complementary color
Monochromatic Colors of #E940F9
Black with #E940F9
Text Example
Text Example
White with #E940F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940F9; }
p { color: rgb(233,64,249); }
H1.HeaderClassName
{
color: #E940F9;
}
.AnyTagClassName
{
color: #E940F9;
}
</style>
background-color css
<style>
a { background-color: #E940F9; }
a { background-color: rgb(233,64,249); }
div.DivClassName
{
background-color: #E940F9;
}
.BgClassName
{
background-color: #E940F9;
}
</style>
border-color css
<style>
span { border-color: #E940F9; }
span { border-color: rgb(233,64,249); }
td.TdClassName
{
border-color: #E940F9;
}
.TagClassName
{
border-color: #E940F9;
}
</style>