Shades of Pink Flamingo #E64DFB
Tints of Pink Flamingo #E64DFB
RGB
CMYK
RGB Variations
Color information
#E64DFB (or 0xE64DFB) is known color: Pink Flamingo. HEX triplet: E6, 4D and FB. RGB value is (230,77,251). Sum of RGB (Red+Green+Blue) = 230+77+251=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 77 (30.47% from 255 or 13.80% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #E64DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64DFB is #19B204. Grayscale: #8E8E8E. Windows color (decimal): -1683973 or 16469478. OLE color: 16469478.
HSL color Cylindrical-coordinate representation of color #E64DFB: hue angle of 292.76º 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 #E64DFB is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 77 | 251 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.02 |
| HSL | 292.76º | 0.96% | 0.64% | - |
| HSV(B) | 292.76º | 0.69% | 0.98% | - |
| XYZ | 52.7 | 29.1 | 94.11 | - |
| YUV | 142.58 | 189.19 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 251 | 0.08 | 0.69 | 0 | 0.02 | 292.76 | 0.96 | 0.64 |
| Hex | E6 | 4D | FB | 8 | 45 | 0 | 2 | 125 | 60 | 40 |
| Octal | 346 | 115 | 373 | 10 | 105 | 0 | 2 | 445 | 140 | 100 |
| Binary | 11100110 | 1001101 | 11111011 | 1000 | 1000101 | 0 | 10 | 100100101 | 1100000 | 1000000 |
Color Harmonies of #E64DFB
Complementary color
Monochromatic Colors of #E64DFB
Black with #E64DFB
Text Example
Text Example
White with #E64DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64DFB; }
p { color: rgb(230,77,251); }
H1.HeaderClassName
{
color: #E64DFB;
}
.AnyTagClassName
{
color: #E64DFB;
}
</style>
background-color css
<style>
a { background-color: #E64DFB; }
a { background-color: rgb(230,77,251); }
div.DivClassName
{
background-color: #E64DFB;
}
.BgClassName
{
background-color: #E64DFB;
}
</style>
border-color css
<style>
span { border-color: #E64DFB; }
span { border-color: rgb(230,77,251); }
td.TdClassName
{
border-color: #E64DFB;
}
.TagClassName
{
border-color: #E64DFB;
}
</style>