Shades of Pink Flamingo #E850F9
Tints of Pink Flamingo #E850F9
RGB
CMYK
RGB Variations
Color information
#E850F9 (or 0xE850F9) is known color: Pink Flamingo. HEX triplet: E8, 50 and F9. RGB value is (232,80,249). Sum of RGB (Red+Green+Blue) = 232+80+249=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 80 (31.64% from 255 or 14.26% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #E850F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E850F9 is #17AF06. Grayscale: #909090. Windows color (decimal): -1552135 or 16339176. OLE color: 16339176.
HSL color Cylindrical-coordinate representation of color #E850F9: hue angle of 293.96º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E850F9 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 80 | 249 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.02 |
| HSL | 293.96º | 0.93% | 0.65% | - |
| HSV(B) | 293.96º | 0.68% | 0.98% | - |
| XYZ | 53.25 | 29.73 | 92.56 | - |
| YUV | 144.71 | 186.86 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 249 | 0.07 | 0.68 | 0 | 0.02 | 293.96 | 0.93 | 0.65 |
| Hex | E8 | 50 | F9 | 7 | 44 | 0 | 2 | 126 | 5D | 41 |
| Octal | 350 | 120 | 371 | 7 | 104 | 0 | 2 | 446 | 135 | 101 |
| Binary | 11101000 | 1010000 | 11111001 | 111 | 1000100 | 0 | 10 | 100100110 | 1011101 | 1000001 |
Color Harmonies of #E850F9
Complementary color
Monochromatic Colors of #E850F9
Black with #E850F9
Text Example
Text Example
White with #E850F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E850F9; }
p { color: rgb(232,80,249); }
H1.HeaderClassName
{
color: #E850F9;
}
.AnyTagClassName
{
color: #E850F9;
}
</style>
background-color css
<style>
a { background-color: #E850F9; }
a { background-color: rgb(232,80,249); }
div.DivClassName
{
background-color: #E850F9;
}
.BgClassName
{
background-color: #E850F9;
}
</style>
border-color css
<style>
span { border-color: #E850F9; }
span { border-color: rgb(232,80,249); }
td.TdClassName
{
border-color: #E850F9;
}
.TagClassName
{
border-color: #E850F9;
}
</style>