Shades of Pink Flamingo #E64FFC
Tints of Pink Flamingo #E64FFC
RGB
CMYK
RGB Variations
Color information
#E64FFC (or 0xE64FFC) is known color: Pink Flamingo. HEX triplet: E6, 4F and FC. RGB value is (230,79,252). Sum of RGB (Red+Green+Blue) = 230+79+252=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 79 (31.25% from 255 or 14.08% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #E64FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64FFC is #19B003. Grayscale: #8F8F8F. Windows color (decimal): -1683460 or 16535526. OLE color: 16535526.
HSL color Cylindrical-coordinate representation of color #E64FFC: hue angle of 292.37º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64FFC is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 79 | 252 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.01 |
| HSL | 292.37º | 0.97% | 0.65% | - |
| HSV(B) | 292.37º | 0.69% | 0.99% | - |
| XYZ | 53 | 29.44 | 94.99 | - |
| YUV | 143.87 | 189.03 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 252 | 0.09 | 0.69 | 0 | 0.01 | 292.37 | 0.97 | 0.65 |
| Hex | E6 | 4F | FC | 9 | 45 | 0 | 1 | 124 | 61 | 41 |
| Octal | 346 | 117 | 374 | 11 | 105 | 0 | 1 | 444 | 141 | 101 |
| Binary | 11100110 | 1001111 | 11111100 | 1001 | 1000101 | 0 | 1 | 100100100 | 1100001 | 1000001 |
Color Harmonies of #E64FFC
Complementary color
Monochromatic Colors of #E64FFC
Black with #E64FFC
Text Example
Text Example
White with #E64FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64FFC; }
p { color: rgb(230,79,252); }
H1.HeaderClassName
{
color: #E64FFC;
}
.AnyTagClassName
{
color: #E64FFC;
}
</style>
background-color css
<style>
a { background-color: #E64FFC; }
a { background-color: rgb(230,79,252); }
div.DivClassName
{
background-color: #E64FFC;
}
.BgClassName
{
background-color: #E64FFC;
}
</style>
border-color css
<style>
span { border-color: #E64FFC; }
span { border-color: rgb(230,79,252); }
td.TdClassName
{
border-color: #E64FFC;
}
.TagClassName
{
border-color: #E64FFC;
}
</style>