Shades of Pink Flamingo #EE5CF2
Tints of Pink Flamingo #EE5CF2
RGB
CMYK
RGB Variations
Color information
#EE5CF2 (or 0xEE5CF2) is known color: Pink Flamingo. HEX triplet: EE, 5C and F2. RGB value is (238,92,242). Sum of RGB (Red+Green+Blue) = 238+92+242=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 92 (36.33% from 255 or 16.08% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE5CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5CF2 is #11A30D. Grayscale: #989898. Windows color (decimal): -1155854 or 15883502. OLE color: 15883502.
HSL color Cylindrical-coordinate representation of color #EE5CF2: hue angle of 298.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 #EE5CF2 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 92 | 242 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.05 |
| HSL | 298.4º | 0.85% | 0.65% | - |
| HSV(B) | 298.4º | 0.62% | 0.95% | - |
| XYZ | 55.11 | 32.24 | 87.32 | - |
| YUV | 152.75 | 178.37 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 92 | 242 | 0.02 | 0.62 | 0 | 0.05 | 298.4 | 0.85 | 0.65 |
| Hex | EE | 5C | F2 | 2 | 3E | 0 | 5 | 12A | 55 | 41 |
| Octal | 356 | 134 | 362 | 2 | 76 | 0 | 5 | 452 | 125 | 101 |
| Binary | 11101110 | 1011100 | 11110010 | 10 | 111110 | 0 | 101 | 100101010 | 1010101 | 1000001 |
Color Harmonies of #EE5CF2
Complementary color
Monochromatic Colors of #EE5CF2
Black with #EE5CF2
Text Example
Text Example
White with #EE5CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5CF2; }
p { color: rgb(238,92,242); }
H1.HeaderClassName
{
color: #EE5CF2;
}
.AnyTagClassName
{
color: #EE5CF2;
}
</style>
background-color css
<style>
a { background-color: #EE5CF2; }
a { background-color: rgb(238,92,242); }
div.DivClassName
{
background-color: #EE5CF2;
}
.BgClassName
{
background-color: #EE5CF2;
}
</style>
border-color css
<style>
span { border-color: #EE5CF2; }
span { border-color: rgb(238,92,242); }
td.TdClassName
{
border-color: #EE5CF2;
}
.TagClassName
{
border-color: #EE5CF2;
}
</style>