Shades of Pink Flamingo #EE5EF8
Tints of Pink Flamingo #EE5EF8
RGB
CMYK
RGB Variations
Color information
#EE5EF8 (or 0xEE5EF8) is known color: Pink Flamingo. HEX triplet: EE, 5E and F8. RGB value is (238,94,248). Sum of RGB (Red+Green+Blue) = 238+94+248=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 94 (37.11% from 255 or 16.21% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE5EF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5EF8 is #11A107. Grayscale: #9A9A9A. Windows color (decimal): -1155336 or 16277230. OLE color: 16277230.
HSL color Cylindrical-coordinate representation of color #EE5EF8: hue angle of 296.1º 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 #EE5EF8 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 94 | 248 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.03 |
| HSL | 296.1º | 0.92% | 0.67% | - |
| HSV(B) | 296.1º | 0.62% | 0.97% | - |
| XYZ | 56.21 | 32.96 | 92.21 | - |
| YUV | 154.61 | 180.71 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 94 | 248 | 0.04 | 0.62 | 0 | 0.03 | 296.1 | 0.92 | 0.67 |
| Hex | EE | 5E | F8 | 4 | 3E | 0 | 3 | 128 | 5C | 43 |
| Octal | 356 | 136 | 370 | 4 | 76 | 0 | 3 | 450 | 134 | 103 |
| Binary | 11101110 | 1011110 | 11111000 | 100 | 111110 | 0 | 11 | 100101000 | 1011100 | 1000011 |
Color Harmonies of #EE5EF8
Complementary color
Monochromatic Colors of #EE5EF8
Black with #EE5EF8
Text Example
Text Example
White with #EE5EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5EF8; }
p { color: rgb(238,94,248); }
H1.HeaderClassName
{
color: #EE5EF8;
}
.AnyTagClassName
{
color: #EE5EF8;
}
</style>
background-color css
<style>
a { background-color: #EE5EF8; }
a { background-color: rgb(238,94,248); }
div.DivClassName
{
background-color: #EE5EF8;
}
.BgClassName
{
background-color: #EE5EF8;
}
</style>
border-color css
<style>
span { border-color: #EE5EF8; }
span { border-color: rgb(238,94,248); }
td.TdClassName
{
border-color: #EE5EF8;
}
.TagClassName
{
border-color: #EE5EF8;
}
</style>