Shades of Pink Flamingo #E440FE
Tints of Pink Flamingo #E440FE
RGB
CMYK
RGB Variations
Color information
#E440FE (or 0xE440FE) is known color: Pink Flamingo. HEX triplet: E4, 40 and FE. RGB value is (228,64,254). Sum of RGB (Red+Green+Blue) = 228+64+254=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 64 (25.39% from 255 or 11.72% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #E440FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E440FE is #1BBF01. Grayscale: #868686. Windows color (decimal): -1818370 or 16662756. OLE color: 16662756.
HSL color Cylindrical-coordinate representation of color #E440FE: hue angle of 291.79º 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 #E440FE is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 64 | 254 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.00 |
| HSL | 291.79º | 0.99% | 0.62% | - |
| HSV(B) | 291.79º | 0.75% | 1% | - |
| XYZ | 51.72 | 27.32 | 96.31 | - |
| YUV | 134.7 | 195.33 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 64 | 254 | 0.10 | 0.75 | 0 | 0.00 | 291.79 | 0.99 | 0.62 |
| Hex | E4 | 40 | FE | A | 4B | 0 | 0 | 124 | 63 | 3E |
| Octal | 344 | 100 | 376 | 12 | 113 | 0 | 0 | 444 | 143 | 76 |
| Binary | 11100100 | 1000000 | 11111110 | 1010 | 1001011 | 0 | 0 | 100100100 | 1100011 | 111110 |
Color Harmonies of #E440FE
Complementary color
Monochromatic Colors of #E440FE
Black with #E440FE
Text Example
Text Example
White with #E440FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E440FE; }
p { color: rgb(228,64,254); }
H1.HeaderClassName
{
color: #E440FE;
}
.AnyTagClassName
{
color: #E440FE;
}
</style>
background-color css
<style>
a { background-color: #E440FE; }
a { background-color: rgb(228,64,254); }
div.DivClassName
{
background-color: #E440FE;
}
.BgClassName
{
background-color: #E440FE;
}
</style>
border-color css
<style>
span { border-color: #E440FE; }
span { border-color: rgb(228,64,254); }
td.TdClassName
{
border-color: #E440FE;
}
.TagClassName
{
border-color: #E440FE;
}
</style>