Shades of Pink Flamingo #E64FFF
Tints of Pink Flamingo #E64FFF
RGB
CMYK
RGB Variations
Color information
#E64FFF (or 0xE64FFF) is known color: Pink Flamingo. HEX triplet: E6, 4F and FF. RGB value is (230,79,255). Sum of RGB (Red+Green+Blue) = 230+79+255=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 79 (31.25% from 255 or 14.01% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #E64FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64FFF is #19B000. Grayscale: #8F8F8F. Windows color (decimal): -1683457 or 16732134. OLE color: 16732134.
HSL color Cylindrical-coordinate representation of color #E64FFF: hue angle of 291.48º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64FFF is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 79 | 255 | - |
| CMYK | 0.10 | 0.69 | 0 | 0 |
| HSL | 291.48º | 1% | 0.65% | - |
| HSV(B) | 291.48º | 0.69% | 1% | - |
| XYZ | 53.48 | 29.63 | 97.51 | - |
| YUV | 144.21 | 190.53 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 255 | 0.10 | 0.69 | 0 | 0 | 291.48 | 1 | 0.65 |
| Hex | E6 | 4F | FF | A | 45 | 0 | 0 | 123 | 64 | 41 |
| Octal | 346 | 117 | 377 | 12 | 105 | 0 | 0 | 443 | 144 | 101 |
| Binary | 11100110 | 1001111 | 11111111 | 1010 | 1000101 | 0 | 0 | 100100011 | 1100100 | 1000001 |
Color Harmonies of #E64FFF
Complementary color
Monochromatic Colors of #E64FFF
Black with #E64FFF
Text Example
Text Example
White with #E64FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64FFF; }
p { color: rgb(230,79,255); }
H1.HeaderClassName
{
color: #E64FFF;
}
.AnyTagClassName
{
color: #E64FFF;
}
</style>
background-color css
<style>
a { background-color: #E64FFF; }
a { background-color: rgb(230,79,255); }
div.DivClassName
{
background-color: #E64FFF;
}
.BgClassName
{
background-color: #E64FFF;
}
</style>
border-color css
<style>
span { border-color: #E64FFF; }
span { border-color: rgb(230,79,255); }
td.TdClassName
{
border-color: #E64FFF;
}
.TagClassName
{
border-color: #E64FFF;
}
</style>