Shades of Pink Flamingo #E245FC
Tints of Pink Flamingo #E245FC
RGB
CMYK
RGB Variations
Color information
#E245FC (or 0xE245FC) is known color: Pink Flamingo. HEX triplet: E2, 45 and FC. RGB value is (226,69,252). Sum of RGB (Red+Green+Blue) = 226+69+252=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 69 (27.34% from 255 or 12.61% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #E245FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E245FC is #1DBA03. Grayscale: #888888. Windows color (decimal): -1948164 or 16532962. OLE color: 16532962.
HSL color Cylindrical-coordinate representation of color #E245FC: hue angle of 291.48º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E245FC is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 69 | 252 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.01 |
| HSL | 291.48º | 0.97% | 0.63% | - |
| HSV(B) | 291.48º | 0.73% | 0.99% | - |
| XYZ | 51.06 | 27.45 | 94.7 | - |
| YUV | 136.81 | 193.01 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 252 | 0.10 | 0.73 | 0 | 0.01 | 291.48 | 0.97 | 0.63 |
| Hex | E2 | 45 | FC | A | 49 | 0 | 1 | 123 | 61 | 3F |
| Octal | 342 | 105 | 374 | 12 | 111 | 0 | 1 | 443 | 141 | 77 |
| Binary | 11100010 | 1000101 | 11111100 | 1010 | 1001001 | 0 | 1 | 100100011 | 1100001 | 111111 |
Color Harmonies of #E245FC
Complementary color
Monochromatic Colors of #E245FC
Black with #E245FC
Text Example
Text Example
White with #E245FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E245FC; }
p { color: rgb(226,69,252); }
H1.HeaderClassName
{
color: #E245FC;
}
.AnyTagClassName
{
color: #E245FC;
}
</style>
background-color css
<style>
a { background-color: #E245FC; }
a { background-color: rgb(226,69,252); }
div.DivClassName
{
background-color: #E245FC;
}
.BgClassName
{
background-color: #E245FC;
}
</style>
border-color css
<style>
span { border-color: #E245FC; }
span { border-color: rgb(226,69,252); }
td.TdClassName
{
border-color: #E245FC;
}
.TagClassName
{
border-color: #E245FC;
}
</style>