Shades of Pink Flamingo #E94DFC
Tints of Pink Flamingo #E94DFC
RGB
CMYK
RGB Variations
Color information
#E94DFC (or 0xE94DFC) is known color: Pink Flamingo. HEX triplet: E9, 4D and FC. RGB value is (233,77,252). Sum of RGB (Red+Green+Blue) = 233+77+252=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 77 (30.47% from 255 or 13.70% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #E94DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E94DFC is #16B203. Grayscale: #8F8F8F. Windows color (decimal): -1487364 or 16535017. OLE color: 16535017.
HSL color Cylindrical-coordinate representation of color #E94DFC: hue angle of 293.49º 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 #E94DFC is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 77 | 252 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.01 |
| HSL | 293.49º | 0.97% | 0.65% | - |
| HSV(B) | 293.49º | 0.69% | 0.99% | - |
| XYZ | 53.83 | 29.66 | 94.98 | - |
| YUV | 143.59 | 189.18 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 252 | 0.08 | 0.69 | 0 | 0.01 | 293.49 | 0.97 | 0.65 |
| Hex | E9 | 4D | FC | 8 | 45 | 0 | 1 | 125 | 61 | 41 |
| Octal | 351 | 115 | 374 | 10 | 105 | 0 | 1 | 445 | 141 | 101 |
| Binary | 11101001 | 1001101 | 11111100 | 1000 | 1000101 | 0 | 1 | 100100101 | 1100001 | 1000001 |
Color Harmonies of #E94DFC
Complementary color
Monochromatic Colors of #E94DFC
Black with #E94DFC
Text Example
Text Example
White with #E94DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94DFC; }
p { color: rgb(233,77,252); }
H1.HeaderClassName
{
color: #E94DFC;
}
.AnyTagClassName
{
color: #E94DFC;
}
</style>
background-color css
<style>
a { background-color: #E94DFC; }
a { background-color: rgb(233,77,252); }
div.DivClassName
{
background-color: #E94DFC;
}
.BgClassName
{
background-color: #E94DFC;
}
</style>
border-color css
<style>
span { border-color: #E94DFC; }
span { border-color: rgb(233,77,252); }
td.TdClassName
{
border-color: #E94DFC;
}
.TagClassName
{
border-color: #E94DFC;
}
</style>