Shades of Pink Flamingo #E650FE
Tints of Pink Flamingo #E650FE
RGB
CMYK
RGB Variations
Color information
#E650FE (or 0xE650FE) is known color: Pink Flamingo. HEX triplet: E6, 50 and FE. RGB value is (230,80,254). Sum of RGB (Red+Green+Blue) = 230+80+254=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 80 (31.64% from 255 or 14.18% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #E650FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E650FE is #19AF01. Grayscale: #909090. Windows color (decimal): -1683202 or 16666854. OLE color: 16666854.
HSL color Cylindrical-coordinate representation of color #E650FE: hue angle of 291.72º 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 #E650FE is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 80 | 254 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.00 |
| HSL | 291.72º | 0.99% | 0.65% | - |
| HSV(B) | 291.72º | 0.69% | 1% | - |
| XYZ | 53.39 | 29.72 | 96.69 | - |
| YUV | 144.69 | 189.7 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 254 | 0.09 | 0.69 | 0 | 0.00 | 291.72 | 0.99 | 0.65 |
| Hex | E6 | 50 | FE | 9 | 45 | 0 | 0 | 124 | 63 | 41 |
| Octal | 346 | 120 | 376 | 11 | 105 | 0 | 0 | 444 | 143 | 101 |
| Binary | 11100110 | 1010000 | 11111110 | 1001 | 1000101 | 0 | 0 | 100100100 | 1100011 | 1000001 |
Color Harmonies of #E650FE
Complementary color
Monochromatic Colors of #E650FE
Black with #E650FE
Text Example
Text Example
White with #E650FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E650FE; }
p { color: rgb(230,80,254); }
H1.HeaderClassName
{
color: #E650FE;
}
.AnyTagClassName
{
color: #E650FE;
}
</style>
background-color css
<style>
a { background-color: #E650FE; }
a { background-color: rgb(230,80,254); }
div.DivClassName
{
background-color: #E650FE;
}
.BgClassName
{
background-color: #E650FE;
}
</style>
border-color css
<style>
span { border-color: #E650FE; }
span { border-color: rgb(230,80,254); }
td.TdClassName
{
border-color: #E650FE;
}
.TagClassName
{
border-color: #E650FE;
}
</style>