Shades of Pink Flamingo #EE63FA
Tints of Pink Flamingo #EE63FA
RGB
CMYK
RGB Variations
Color information
#EE63FA (or 0xEE63FA) is known color: Pink Flamingo. HEX triplet: EE, 63 and FA. RGB value is (238,99,250). Sum of RGB (Red+Green+Blue) = 238+99+250=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 99 (39.06% from 255 or 16.87% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE63FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE63FA is #119C05. Grayscale: #9D9D9D. Windows color (decimal): -1154054 or 16409582. OLE color: 16409582.
HSL color Cylindrical-coordinate representation of color #EE63FA: hue angle of 295.23º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE63FA is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 99 | 250 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.02 |
| HSL | 295.23º | 0.94% | 0.68% | - |
| HSV(B) | 295.23º | 0.6% | 0.98% | - |
| XYZ | 56.98 | 34 | 94 | - |
| YUV | 157.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 250 | 0.05 | 0.60 | 0 | 0.02 | 295.23 | 0.94 | 0.68 |
| Hex | EE | 63 | FA | 5 | 3C | 0 | 2 | 127 | 5E | 44 |
| Octal | 356 | 143 | 372 | 5 | 74 | 0 | 2 | 447 | 136 | 104 |
| Binary | 11101110 | 1100011 | 11111010 | 101 | 111100 | 0 | 10 | 100100111 | 1011110 | 1000100 |
Color Harmonies of #EE63FA
Complementary color
Monochromatic Colors of #EE63FA
Black with #EE63FA
Text Example
Text Example
White with #EE63FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE63FA; }
p { color: rgb(238,99,250); }
H1.HeaderClassName
{
color: #EE63FA;
}
.AnyTagClassName
{
color: #EE63FA;
}
</style>
background-color css
<style>
a { background-color: #EE63FA; }
a { background-color: rgb(238,99,250); }
div.DivClassName
{
background-color: #EE63FA;
}
.BgClassName
{
background-color: #EE63FA;
}
</style>
border-color css
<style>
span { border-color: #EE63FA; }
span { border-color: rgb(238,99,250); }
td.TdClassName
{
border-color: #EE63FA;
}
.TagClassName
{
border-color: #EE63FA;
}
</style>