Shades of Pink Flamingo #EE5CF6
Tints of Pink Flamingo #EE5CF6
RGB
CMYK
RGB Variations
Color information
#EE5CF6 (or 0xEE5CF6) is known color: Pink Flamingo. HEX triplet: EE, 5C and F6. RGB value is (238,92,246). Sum of RGB (Red+Green+Blue) = 238+92+246=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 92 (36.33% from 255 or 15.97% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #EE5CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5CF6 is #11A309. Grayscale: #989898. Windows color (decimal): -1155850 or 16145646. OLE color: 16145646.
HSL color Cylindrical-coordinate representation of color #EE5CF6: hue angle of 296.88º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE5CF6 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 92 | 246 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.04 |
| HSL | 296.88º | 0.9% | 0.66% | - |
| HSV(B) | 296.88º | 0.63% | 0.96% | - |
| XYZ | 55.72 | 32.49 | 90.52 | - |
| YUV | 153.21 | 180.37 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 92 | 246 | 0.03 | 0.63 | 0 | 0.04 | 296.88 | 0.9 | 0.66 |
| Hex | EE | 5C | F6 | 3 | 3F | 0 | 4 | 129 | 5A | 42 |
| Octal | 356 | 134 | 366 | 3 | 77 | 0 | 4 | 451 | 132 | 102 |
| Binary | 11101110 | 1011100 | 11110110 | 11 | 111111 | 0 | 100 | 100101001 | 1011010 | 1000010 |
Color Harmonies of #EE5CF6
Complementary color
Monochromatic Colors of #EE5CF6
Black with #EE5CF6
Text Example
Text Example
White with #EE5CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5CF6; }
p { color: rgb(238,92,246); }
H1.HeaderClassName
{
color: #EE5CF6;
}
.AnyTagClassName
{
color: #EE5CF6;
}
</style>
background-color css
<style>
a { background-color: #EE5CF6; }
a { background-color: rgb(238,92,246); }
div.DivClassName
{
background-color: #EE5CF6;
}
.BgClassName
{
background-color: #EE5CF6;
}
</style>
border-color css
<style>
span { border-color: #EE5CF6; }
span { border-color: rgb(238,92,246); }
td.TdClassName
{
border-color: #EE5CF6;
}
.TagClassName
{
border-color: #EE5CF6;
}
</style>