Shades of Pink Flamingo #E85AF5
Tints of Pink Flamingo #E85AF5
RGB
CMYK
RGB Variations
Color information
#E85AF5 (or 0xE85AF5) is known color: Pink Flamingo. HEX triplet: E8, 5A and F5. RGB value is (232,90,245). Sum of RGB (Red+Green+Blue) = 232+90+245=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 90 (35.55% from 255 or 15.87% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 245 - color contains mainly: blue. Hex color #E85AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85AF5 is #17A50A. Grayscale: #959595. Windows color (decimal): -1549579 or 16079592. OLE color: 16079592.
HSL color Cylindrical-coordinate representation of color #E85AF5: hue angle of 294.97º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85AF5 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 90 | 245 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.04 |
| HSL | 294.97º | 0.89% | 0.66% | - |
| HSV(B) | 294.97º | 0.63% | 0.96% | - |
| XYZ | 53.42 | 31.06 | 89.57 | - |
| YUV | 150.13 | 181.54 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 245 | 0.05 | 0.63 | 0 | 0.04 | 294.97 | 0.89 | 0.66 |
| Hex | E8 | 5A | F5 | 5 | 3F | 0 | 4 | 127 | 59 | 42 |
| Octal | 350 | 132 | 365 | 5 | 77 | 0 | 4 | 447 | 131 | 102 |
| Binary | 11101000 | 1011010 | 11110101 | 101 | 111111 | 0 | 100 | 100100111 | 1011001 | 1000010 |
Color Harmonies of #E85AF5
Complementary color
Monochromatic Colors of #E85AF5
Black with #E85AF5
Text Example
Text Example
White with #E85AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85AF5; }
p { color: rgb(232,90,245); }
H1.HeaderClassName
{
color: #E85AF5;
}
.AnyTagClassName
{
color: #E85AF5;
}
</style>
background-color css
<style>
a { background-color: #E85AF5; }
a { background-color: rgb(232,90,245); }
div.DivClassName
{
background-color: #E85AF5;
}
.BgClassName
{
background-color: #E85AF5;
}
</style>
border-color css
<style>
span { border-color: #E85AF5; }
span { border-color: rgb(232,90,245); }
td.TdClassName
{
border-color: #E85AF5;
}
.TagClassName
{
border-color: #E85AF5;
}
</style>