Shades of Pink Flamingo #E94FFC
Tints of Pink Flamingo #E94FFC
RGB
CMYK
RGB Variations
Color information
#E94FFC (or 0xE94FFC) is known color: Pink Flamingo. HEX triplet: E9, 4F and FC. RGB value is (233,79,252). Sum of RGB (Red+Green+Blue) = 233+79+252=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 79 (31.25% from 255 or 14.01% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #E94FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E94FFC is #16B003. Grayscale: #909090. Windows color (decimal): -1486852 or 16535529. OLE color: 16535529.
HSL color Cylindrical-coordinate representation of color #E94FFC: hue angle of 293.41º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E94FFC is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 79 | 252 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.01 |
| HSL | 293.41º | 0.97% | 0.65% | - |
| HSV(B) | 293.41º | 0.69% | 0.99% | - |
| XYZ | 53.97 | 29.94 | 95.03 | - |
| YUV | 144.77 | 188.52 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 252 | 0.08 | 0.69 | 0 | 0.01 | 293.41 | 0.97 | 0.65 |
| Hex | E9 | 4F | FC | 8 | 45 | 0 | 1 | 125 | 61 | 41 |
| Octal | 351 | 117 | 374 | 10 | 105 | 0 | 1 | 445 | 141 | 101 |
| Binary | 11101001 | 1001111 | 11111100 | 1000 | 1000101 | 0 | 1 | 100100101 | 1100001 | 1000001 |
Color Harmonies of #E94FFC
Complementary color
Monochromatic Colors of #E94FFC
Black with #E94FFC
Text Example
Text Example
White with #E94FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94FFC; }
p { color: rgb(233,79,252); }
H1.HeaderClassName
{
color: #E94FFC;
}
.AnyTagClassName
{
color: #E94FFC;
}
</style>
background-color css
<style>
a { background-color: #E94FFC; }
a { background-color: rgb(233,79,252); }
div.DivClassName
{
background-color: #E94FFC;
}
.BgClassName
{
background-color: #E94FFC;
}
</style>
border-color css
<style>
span { border-color: #E94FFC; }
span { border-color: rgb(233,79,252); }
td.TdClassName
{
border-color: #E94FFC;
}
.TagClassName
{
border-color: #E94FFC;
}
</style>