Shades of Pink Flamingo #E94EFF
Tints of Pink Flamingo #E94EFF
RGB
CMYK
RGB Variations
Color information
#E94EFF (or 0xE94EFF) is known color: Pink Flamingo. HEX triplet: E9, 4E and FF. RGB value is (233,78,255). Sum of RGB (Red+Green+Blue) = 233+78+255=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 78 (30.86% from 255 or 13.78% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #E94EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E94EFF is #16B100. Grayscale: #8F8F8F. Windows color (decimal): -1487105 or 16731881. OLE color: 16731881.
HSL color Cylindrical-coordinate representation of color #E94EFF: hue angle of 292.54º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E94EFF is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 78 | 255 | - |
| CMYK | 0.09 | 0.69 | 0 | 0 |
| HSL | 292.54º | 1% | 0.65% | - |
| HSV(B) | 292.54º | 0.69% | 1% | - |
| XYZ | 54.38 | 29.99 | 97.53 | - |
| YUV | 144.52 | 190.35 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 255 | 0.09 | 0.69 | 0 | 0 | 292.54 | 1 | 0.65 |
| Hex | E9 | 4E | FF | 9 | 45 | 0 | 0 | 125 | 64 | 41 |
| Octal | 351 | 116 | 377 | 11 | 105 | 0 | 0 | 445 | 144 | 101 |
| Binary | 11101001 | 1001110 | 11111111 | 1001 | 1000101 | 0 | 0 | 100100101 | 1100100 | 1000001 |
Color Harmonies of #E94EFF
Complementary color
Monochromatic Colors of #E94EFF
Black with #E94EFF
Text Example
Text Example
White with #E94EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94EFF; }
p { color: rgb(233,78,255); }
H1.HeaderClassName
{
color: #E94EFF;
}
.AnyTagClassName
{
color: #E94EFF;
}
</style>
background-color css
<style>
a { background-color: #E94EFF; }
a { background-color: rgb(233,78,255); }
div.DivClassName
{
background-color: #E94EFF;
}
.BgClassName
{
background-color: #E94EFF;
}
</style>
border-color css
<style>
span { border-color: #E94EFF; }
span { border-color: rgb(233,78,255); }
td.TdClassName
{
border-color: #E94EFF;
}
.TagClassName
{
border-color: #E94EFF;
}
</style>