Shades of Pink Flamingo #E95CF2
Tints of Pink Flamingo #E95CF2
RGB
CMYK
RGB Variations
Color information
#E95CF2 (or 0xE95CF2) is known color: Pink Flamingo. HEX triplet: E9, 5C and F2. RGB value is (233,92,242). Sum of RGB (Red+Green+Blue) = 233+92+242=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 92 (36.33% from 255 or 16.23% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #E95CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95CF2 is #16A30D. Grayscale: #969696. Windows color (decimal): -1483534 or 15883497. OLE color: 15883497.
HSL color Cylindrical-coordinate representation of color #E95CF2: hue angle of 296.4º 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 #E95CF2 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 92 | 242 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.05 |
| HSL | 296.4º | 0.85% | 0.65% | - |
| HSV(B) | 296.4º | 0.62% | 0.95% | - |
| XYZ | 53.46 | 31.39 | 87.25 | - |
| YUV | 151.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 242 | 0.04 | 0.62 | 0 | 0.05 | 296.4 | 0.85 | 0.65 |
| Hex | E9 | 5C | F2 | 4 | 3E | 0 | 5 | 128 | 55 | 41 |
| Octal | 351 | 134 | 362 | 4 | 76 | 0 | 5 | 450 | 125 | 101 |
| Binary | 11101001 | 1011100 | 11110010 | 100 | 111110 | 0 | 101 | 100101000 | 1010101 | 1000001 |
Color Harmonies of #E95CF2
Complementary color
Monochromatic Colors of #E95CF2
Black with #E95CF2
Text Example
Text Example
White with #E95CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95CF2; }
p { color: rgb(233,92,242); }
H1.HeaderClassName
{
color: #E95CF2;
}
.AnyTagClassName
{
color: #E95CF2;
}
</style>
background-color css
<style>
a { background-color: #E95CF2; }
a { background-color: rgb(233,92,242); }
div.DivClassName
{
background-color: #E95CF2;
}
.BgClassName
{
background-color: #E95CF2;
}
</style>
border-color css
<style>
span { border-color: #E95CF2; }
span { border-color: rgb(233,92,242); }
td.TdClassName
{
border-color: #E95CF2;
}
.TagClassName
{
border-color: #E95CF2;
}
</style>