Shades of Pink Flamingo #E245FE
Tints of Pink Flamingo #E245FE
RGB
CMYK
RGB Variations
Color information
#E245FE (or 0xE245FE) is known color: Pink Flamingo. HEX triplet: E2, 45 and FE. RGB value is (226,69,254). Sum of RGB (Red+Green+Blue) = 226+69+254=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 69 (27.34% from 255 or 12.57% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #E245FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E245FE is #1DBA01. Grayscale: #888888. Windows color (decimal): -1948162 or 16664034. OLE color: 16664034.
HSL color Cylindrical-coordinate representation of color #E245FE: hue angle of 290.92º 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 #E245FE is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 69 | 254 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.00 |
| HSL | 290.92º | 0.99% | 0.63% | - |
| HSV(B) | 290.92º | 0.73% | 1% | - |
| XYZ | 51.38 | 27.58 | 96.38 | - |
| YUV | 137.03 | 194.01 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 254 | 0.11 | 0.73 | 0 | 0.00 | 290.92 | 0.99 | 0.63 |
| Hex | E2 | 45 | FE | B | 49 | 0 | 0 | 123 | 63 | 3F |
| Octal | 342 | 105 | 376 | 13 | 111 | 0 | 0 | 443 | 143 | 77 |
| Binary | 11100010 | 1000101 | 11111110 | 1011 | 1001001 | 0 | 0 | 100100011 | 1100011 | 111111 |
Color Harmonies of #E245FE
Complementary color
Monochromatic Colors of #E245FE
Black with #E245FE
Text Example
Text Example
White with #E245FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E245FE; }
p { color: rgb(226,69,254); }
H1.HeaderClassName
{
color: #E245FE;
}
.AnyTagClassName
{
color: #E245FE;
}
</style>
background-color css
<style>
a { background-color: #E245FE; }
a { background-color: rgb(226,69,254); }
div.DivClassName
{
background-color: #E245FE;
}
.BgClassName
{
background-color: #E245FE;
}
</style>
border-color css
<style>
span { border-color: #E245FE; }
span { border-color: rgb(226,69,254); }
td.TdClassName
{
border-color: #E245FE;
}
.TagClassName
{
border-color: #E245FE;
}
</style>