Shades of Pink Flamingo #E85AF8
Tints of Pink Flamingo #E85AF8
RGB
CMYK
RGB Variations
Color information
#E85AF8 (or 0xE85AF8) is known color: Pink Flamingo. HEX triplet: E8, 5A and F8. RGB value is (232,90,248). Sum of RGB (Red+Green+Blue) = 232+90+248=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 90 (35.55% from 255 or 15.79% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #E85AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85AF8 is #17A507. Grayscale: #959595. Windows color (decimal): -1549576 or 16276200. OLE color: 16276200.
HSL color Cylindrical-coordinate representation of color #E85AF8: hue angle of 293.92º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85AF8 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 90 | 248 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.03 |
| HSL | 293.92º | 0.92% | 0.66% | - |
| HSV(B) | 293.92º | 0.64% | 0.97% | - |
| XYZ | 53.88 | 31.25 | 92 | - |
| YUV | 150.47 | 183.04 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 248 | 0.06 | 0.64 | 0 | 0.03 | 293.92 | 0.92 | 0.66 |
| Hex | E8 | 5A | F8 | 6 | 40 | 0 | 3 | 126 | 5C | 42 |
| Octal | 350 | 132 | 370 | 6 | 100 | 0 | 3 | 446 | 134 | 102 |
| Binary | 11101000 | 1011010 | 11111000 | 110 | 1000000 | 0 | 11 | 100100110 | 1011100 | 1000010 |
Color Harmonies of #E85AF8
Complementary color
Monochromatic Colors of #E85AF8
Black with #E85AF8
Text Example
Text Example
White with #E85AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85AF8; }
p { color: rgb(232,90,248); }
H1.HeaderClassName
{
color: #E85AF8;
}
.AnyTagClassName
{
color: #E85AF8;
}
</style>
background-color css
<style>
a { background-color: #E85AF8; }
a { background-color: rgb(232,90,248); }
div.DivClassName
{
background-color: #E85AF8;
}
.BgClassName
{
background-color: #E85AF8;
}
</style>
border-color css
<style>
span { border-color: #E85AF8; }
span { border-color: rgb(232,90,248); }
td.TdClassName
{
border-color: #E85AF8;
}
.TagClassName
{
border-color: #E85AF8;
}
</style>