Shades of Pink Flamingo #E94FFA
Tints of Pink Flamingo #E94FFA
RGB
CMYK
RGB Variations
Color information
#E94FFA (or 0xE94FFA) is known color: Pink Flamingo. HEX triplet: E9, 4F and FA. RGB value is (233,79,250). Sum of RGB (Red+Green+Blue) = 233+79+250=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 79 (31.25% from 255 or 14.06% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #E94FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E94FFA is #16B005. Grayscale: #909090. Windows color (decimal): -1486854 or 16404457. OLE color: 16404457.
HSL color Cylindrical-coordinate representation of color #E94FFA: hue angle of 294.04º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94FFA is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 79 | 250 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.02 |
| HSL | 294.04º | 0.94% | 0.65% | - |
| HSV(B) | 294.04º | 0.68% | 0.98% | - |
| XYZ | 53.66 | 29.82 | 93.37 | - |
| YUV | 144.54 | 187.52 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 250 | 0.07 | 0.68 | 0 | 0.02 | 294.04 | 0.94 | 0.65 |
| Hex | E9 | 4F | FA | 7 | 44 | 0 | 2 | 126 | 5E | 41 |
| Octal | 351 | 117 | 372 | 7 | 104 | 0 | 2 | 446 | 136 | 101 |
| Binary | 11101001 | 1001111 | 11111010 | 111 | 1000100 | 0 | 10 | 100100110 | 1011110 | 1000001 |
Color Harmonies of #E94FFA
Complementary color
Monochromatic Colors of #E94FFA
Black with #E94FFA
Text Example
Text Example
White with #E94FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94FFA; }
p { color: rgb(233,79,250); }
H1.HeaderClassName
{
color: #E94FFA;
}
.AnyTagClassName
{
color: #E94FFA;
}
</style>
background-color css
<style>
a { background-color: #E94FFA; }
a { background-color: rgb(233,79,250); }
div.DivClassName
{
background-color: #E94FFA;
}
.BgClassName
{
background-color: #E94FFA;
}
</style>
border-color css
<style>
span { border-color: #E94FFA; }
span { border-color: rgb(233,79,250); }
td.TdClassName
{
border-color: #E94FFA;
}
.TagClassName
{
border-color: #E94FFA;
}
</style>