Shades of Pink Flamingo #E64DF7
Tints of Pink Flamingo #E64DF7
RGB
CMYK
RGB Variations
Color information
#E64DF7 (or 0xE64DF7) is known color: Pink Flamingo. HEX triplet: E6, 4D and F7. RGB value is (230,77,247). Sum of RGB (Red+Green+Blue) = 230+77+247=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 77 (30.47% from 255 or 13.90% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #E64DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64DF7 is #19B208. Grayscale: #8D8D8D. Windows color (decimal): -1683977 or 16207334. OLE color: 16207334.
HSL color Cylindrical-coordinate representation of color #E64DF7: hue angle of 294º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64DF7 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 77 | 247 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.03 |
| HSL | 294º | 0.91% | 0.64% | - |
| HSV(B) | 294º | 0.69% | 0.97% | - |
| XYZ | 52.08 | 28.85 | 90.82 | - |
| YUV | 142.13 | 187.19 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 247 | 0.07 | 0.69 | 0 | 0.03 | 294 | 0.91 | 0.64 |
| Hex | E6 | 4D | F7 | 7 | 45 | 0 | 3 | 126 | 5B | 40 |
| Octal | 346 | 115 | 367 | 7 | 105 | 0 | 3 | 446 | 133 | 100 |
| Binary | 11100110 | 1001101 | 11110111 | 111 | 1000101 | 0 | 11 | 100100110 | 1011011 | 1000000 |
Color Harmonies of #E64DF7
Complementary color
Monochromatic Colors of #E64DF7
Black with #E64DF7
Text Example
Text Example
White with #E64DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64DF7; }
p { color: rgb(230,77,247); }
H1.HeaderClassName
{
color: #E64DF7;
}
.AnyTagClassName
{
color: #E64DF7;
}
</style>
background-color css
<style>
a { background-color: #E64DF7; }
a { background-color: rgb(230,77,247); }
div.DivClassName
{
background-color: #E64DF7;
}
.BgClassName
{
background-color: #E64DF7;
}
</style>
border-color css
<style>
span { border-color: #E64DF7; }
span { border-color: rgb(230,77,247); }
td.TdClassName
{
border-color: #E64DF7;
}
.TagClassName
{
border-color: #E64DF7;
}
</style>