Shades of Pink Flamingo #E240FE
Tints of Pink Flamingo #E240FE
RGB
CMYK
RGB Variations
Color information
#E240FE (or 0xE240FE) is known color: Pink Flamingo. HEX triplet: E2, 40 and FE. RGB value is (226,64,254). Sum of RGB (Red+Green+Blue) = 226+64+254=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 64 (25.39% from 255 or 11.76% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #E240FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E240FE is #1DBF01. Grayscale: #858585. Windows color (decimal): -1949442 or 16662754. OLE color: 16662754.
HSL color Cylindrical-coordinate representation of color #E240FE: hue angle of 291.16º 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 #E240FE is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 64 | 254 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.00 |
| HSL | 291.16º | 0.99% | 0.62% | - |
| HSV(B) | 291.16º | 0.75% | 1% | - |
| XYZ | 51.09 | 26.99 | 96.28 | - |
| YUV | 134.1 | 195.67 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 254 | 0.11 | 0.75 | 0 | 0.00 | 291.16 | 0.99 | 0.62 |
| Hex | E2 | 40 | FE | B | 4B | 0 | 0 | 123 | 63 | 3E |
| Octal | 342 | 100 | 376 | 13 | 113 | 0 | 0 | 443 | 143 | 76 |
| Binary | 11100010 | 1000000 | 11111110 | 1011 | 1001011 | 0 | 0 | 100100011 | 1100011 | 111110 |
Color Harmonies of #E240FE
Complementary color
Monochromatic Colors of #E240FE
Black with #E240FE
Text Example
Text Example
White with #E240FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E240FE; }
p { color: rgb(226,64,254); }
H1.HeaderClassName
{
color: #E240FE;
}
.AnyTagClassName
{
color: #E240FE;
}
</style>
background-color css
<style>
a { background-color: #E240FE; }
a { background-color: rgb(226,64,254); }
div.DivClassName
{
background-color: #E240FE;
}
.BgClassName
{
background-color: #E240FE;
}
</style>
border-color css
<style>
span { border-color: #E240FE; }
span { border-color: rgb(226,64,254); }
td.TdClassName
{
border-color: #E240FE;
}
.TagClassName
{
border-color: #E240FE;
}
</style>