Shades of Pink Flamingo #EE5DF6
Tints of Pink Flamingo #EE5DF6
RGB
CMYK
RGB Variations
Color information
#EE5DF6 (or 0xEE5DF6) is known color: Pink Flamingo. HEX triplet: EE, 5D and F6. RGB value is (238,93,246). Sum of RGB (Red+Green+Blue) = 238+93+246=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 93 (36.72% from 255 or 16.12% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 246 - color contains mainly: blue. Hex color #EE5DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5DF6 is #11A209. Grayscale: #999999. Windows color (decimal): -1155594 or 16145902. OLE color: 16145902.
HSL color Cylindrical-coordinate representation of color #EE5DF6: hue angle of 296.86º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5DF6 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 93 | 246 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.04 |
| HSL | 296.86º | 0.89% | 0.66% | - |
| HSV(B) | 296.86º | 0.62% | 0.96% | - |
| XYZ | 55.81 | 32.66 | 90.55 | - |
| YUV | 153.8 | 180.04 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 93 | 246 | 0.03 | 0.62 | 0 | 0.04 | 296.86 | 0.89 | 0.66 |
| Hex | EE | 5D | F6 | 3 | 3E | 0 | 4 | 129 | 59 | 42 |
| Octal | 356 | 135 | 366 | 3 | 76 | 0 | 4 | 451 | 131 | 102 |
| Binary | 11101110 | 1011101 | 11110110 | 11 | 111110 | 0 | 100 | 100101001 | 1011001 | 1000010 |
Color Harmonies of #EE5DF6
Complementary color
Monochromatic Colors of #EE5DF6
Black with #EE5DF6
Text Example
Text Example
White with #EE5DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5DF6; }
p { color: rgb(238,93,246); }
H1.HeaderClassName
{
color: #EE5DF6;
}
.AnyTagClassName
{
color: #EE5DF6;
}
</style>
background-color css
<style>
a { background-color: #EE5DF6; }
a { background-color: rgb(238,93,246); }
div.DivClassName
{
background-color: #EE5DF6;
}
.BgClassName
{
background-color: #EE5DF6;
}
</style>
border-color css
<style>
span { border-color: #EE5DF6; }
span { border-color: rgb(238,93,246); }
td.TdClassName
{
border-color: #EE5DF6;
}
.TagClassName
{
border-color: #EE5DF6;
}
</style>