Shades of Pink Flamingo #EE5DF8
Tints of Pink Flamingo #EE5DF8
RGB
CMYK
RGB Variations
Color information
#EE5DF8 (or 0xEE5DF8) is known color: Pink Flamingo. HEX triplet: EE, 5D and F8. RGB value is (238,93,248). Sum of RGB (Red+Green+Blue) = 238+93+248=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 93 (36.72% from 255 or 16.06% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE5DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5DF8 is #11A207. Grayscale: #999999. Windows color (decimal): -1155592 or 16276974. OLE color: 16276974.
HSL color Cylindrical-coordinate representation of color #EE5DF8: hue angle of 296.13º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5DF8 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 93 | 248 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.03 |
| HSL | 296.13º | 0.92% | 0.67% | - |
| HSV(B) | 296.13º | 0.63% | 0.97% | - |
| XYZ | 56.12 | 32.78 | 92.18 | - |
| YUV | 154.03 | 181.04 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 93 | 248 | 0.04 | 0.62 | 0 | 0.03 | 296.13 | 0.92 | 0.67 |
| Hex | EE | 5D | F8 | 4 | 3E | 0 | 3 | 128 | 5C | 43 |
| Octal | 356 | 135 | 370 | 4 | 76 | 0 | 3 | 450 | 134 | 103 |
| Binary | 11101110 | 1011101 | 11111000 | 100 | 111110 | 0 | 11 | 100101000 | 1011100 | 1000011 |
Color Harmonies of #EE5DF8
Complementary color
Monochromatic Colors of #EE5DF8
Black with #EE5DF8
Text Example
Text Example
White with #EE5DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5DF8; }
p { color: rgb(238,93,248); }
H1.HeaderClassName
{
color: #EE5DF8;
}
.AnyTagClassName
{
color: #EE5DF8;
}
</style>
background-color css
<style>
a { background-color: #EE5DF8; }
a { background-color: rgb(238,93,248); }
div.DivClassName
{
background-color: #EE5DF8;
}
.BgClassName
{
background-color: #EE5DF8;
}
</style>
border-color css
<style>
span { border-color: #EE5DF8; }
span { border-color: rgb(238,93,248); }
td.TdClassName
{
border-color: #EE5DF8;
}
.TagClassName
{
border-color: #EE5DF8;
}
</style>