Shades of Pink Flamingo #E842FC
Tints of Pink Flamingo #E842FC
RGB
CMYK
RGB Variations
Color information
#E842FC (or 0xE842FC) is known color: Pink Flamingo. HEX triplet: E8, 42 and FC. RGB value is (232,66,252). Sum of RGB (Red+Green+Blue) = 232+66+252=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 66 (26.17% from 255 or 12% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #E842FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E842FC is #17BD03. Grayscale: #888888. Windows color (decimal): -1555716 or 16532200. OLE color: 16532200.
HSL color Cylindrical-coordinate representation of color #E842FC: hue angle of 293.55º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E842FC is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 66 | 252 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.01 |
| HSL | 293.55º | 0.97% | 0.62% | - |
| HSV(B) | 293.55º | 0.74% | 0.99% | - |
| XYZ | 52.8 | 28.08 | 94.73 | - |
| YUV | 136.84 | 193 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 252 | 0.08 | 0.74 | 0 | 0.01 | 293.55 | 0.97 | 0.62 |
| Hex | E8 | 42 | FC | 8 | 4A | 0 | 1 | 126 | 61 | 3E |
| Octal | 350 | 102 | 374 | 10 | 112 | 0 | 1 | 446 | 141 | 76 |
| Binary | 11101000 | 1000010 | 11111100 | 1000 | 1001010 | 0 | 1 | 100100110 | 1100001 | 111110 |
Color Harmonies of #E842FC
Complementary color
Monochromatic Colors of #E842FC
Black with #E842FC
Text Example
Text Example
White with #E842FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E842FC; }
p { color: rgb(232,66,252); }
H1.HeaderClassName
{
color: #E842FC;
}
.AnyTagClassName
{
color: #E842FC;
}
</style>
background-color css
<style>
a { background-color: #E842FC; }
a { background-color: rgb(232,66,252); }
div.DivClassName
{
background-color: #E842FC;
}
.BgClassName
{
background-color: #E842FC;
}
</style>
border-color css
<style>
span { border-color: #E842FC; }
span { border-color: rgb(232,66,252); }
td.TdClassName
{
border-color: #E842FC;
}
.TagClassName
{
border-color: #E842FC;
}
</style>