Shades of Pink Flamingo #EE5DF2
Tints of Pink Flamingo #EE5DF2
RGB
CMYK
RGB Variations
Color information
#EE5DF2 (or 0xEE5DF2) is known color: Pink Flamingo. HEX triplet: EE, 5D and F2. RGB value is (238,93,242). Sum of RGB (Red+Green+Blue) = 238+93+242=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 93 (36.72% from 255 or 16.23% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE5DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5DF2 is #11A20D. Grayscale: #989898. Windows color (decimal): -1155598 or 15883758. OLE color: 15883758.
HSL color Cylindrical-coordinate representation of color #EE5DF2: hue angle of 298.39º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5DF2 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 93 | 242 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.05 |
| HSL | 298.39º | 0.85% | 0.66% | - |
| HSV(B) | 298.39º | 0.62% | 0.95% | - |
| XYZ | 55.2 | 32.42 | 87.35 | - |
| YUV | 153.34 | 178.04 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 93 | 242 | 0.02 | 0.62 | 0 | 0.05 | 298.39 | 0.85 | 0.66 |
| Hex | EE | 5D | F2 | 2 | 3E | 0 | 5 | 12A | 55 | 42 |
| Octal | 356 | 135 | 362 | 2 | 76 | 0 | 5 | 452 | 125 | 102 |
| Binary | 11101110 | 1011101 | 11110010 | 10 | 111110 | 0 | 101 | 100101010 | 1010101 | 1000010 |
Color Harmonies of #EE5DF2
Complementary color
Monochromatic Colors of #EE5DF2
Black with #EE5DF2
Text Example
Text Example
White with #EE5DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5DF2; }
p { color: rgb(238,93,242); }
H1.HeaderClassName
{
color: #EE5DF2;
}
.AnyTagClassName
{
color: #EE5DF2;
}
</style>
background-color css
<style>
a { background-color: #EE5DF2; }
a { background-color: rgb(238,93,242); }
div.DivClassName
{
background-color: #EE5DF2;
}
.BgClassName
{
background-color: #EE5DF2;
}
</style>
border-color css
<style>
span { border-color: #EE5DF2; }
span { border-color: rgb(238,93,242); }
td.TdClassName
{
border-color: #EE5DF2;
}
.TagClassName
{
border-color: #EE5DF2;
}
</style>