Shades of Pink Flamingo #EE5DFC
Tints of Pink Flamingo #EE5DFC
RGB
CMYK
RGB Variations
Color information
#EE5DFC (or 0xEE5DFC) is known color: Pink Flamingo. HEX triplet: EE, 5D and FC. RGB value is (238,93,252). Sum of RGB (Red+Green+Blue) = 238+93+252=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 93 (36.72% from 255 or 15.95% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE5DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5DFC is #11A203. Grayscale: #999999. Windows color (decimal): -1155588 or 16539118. OLE color: 16539118.
HSL color Cylindrical-coordinate representation of color #EE5DFC: hue angle of 294.72º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE5DFC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 93 | 252 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.01 |
| HSL | 294.72º | 0.96% | 0.68% | - |
| HSV(B) | 294.72º | 0.63% | 0.99% | - |
| XYZ | 56.74 | 33.03 | 95.48 | - |
| YUV | 154.48 | 183.04 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 93 | 252 | 0.06 | 0.63 | 0 | 0.01 | 294.72 | 0.96 | 0.68 |
| Hex | EE | 5D | FC | 6 | 3F | 0 | 1 | 127 | 60 | 44 |
| Octal | 356 | 135 | 374 | 6 | 77 | 0 | 1 | 447 | 140 | 104 |
| Binary | 11101110 | 1011101 | 11111100 | 110 | 111111 | 0 | 1 | 100100111 | 1100000 | 1000100 |
Color Harmonies of #EE5DFC
Complementary color
Monochromatic Colors of #EE5DFC
Black with #EE5DFC
Text Example
Text Example
White with #EE5DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5DFC; }
p { color: rgb(238,93,252); }
H1.HeaderClassName
{
color: #EE5DFC;
}
.AnyTagClassName
{
color: #EE5DFC;
}
</style>
background-color css
<style>
a { background-color: #EE5DFC; }
a { background-color: rgb(238,93,252); }
div.DivClassName
{
background-color: #EE5DFC;
}
.BgClassName
{
background-color: #EE5DFC;
}
</style>
border-color css
<style>
span { border-color: #EE5DFC; }
span { border-color: rgb(238,93,252); }
td.TdClassName
{
border-color: #EE5DFC;
}
.TagClassName
{
border-color: #EE5DFC;
}
</style>