Shades of Pink Flamingo #E85AF9
Tints of Pink Flamingo #E85AF9
RGB
CMYK
RGB Variations
Color information
#E85AF9 (or 0xE85AF9) is known color: Pink Flamingo. HEX triplet: E8, 5A and F9. RGB value is (232,90,249). Sum of RGB (Red+Green+Blue) = 232+90+249=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 90 (35.55% from 255 or 15.76% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #E85AF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85AF9 is #17A506. Grayscale: #969696. Windows color (decimal): -1549575 or 16341736. OLE color: 16341736.
HSL color Cylindrical-coordinate representation of color #E85AF9: hue angle of 293.58º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85AF9 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 90 | 249 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.02 |
| HSL | 293.58º | 0.93% | 0.66% | - |
| HSV(B) | 293.58º | 0.64% | 0.98% | - |
| XYZ | 54.03 | 31.31 | 92.82 | - |
| YUV | 150.58 | 183.54 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 249 | 0.07 | 0.64 | 0 | 0.02 | 293.58 | 0.93 | 0.66 |
| Hex | E8 | 5A | F9 | 7 | 40 | 0 | 2 | 126 | 5D | 42 |
| Octal | 350 | 132 | 371 | 7 | 100 | 0 | 2 | 446 | 135 | 102 |
| Binary | 11101000 | 1011010 | 11111001 | 111 | 1000000 | 0 | 10 | 100100110 | 1011101 | 1000010 |
Color Harmonies of #E85AF9
Complementary color
Monochromatic Colors of #E85AF9
Black with #E85AF9
Text Example
Text Example
White with #E85AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85AF9; }
p { color: rgb(232,90,249); }
H1.HeaderClassName
{
color: #E85AF9;
}
.AnyTagClassName
{
color: #E85AF9;
}
</style>
background-color css
<style>
a { background-color: #E85AF9; }
a { background-color: rgb(232,90,249); }
div.DivClassName
{
background-color: #E85AF9;
}
.BgClassName
{
background-color: #E85AF9;
}
</style>
border-color css
<style>
span { border-color: #E85AF9; }
span { border-color: rgb(232,90,249); }
td.TdClassName
{
border-color: #E85AF9;
}
.TagClassName
{
border-color: #E85AF9;
}
</style>