Shades of Pink Flamingo #E640FE
Tints of Pink Flamingo #E640FE
RGB
CMYK
RGB Variations
Color information
#E640FE (or 0xE640FE) is known color: Pink Flamingo. HEX triplet: E6, 40 and FE. RGB value is (230,64,254). Sum of RGB (Red+Green+Blue) = 230+64+254=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 64 (25.39% from 255 or 11.68% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #E640FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E640FE is #19BF01. Grayscale: #868686. Windows color (decimal): -1687298 or 16662758. OLE color: 16662758.
HSL color Cylindrical-coordinate representation of color #E640FE: hue angle of 292.42º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E640FE is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 64 | 254 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.00 |
| HSL | 292.42º | 0.99% | 0.62% | - |
| HSV(B) | 292.42º | 0.75% | 1% | - |
| XYZ | 52.36 | 27.65 | 96.34 | - |
| YUV | 135.29 | 195 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 254 | 0.09 | 0.75 | 0 | 0.00 | 292.42 | 0.99 | 0.62 |
| Hex | E6 | 40 | FE | 9 | 4B | 0 | 0 | 124 | 63 | 3E |
| Octal | 346 | 100 | 376 | 11 | 113 | 0 | 0 | 444 | 143 | 76 |
| Binary | 11100110 | 1000000 | 11111110 | 1001 | 1001011 | 0 | 0 | 100100100 | 1100011 | 111110 |
Color Harmonies of #E640FE
Complementary color
Monochromatic Colors of #E640FE
Black with #E640FE
Text Example
Text Example
White with #E640FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E640FE; }
p { color: rgb(230,64,254); }
H1.HeaderClassName
{
color: #E640FE;
}
.AnyTagClassName
{
color: #E640FE;
}
</style>
background-color css
<style>
a { background-color: #E640FE; }
a { background-color: rgb(230,64,254); }
div.DivClassName
{
background-color: #E640FE;
}
.BgClassName
{
background-color: #E640FE;
}
</style>
border-color css
<style>
span { border-color: #E640FE; }
span { border-color: rgb(230,64,254); }
td.TdClassName
{
border-color: #E640FE;
}
.TagClassName
{
border-color: #E640FE;
}
</style>