Shades of Pink Flamingo #E85DF6
Tints of Pink Flamingo #E85DF6
RGB
CMYK
RGB Variations
Color information
#E85DF6 (or 0xE85DF6) is known color: Pink Flamingo. HEX triplet: E8, 5D and F6. RGB value is (232,93,246). Sum of RGB (Red+Green+Blue) = 232+93+246=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 93 (36.72% from 255 or 16.29% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #E85DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85DF6 is #17A209. Grayscale: #979797. Windows color (decimal): -1548810 or 16145896. OLE color: 16145896.
HSL color Cylindrical-coordinate representation of color #E85DF6: hue angle of 294.51º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85DF6 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 93 | 246 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.04 |
| HSL | 294.51º | 0.89% | 0.66% | - |
| HSV(B) | 294.51º | 0.62% | 0.96% | - |
| XYZ | 53.83 | 31.64 | 90.46 | - |
| YUV | 152 | 181.05 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 246 | 0.06 | 0.62 | 0 | 0.04 | 294.51 | 0.89 | 0.66 |
| Hex | E8 | 5D | F6 | 6 | 3E | 0 | 4 | 127 | 59 | 42 |
| Octal | 350 | 135 | 366 | 6 | 76 | 0 | 4 | 447 | 131 | 102 |
| Binary | 11101000 | 1011101 | 11110110 | 110 | 111110 | 0 | 100 | 100100111 | 1011001 | 1000010 |
Color Harmonies of #E85DF6
Complementary color
Monochromatic Colors of #E85DF6
Black with #E85DF6
Text Example
Text Example
White with #E85DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DF6; }
p { color: rgb(232,93,246); }
H1.HeaderClassName
{
color: #E85DF6;
}
.AnyTagClassName
{
color: #E85DF6;
}
</style>
background-color css
<style>
a { background-color: #E85DF6; }
a { background-color: rgb(232,93,246); }
div.DivClassName
{
background-color: #E85DF6;
}
.BgClassName
{
background-color: #E85DF6;
}
</style>
border-color css
<style>
span { border-color: #E85DF6; }
span { border-color: rgb(232,93,246); }
td.TdClassName
{
border-color: #E85DF6;
}
.TagClassName
{
border-color: #E85DF6;
}
</style>