Shades of Pink Flamingo #E85CF2
Tints of Pink Flamingo #E85CF2
RGB
CMYK
RGB Variations
Color information
#E85CF2 (or 0xE85CF2) is known color: Pink Flamingo. HEX triplet: E8, 5C and F2. RGB value is (232,92,242). Sum of RGB (Red+Green+Blue) = 232+92+242=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 92 (36.33% from 255 or 16.25% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #E85CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85CF2 is #17A30D. Grayscale: #969696. Windows color (decimal): -1549070 or 15883496. OLE color: 15883496.
HSL color Cylindrical-coordinate representation of color #E85CF2: hue angle of 296º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85CF2 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 92 | 242 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.05 |
| HSL | 296º | 0.85% | 0.65% | - |
| HSV(B) | 296º | 0.62% | 0.95% | - |
| XYZ | 53.13 | 31.22 | 87.23 | - |
| YUV | 150.96 | 179.38 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 242 | 0.04 | 0.62 | 0 | 0.05 | 296 | 0.85 | 0.65 |
| Hex | E8 | 5C | F2 | 4 | 3E | 0 | 5 | 128 | 55 | 41 |
| Octal | 350 | 134 | 362 | 4 | 76 | 0 | 5 | 450 | 125 | 101 |
| Binary | 11101000 | 1011100 | 11110010 | 100 | 111110 | 0 | 101 | 100101000 | 1010101 | 1000001 |
Color Harmonies of #E85CF2
Complementary color
Monochromatic Colors of #E85CF2
Black with #E85CF2
Text Example
Text Example
White with #E85CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85CF2; }
p { color: rgb(232,92,242); }
H1.HeaderClassName
{
color: #E85CF2;
}
.AnyTagClassName
{
color: #E85CF2;
}
</style>
background-color css
<style>
a { background-color: #E85CF2; }
a { background-color: rgb(232,92,242); }
div.DivClassName
{
background-color: #E85CF2;
}
.BgClassName
{
background-color: #E85CF2;
}
</style>
border-color css
<style>
span { border-color: #E85CF2; }
span { border-color: rgb(232,92,242); }
td.TdClassName
{
border-color: #E85CF2;
}
.TagClassName
{
border-color: #E85CF2;
}
</style>