Shades of Pink Flamingo #E94DFB
Tints of Pink Flamingo #E94DFB
RGB
CMYK
RGB Variations
Color information
#E94DFB (or 0xE94DFB) is known color: Pink Flamingo. HEX triplet: E9, 4D and FB. RGB value is (233,77,251). Sum of RGB (Red+Green+Blue) = 233+77+251=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 77 (30.47% from 255 or 13.73% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #E94DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E94DFB is #16B204. Grayscale: #8E8E8E. Windows color (decimal): -1487365 or 16469481. OLE color: 16469481.
HSL color Cylindrical-coordinate representation of color #E94DFB: hue angle of 293.79º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E94DFB is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 77 | 251 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.02 |
| HSL | 293.79º | 0.96% | 0.64% | - |
| HSV(B) | 293.79º | 0.69% | 0.98% | - |
| XYZ | 53.67 | 29.6 | 94.15 | - |
| YUV | 143.48 | 188.68 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 251 | 0.07 | 0.69 | 0 | 0.02 | 293.79 | 0.96 | 0.64 |
| Hex | E9 | 4D | FB | 7 | 45 | 0 | 2 | 126 | 60 | 40 |
| Octal | 351 | 115 | 373 | 7 | 105 | 0 | 2 | 446 | 140 | 100 |
| Binary | 11101001 | 1001101 | 11111011 | 111 | 1000101 | 0 | 10 | 100100110 | 1100000 | 1000000 |
Color Harmonies of #E94DFB
Complementary color
Monochromatic Colors of #E94DFB
Black with #E94DFB
Text Example
Text Example
White with #E94DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94DFB; }
p { color: rgb(233,77,251); }
H1.HeaderClassName
{
color: #E94DFB;
}
.AnyTagClassName
{
color: #E94DFB;
}
</style>
background-color css
<style>
a { background-color: #E94DFB; }
a { background-color: rgb(233,77,251); }
div.DivClassName
{
background-color: #E94DFB;
}
.BgClassName
{
background-color: #E94DFB;
}
</style>
border-color css
<style>
span { border-color: #E94DFB; }
span { border-color: rgb(233,77,251); }
td.TdClassName
{
border-color: #E94DFB;
}
.TagClassName
{
border-color: #E94DFB;
}
</style>