Shades of Pink Flamingo #EE5CFC
Tints of Pink Flamingo #EE5CFC
RGB
CMYK
RGB Variations
Color information
#EE5CFC (or 0xEE5CFC) is known color: Pink Flamingo. HEX triplet: EE, 5C and FC. RGB value is (238,92,252). Sum of RGB (Red+Green+Blue) = 238+92+252=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 92 (36.33% from 255 or 15.81% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE5CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5CFC is #11A303. Grayscale: #999999. Windows color (decimal): -1155844 or 16538862. OLE color: 16538862.
HSL color Cylindrical-coordinate representation of color #EE5CFC: hue angle of 294.75º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE5CFC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 92 | 252 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.01 |
| HSL | 294.75º | 0.96% | 0.67% | - |
| HSV(B) | 294.75º | 0.63% | 0.99% | - |
| XYZ | 56.66 | 32.86 | 95.45 | - |
| YUV | 153.89 | 183.37 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 92 | 252 | 0.06 | 0.63 | 0 | 0.01 | 294.75 | 0.96 | 0.67 |
| Hex | EE | 5C | FC | 6 | 3F | 0 | 1 | 127 | 60 | 43 |
| Octal | 356 | 134 | 374 | 6 | 77 | 0 | 1 | 447 | 140 | 103 |
| Binary | 11101110 | 1011100 | 11111100 | 110 | 111111 | 0 | 1 | 100100111 | 1100000 | 1000011 |
Color Harmonies of #EE5CFC
Complementary color
Monochromatic Colors of #EE5CFC
Black with #EE5CFC
Text Example
Text Example
White with #EE5CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5CFC; }
p { color: rgb(238,92,252); }
H1.HeaderClassName
{
color: #EE5CFC;
}
.AnyTagClassName
{
color: #EE5CFC;
}
</style>
background-color css
<style>
a { background-color: #EE5CFC; }
a { background-color: rgb(238,92,252); }
div.DivClassName
{
background-color: #EE5CFC;
}
.BgClassName
{
background-color: #EE5CFC;
}
</style>
border-color css
<style>
span { border-color: #EE5CFC; }
span { border-color: rgb(238,92,252); }
td.TdClassName
{
border-color: #EE5CFC;
}
.TagClassName
{
border-color: #EE5CFC;
}
</style>