Shades of Pink Flamingo #E850FE
Tints of Pink Flamingo #E850FE
RGB
CMYK
RGB Variations
Color information
#E850FE (or 0xE850FE) is known color: Pink Flamingo. HEX triplet: E8, 50 and FE. RGB value is (232,80,254). Sum of RGB (Red+Green+Blue) = 232+80+254=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 80 (31.64% from 255 or 14.13% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #E850FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E850FE is #17AF01. Grayscale: #909090. Windows color (decimal): -1552130 or 16666856. OLE color: 16666856.
HSL color Cylindrical-coordinate representation of color #E850FE: hue angle of 292.41º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E850FE is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 80 | 254 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.00 |
| HSL | 292.41º | 0.99% | 0.65% | - |
| HSV(B) | 292.41º | 0.69% | 1% | - |
| XYZ | 54.04 | 30.05 | 96.72 | - |
| YUV | 145.28 | 189.36 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 254 | 0.09 | 0.69 | 0 | 0.00 | 292.41 | 0.99 | 0.65 |
| Hex | E8 | 50 | FE | 9 | 45 | 0 | 0 | 124 | 63 | 41 |
| Octal | 350 | 120 | 376 | 11 | 105 | 0 | 0 | 444 | 143 | 101 |
| Binary | 11101000 | 1010000 | 11111110 | 1001 | 1000101 | 0 | 0 | 100100100 | 1100011 | 1000001 |
Color Harmonies of #E850FE
Complementary color
Monochromatic Colors of #E850FE
Black with #E850FE
Text Example
Text Example
White with #E850FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E850FE; }
p { color: rgb(232,80,254); }
H1.HeaderClassName
{
color: #E850FE;
}
.AnyTagClassName
{
color: #E850FE;
}
</style>
background-color css
<style>
a { background-color: #E850FE; }
a { background-color: rgb(232,80,254); }
div.DivClassName
{
background-color: #E850FE;
}
.BgClassName
{
background-color: #E850FE;
}
</style>
border-color css
<style>
span { border-color: #E850FE; }
span { border-color: rgb(232,80,254); }
td.TdClassName
{
border-color: #E850FE;
}
.TagClassName
{
border-color: #E850FE;
}
</style>