Shades of Pink Flamingo #E656F6
Tints of Pink Flamingo #E656F6
RGB
CMYK
RGB Variations
Color information
#E656F6 (or 0xE656F6) is known color: Pink Flamingo. HEX triplet: E6, 56 and F6. RGB value is (230,86,246). Sum of RGB (Red+Green+Blue) = 230+86+246=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 86 (33.98% from 255 or 15.30% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #E656F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E656F6 is #19A909. Grayscale: #929292. Windows color (decimal): -1681674 or 16144102. OLE color: 16144102.
HSL color Cylindrical-coordinate representation of color #E656F6: hue angle of 294º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E656F6 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 86 | 246 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.04 |
| HSL | 294º | 0.9% | 0.65% | - |
| HSV(B) | 294º | 0.65% | 0.96% | - |
| XYZ | 52.6 | 30.13 | 90.23 | - |
| YUV | 147.3 | 183.71 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 246 | 0.07 | 0.65 | 0 | 0.04 | 294 | 0.9 | 0.65 |
| Hex | E6 | 56 | F6 | 7 | 41 | 0 | 4 | 126 | 5A | 41 |
| Octal | 346 | 126 | 366 | 7 | 101 | 0 | 4 | 446 | 132 | 101 |
| Binary | 11100110 | 1010110 | 11110110 | 111 | 1000001 | 0 | 100 | 100100110 | 1011010 | 1000001 |
Color Harmonies of #E656F6
Complementary color
Monochromatic Colors of #E656F6
Black with #E656F6
Text Example
Text Example
White with #E656F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E656F6; }
p { color: rgb(230,86,246); }
H1.HeaderClassName
{
color: #E656F6;
}
.AnyTagClassName
{
color: #E656F6;
}
</style>
background-color css
<style>
a { background-color: #E656F6; }
a { background-color: rgb(230,86,246); }
div.DivClassName
{
background-color: #E656F6;
}
.BgClassName
{
background-color: #E656F6;
}
</style>
border-color css
<style>
span { border-color: #E656F6; }
span { border-color: rgb(230,86,246); }
td.TdClassName
{
border-color: #E656F6;
}
.TagClassName
{
border-color: #E656F6;
}
</style>