Shades of Pink Flamingo #EE5EEE
Tints of Pink Flamingo #EE5EEE
RGB
CMYK
RGB Variations
Color information
#EE5EEE (or 0xEE5EEE) is known color: Pink Flamingo. HEX triplet: EE, 5E and EE. RGB value is (238,94,238). Sum of RGB (Red+Green+Blue) = 238+94+238=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 94 (37.11% from 255 or 16.49% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE5EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5EEE is #11A111. Grayscale: #999999. Windows color (decimal): -1155346 or 15621870. OLE color: 15621870.
HSL color Cylindrical-coordinate representation of color #EE5EEE: hue angle of 300º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE5EEE is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 94 | 238 | - |
| CMYK | 0 | 0.61 | 0 | 0.07 |
| HSL | 300º | 0.81% | 0.65% | - |
| HSV(B) | 300º | 0.61% | 0.93% | - |
| XYZ | 54.7 | 32.36 | 84.25 | - |
| YUV | 153.47 | 175.71 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 94 | 238 | 0 | 0.61 | 0 | 0.07 | 300 | 0.81 | 0.65 |
| Hex | EE | 5E | EE | 0 | 3D | 0 | 7 | 12C | 51 | 41 |
| Octal | 356 | 136 | 356 | 0 | 75 | 0 | 7 | 454 | 121 | 101 |
| Binary | 11101110 | 1011110 | 11101110 | 0 | 111101 | 0 | 111 | 100101100 | 1010001 | 1000001 |
Color Harmonies of #EE5EEE
Complementary color
Monochromatic Colors of #EE5EEE
Black with #EE5EEE
Text Example
Text Example
White with #EE5EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5EEE; }
p { color: rgb(238,94,238); }
H1.HeaderClassName
{
color: #EE5EEE;
}
.AnyTagClassName
{
color: #EE5EEE;
}
</style>
background-color css
<style>
a { background-color: #EE5EEE; }
a { background-color: rgb(238,94,238); }
div.DivClassName
{
background-color: #EE5EEE;
}
.BgClassName
{
background-color: #EE5EEE;
}
</style>
border-color css
<style>
span { border-color: #EE5EEE; }
span { border-color: rgb(238,94,238); }
td.TdClassName
{
border-color: #EE5EEE;
}
.TagClassName
{
border-color: #EE5EEE;
}
</style>