Shades of Pink Flamingo #E244FE
Tints of Pink Flamingo #E244FE
RGB
CMYK
RGB Variations
Color information
#E244FE (or 0xE244FE) is known color: Pink Flamingo. HEX triplet: E2, 44 and FE. RGB value is (226,68,254). Sum of RGB (Red+Green+Blue) = 226+68+254=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 68 (26.95% from 255 or 12.41% 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 #E244FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E244FE is #1DBB01. Grayscale: #878787. Windows color (decimal): -1948418 or 16663778. OLE color: 16663778.
HSL color Cylindrical-coordinate representation of color #E244FE: hue angle of 290.97º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E244FE is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 68 | 254 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.00 |
| HSL | 290.97º | 0.99% | 0.63% | - |
| HSV(B) | 290.97º | 0.73% | 1% | - |
| XYZ | 51.32 | 27.46 | 96.36 | - |
| YUV | 136.45 | 194.35 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 68 | 254 | 0.11 | 0.73 | 0 | 0.00 | 290.97 | 0.99 | 0.63 |
| Hex | E2 | 44 | FE | B | 49 | 0 | 0 | 123 | 63 | 3F |
| Octal | 342 | 104 | 376 | 13 | 111 | 0 | 0 | 443 | 143 | 77 |
| Binary | 11100010 | 1000100 | 11111110 | 1011 | 1001001 | 0 | 0 | 100100011 | 1100011 | 111111 |
Color Harmonies of #E244FE
Complementary color
Monochromatic Colors of #E244FE
Black with #E244FE
Text Example
Text Example
White with #E244FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E244FE; }
p { color: rgb(226,68,254); }
H1.HeaderClassName
{
color: #E244FE;
}
.AnyTagClassName
{
color: #E244FE;
}
</style>
background-color css
<style>
a { background-color: #E244FE; }
a { background-color: rgb(226,68,254); }
div.DivClassName
{
background-color: #E244FE;
}
.BgClassName
{
background-color: #E244FE;
}
</style>
border-color css
<style>
span { border-color: #E244FE; }
span { border-color: rgb(226,68,254); }
td.TdClassName
{
border-color: #E244FE;
}
.TagClassName
{
border-color: #E244FE;
}
</style>