Shades of Pink Flamingo #E85EF6
Tints of Pink Flamingo #E85EF6
RGB
CMYK
RGB Variations
Color information
#E85EF6 (or 0xE85EF6) is known color: Pink Flamingo. HEX triplet: E8, 5E and F6. RGB value is (232,94,246). Sum of RGB (Red+Green+Blue) = 232+94+246=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 94 (37.11% from 255 or 16.43% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #E85EF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85EF6 is #17A109. Grayscale: #989898. Windows color (decimal): -1548554 or 16146152. OLE color: 16146152.
HSL color Cylindrical-coordinate representation of color #E85EF6: hue angle of 294.47º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85EF6 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 94 | 246 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.04 |
| HSL | 294.47º | 0.89% | 0.67% | - |
| HSV(B) | 294.47º | 0.62% | 0.96% | - |
| XYZ | 53.92 | 31.82 | 90.49 | - |
| YUV | 152.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 246 | 0.06 | 0.62 | 0 | 0.04 | 294.47 | 0.89 | 0.67 |
| Hex | E8 | 5E | F6 | 6 | 3E | 0 | 4 | 126 | 59 | 43 |
| Octal | 350 | 136 | 366 | 6 | 76 | 0 | 4 | 446 | 131 | 103 |
| Binary | 11101000 | 1011110 | 11110110 | 110 | 111110 | 0 | 100 | 100100110 | 1011001 | 1000011 |
Color Harmonies of #E85EF6
Complementary color
Monochromatic Colors of #E85EF6
Black with #E85EF6
Text Example
Text Example
White with #E85EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85EF6; }
p { color: rgb(232,94,246); }
H1.HeaderClassName
{
color: #E85EF6;
}
.AnyTagClassName
{
color: #E85EF6;
}
</style>
background-color css
<style>
a { background-color: #E85EF6; }
a { background-color: rgb(232,94,246); }
div.DivClassName
{
background-color: #E85EF6;
}
.BgClassName
{
background-color: #E85EF6;
}
</style>
border-color css
<style>
span { border-color: #E85EF6; }
span { border-color: rgb(232,94,246); }
td.TdClassName
{
border-color: #E85EF6;
}
.TagClassName
{
border-color: #E85EF6;
}
</style>