Shades of Pink Flamingo #EE56FA
Tints of Pink Flamingo #EE56FA
RGB
CMYK
RGB Variations
Color information
#EE56FA (or 0xEE56FA) is known color: Pink Flamingo. HEX triplet: EE, 56 and FA. RGB value is (238,86,250). Sum of RGB (Red+Green+Blue) = 238+86+250=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 86 (33.98% from 255 or 14.98% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE56FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE56FA is #11A905. Grayscale: #959595. Windows color (decimal): -1157382 or 16406254. OLE color: 16406254.
HSL color Cylindrical-coordinate representation of color #EE56FA: hue angle of 295.61º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE56FA is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 86 | 250 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.02 |
| HSL | 295.61º | 0.94% | 0.66% | - |
| HSV(B) | 295.61º | 0.66% | 0.98% | - |
| XYZ | 55.84 | 31.73 | 93.62 | - |
| YUV | 150.14 | 184.36 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 250 | 0.05 | 0.66 | 0 | 0.02 | 295.61 | 0.94 | 0.66 |
| Hex | EE | 56 | FA | 5 | 42 | 0 | 2 | 128 | 5E | 42 |
| Octal | 356 | 126 | 372 | 5 | 102 | 0 | 2 | 450 | 136 | 102 |
| Binary | 11101110 | 1010110 | 11111010 | 101 | 1000010 | 0 | 10 | 100101000 | 1011110 | 1000010 |
Color Harmonies of #EE56FA
Complementary color
Monochromatic Colors of #EE56FA
Black with #EE56FA
Text Example
Text Example
White with #EE56FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE56FA; }
p { color: rgb(238,86,250); }
H1.HeaderClassName
{
color: #EE56FA;
}
.AnyTagClassName
{
color: #EE56FA;
}
</style>
background-color css
<style>
a { background-color: #EE56FA; }
a { background-color: rgb(238,86,250); }
div.DivClassName
{
background-color: #EE56FA;
}
.BgClassName
{
background-color: #EE56FA;
}
</style>
border-color css
<style>
span { border-color: #EE56FA; }
span { border-color: rgb(238,86,250); }
td.TdClassName
{
border-color: #EE56FA;
}
.TagClassName
{
border-color: #EE56FA;
}
</style>