Shades of Pink Flamingo #E94EFE
Tints of Pink Flamingo #E94EFE
RGB
CMYK
RGB Variations
Color information
#E94EFE (or 0xE94EFE) is known color: Pink Flamingo. HEX triplet: E9, 4E and FE. RGB value is (233,78,254). Sum of RGB (Red+Green+Blue) = 233+78+254=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 78 (30.86% from 255 or 13.81% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #E94EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E94EFE is #16B101. Grayscale: #8F8F8F. Windows color (decimal): -1487106 or 16666345. OLE color: 16666345.
HSL color Cylindrical-coordinate representation of color #E94EFE: hue angle of 292.84º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E94EFE is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 78 | 254 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.00 |
| HSL | 292.84º | 0.99% | 0.65% | - |
| HSV(B) | 292.84º | 0.69% | 1% | - |
| XYZ | 54.22 | 29.93 | 96.69 | - |
| YUV | 144.41 | 189.85 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 254 | 0.08 | 0.69 | 0 | 0.00 | 292.84 | 0.99 | 0.65 |
| Hex | E9 | 4E | FE | 8 | 45 | 0 | 0 | 125 | 63 | 41 |
| Octal | 351 | 116 | 376 | 10 | 105 | 0 | 0 | 445 | 143 | 101 |
| Binary | 11101001 | 1001110 | 11111110 | 1000 | 1000101 | 0 | 0 | 100100101 | 1100011 | 1000001 |
Color Harmonies of #E94EFE
Complementary color
Monochromatic Colors of #E94EFE
Black with #E94EFE
Text Example
Text Example
White with #E94EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94EFE; }
p { color: rgb(233,78,254); }
H1.HeaderClassName
{
color: #E94EFE;
}
.AnyTagClassName
{
color: #E94EFE;
}
</style>
background-color css
<style>
a { background-color: #E94EFE; }
a { background-color: rgb(233,78,254); }
div.DivClassName
{
background-color: #E94EFE;
}
.BgClassName
{
background-color: #E94EFE;
}
</style>
border-color css
<style>
span { border-color: #E94EFE; }
span { border-color: rgb(233,78,254); }
td.TdClassName
{
border-color: #E94EFE;
}
.TagClassName
{
border-color: #E94EFE;
}
</style>