Shades of Pink Flamingo #E942FE
Tints of Pink Flamingo #E942FE
RGB
CMYK
RGB Variations
Color information
#E942FE (or 0xE942FE) is known color: Pink Flamingo. HEX triplet: E9, 42 and FE. RGB value is (233,66,254). Sum of RGB (Red+Green+Blue) = 233+66+254=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 66 (26.17% from 255 or 11.93% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #E942FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E942FE is #16BD01. Grayscale: #888888. Windows color (decimal): -1490178 or 16663273. OLE color: 16663273.
HSL color Cylindrical-coordinate representation of color #E942FE: hue angle of 293.3º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E942FE is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 66 | 254 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.00 |
| HSL | 293.3º | 0.99% | 0.63% | - |
| HSV(B) | 293.3º | 0.74% | 1% | - |
| XYZ | 53.44 | 28.38 | 96.43 | - |
| YUV | 137.37 | 193.83 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 254 | 0.08 | 0.74 | 0 | 0.00 | 293.3 | 0.99 | 0.63 |
| Hex | E9 | 42 | FE | 8 | 4A | 0 | 0 | 125 | 63 | 3F |
| Octal | 351 | 102 | 376 | 10 | 112 | 0 | 0 | 445 | 143 | 77 |
| Binary | 11101001 | 1000010 | 11111110 | 1000 | 1001010 | 0 | 0 | 100100101 | 1100011 | 111111 |
Color Harmonies of #E942FE
Complementary color
Monochromatic Colors of #E942FE
Black with #E942FE
Text Example
Text Example
White with #E942FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E942FE; }
p { color: rgb(233,66,254); }
H1.HeaderClassName
{
color: #E942FE;
}
.AnyTagClassName
{
color: #E942FE;
}
</style>
background-color css
<style>
a { background-color: #E942FE; }
a { background-color: rgb(233,66,254); }
div.DivClassName
{
background-color: #E942FE;
}
.BgClassName
{
background-color: #E942FE;
}
</style>
border-color css
<style>
span { border-color: #E942FE; }
span { border-color: rgb(233,66,254); }
td.TdClassName
{
border-color: #E942FE;
}
.TagClassName
{
border-color: #E942FE;
}
</style>