Shades of Pink Flamingo #E94DFA
Tints of Pink Flamingo #E94DFA
RGB
CMYK
RGB Variations
Color information
#E94DFA (or 0xE94DFA) is known color: Pink Flamingo. HEX triplet: E9, 4D and FA. RGB value is (233,77,250). Sum of RGB (Red+Green+Blue) = 233+77+250=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 77 (30.47% from 255 or 13.75% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #E94DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E94DFA is #16B205. Grayscale: #8E8E8E. Windows color (decimal): -1487366 or 16403945. OLE color: 16403945.
HSL color Cylindrical-coordinate representation of color #E94DFA: hue angle of 294.1º degrees, saturation: 0.95, 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 #E94DFA is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 77 | 250 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.02 |
| HSL | 294.1º | 0.95% | 0.64% | - |
| HSV(B) | 294.1º | 0.69% | 0.98% | - |
| XYZ | 53.51 | 29.53 | 93.32 | - |
| YUV | 143.37 | 188.18 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 250 | 0.07 | 0.69 | 0 | 0.02 | 294.1 | 0.95 | 0.64 |
| Hex | E9 | 4D | FA | 7 | 45 | 0 | 2 | 126 | 5F | 40 |
| Octal | 351 | 115 | 372 | 7 | 105 | 0 | 2 | 446 | 137 | 100 |
| Binary | 11101001 | 1001101 | 11111010 | 111 | 1000101 | 0 | 10 | 100100110 | 1011111 | 1000000 |
Color Harmonies of #E94DFA
Complementary color
Monochromatic Colors of #E94DFA
Black with #E94DFA
Text Example
Text Example
White with #E94DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94DFA; }
p { color: rgb(233,77,250); }
H1.HeaderClassName
{
color: #E94DFA;
}
.AnyTagClassName
{
color: #E94DFA;
}
</style>
background-color css
<style>
a { background-color: #E94DFA; }
a { background-color: rgb(233,77,250); }
div.DivClassName
{
background-color: #E94DFA;
}
.BgClassName
{
background-color: #E94DFA;
}
</style>
border-color css
<style>
span { border-color: #E94DFA; }
span { border-color: rgb(233,77,250); }
td.TdClassName
{
border-color: #E94DFA;
}
.TagClassName
{
border-color: #E94DFA;
}
</style>