Shades of Pink Flamingo #E64EFF
Tints of Pink Flamingo #E64EFF
RGB
CMYK
RGB Variations
Color information
#E64EFF (or 0xE64EFF) is known color: Pink Flamingo. HEX triplet: E6, 4E and FF. RGB value is (230,78,255). Sum of RGB (Red+Green+Blue) = 230+78+255=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 78 (30.86% from 255 or 13.85% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #E64EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64EFF is #19B100. Grayscale: #8F8F8F. Windows color (decimal): -1683713 or 16731878. OLE color: 16731878.
HSL color Cylindrical-coordinate representation of color #E64EFF: hue angle of 291.53º 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 #E64EFF is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 78 | 255 | - |
| CMYK | 0.10 | 0.69 | 0 | 0 |
| HSL | 291.53º | 1% | 0.65% | - |
| HSV(B) | 291.53º | 0.69% | 1% | - |
| XYZ | 53.41 | 29.49 | 97.49 | - |
| YUV | 143.63 | 190.86 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 255 | 0.10 | 0.69 | 0 | 0 | 291.53 | 1 | 0.65 |
| Hex | E6 | 4E | FF | A | 45 | 0 | 0 | 124 | 64 | 41 |
| Octal | 346 | 116 | 377 | 12 | 105 | 0 | 0 | 444 | 144 | 101 |
| Binary | 11100110 | 1001110 | 11111111 | 1010 | 1000101 | 0 | 0 | 100100100 | 1100100 | 1000001 |
Color Harmonies of #E64EFF
Complementary color
Monochromatic Colors of #E64EFF
Black with #E64EFF
Text Example
Text Example
White with #E64EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64EFF; }
p { color: rgb(230,78,255); }
H1.HeaderClassName
{
color: #E64EFF;
}
.AnyTagClassName
{
color: #E64EFF;
}
</style>
background-color css
<style>
a { background-color: #E64EFF; }
a { background-color: rgb(230,78,255); }
div.DivClassName
{
background-color: #E64EFF;
}
.BgClassName
{
background-color: #E64EFF;
}
</style>
border-color css
<style>
span { border-color: #E64EFF; }
span { border-color: rgb(230,78,255); }
td.TdClassName
{
border-color: #E64EFF;
}
.TagClassName
{
border-color: #E64EFF;
}
</style>