Shades of Pink Flamingo #E940FE
Tints of Pink Flamingo #E940FE
RGB
CMYK
RGB Variations
Color information
#E940FE (or 0xE940FE) is known color: Pink Flamingo. HEX triplet: E9, 40 and FE. RGB value is (233,64,254). Sum of RGB (Red+Green+Blue) = 233+64+254=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 64 (25.39% from 255 or 11.62% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #E940FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E940FE is #16BF01. Grayscale: #878787. Windows color (decimal): -1490690 or 16662761. OLE color: 16662761.
HSL color Cylindrical-coordinate representation of color #E940FE: hue angle of 293.37º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E940FE is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 64 | 254 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.00 |
| HSL | 293.37º | 0.99% | 0.62% | - |
| HSV(B) | 293.37º | 0.75% | 1% | - |
| XYZ | 53.33 | 28.15 | 96.39 | - |
| YUV | 136.19 | 194.49 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 254 | 0.08 | 0.75 | 0 | 0.00 | 293.37 | 0.99 | 0.62 |
| Hex | E9 | 40 | FE | 8 | 4B | 0 | 0 | 125 | 63 | 3E |
| Octal | 351 | 100 | 376 | 10 | 113 | 0 | 0 | 445 | 143 | 76 |
| Binary | 11101001 | 1000000 | 11111110 | 1000 | 1001011 | 0 | 0 | 100100101 | 1100011 | 111110 |
Color Harmonies of #E940FE
Complementary color
Monochromatic Colors of #E940FE
Black with #E940FE
Text Example
Text Example
White with #E940FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940FE; }
p { color: rgb(233,64,254); }
H1.HeaderClassName
{
color: #E940FE;
}
.AnyTagClassName
{
color: #E940FE;
}
</style>
background-color css
<style>
a { background-color: #E940FE; }
a { background-color: rgb(233,64,254); }
div.DivClassName
{
background-color: #E940FE;
}
.BgClassName
{
background-color: #E940FE;
}
</style>
border-color css
<style>
span { border-color: #E940FE; }
span { border-color: rgb(233,64,254); }
td.TdClassName
{
border-color: #E940FE;
}
.TagClassName
{
border-color: #E940FE;
}
</style>