Shades of Pink Flamingo #E64DF9
Tints of Pink Flamingo #E64DF9
RGB
CMYK
RGB Variations
Color information
#E64DF9 (or 0xE64DF9) is known color: Pink Flamingo. HEX triplet: E6, 4D and F9. RGB value is (230,77,249). Sum of RGB (Red+Green+Blue) = 230+77+249=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 77 (30.47% from 255 or 13.85% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #E64DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64DF9 is #19B206. Grayscale: #8D8D8D. Windows color (decimal): -1683975 or 16338406. OLE color: 16338406.
HSL color Cylindrical-coordinate representation of color #E64DF9: hue angle of 293.37º degrees, saturation: 0.93, 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 #E64DF9 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 77 | 249 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.02 |
| HSL | 293.37º | 0.93% | 0.64% | - |
| HSV(B) | 293.37º | 0.69% | 0.98% | - |
| XYZ | 52.39 | 28.97 | 92.45 | - |
| YUV | 142.36 | 188.19 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 249 | 0.08 | 0.69 | 0 | 0.02 | 293.37 | 0.93 | 0.64 |
| Hex | E6 | 4D | F9 | 8 | 45 | 0 | 2 | 125 | 5D | 40 |
| Octal | 346 | 115 | 371 | 10 | 105 | 0 | 2 | 445 | 135 | 100 |
| Binary | 11100110 | 1001101 | 11111001 | 1000 | 1000101 | 0 | 10 | 100100101 | 1011101 | 1000000 |
Color Harmonies of #E64DF9
Complementary color
Monochromatic Colors of #E64DF9
Black with #E64DF9
Text Example
Text Example
White with #E64DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64DF9; }
p { color: rgb(230,77,249); }
H1.HeaderClassName
{
color: #E64DF9;
}
.AnyTagClassName
{
color: #E64DF9;
}
</style>
background-color css
<style>
a { background-color: #E64DF9; }
a { background-color: rgb(230,77,249); }
div.DivClassName
{
background-color: #E64DF9;
}
.BgClassName
{
background-color: #E64DF9;
}
</style>
border-color css
<style>
span { border-color: #E64DF9; }
span { border-color: rgb(230,77,249); }
td.TdClassName
{
border-color: #E64DF9;
}
.TagClassName
{
border-color: #E64DF9;
}
</style>