Shades of Pink Flamingo #EE64FA
Tints of Pink Flamingo #EE64FA
RGB
CMYK
RGB Variations
Color information
#EE64FA (or 0xEE64FA) is known color: Pink Flamingo. HEX triplet: EE, 64 and FA. RGB value is (238,100,250). Sum of RGB (Red+Green+Blue) = 238+100+250=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 100 (39.45% from 255 or 17.01% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE64FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE64FA is #119B05. Grayscale: #9D9D9D. Windows color (decimal): -1153798 or 16409838. OLE color: 16409838.
HSL color Cylindrical-coordinate representation of color #EE64FA: hue angle of 295.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE64FA is Cyan = 0.05, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 100 | 250 | - |
| CMYK | 0.05 | 0.6 | 0 | 0.02 |
| HSL | 295.2º | 0.94% | 0.69% | - |
| HSV(B) | 295.2º | 0.6% | 0.98% | - |
| XYZ | 57.07 | 34.19 | 94.03 | - |
| YUV | 158.36 | 179.72 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 250 | 0.05 | 0.6 | 0 | 0.02 | 295.2 | 0.94 | 0.69 |
| Hex | EE | 64 | FA | 5 | 3C | 0 | 2 | 127 | 5E | 45 |
| Octal | 356 | 144 | 372 | 5 | 74 | 0 | 2 | 447 | 136 | 105 |
| Binary | 11101110 | 1100100 | 11111010 | 101 | 111100 | 0 | 10 | 100100111 | 1011110 | 1000101 |
Color Harmonies of #EE64FA
Complementary color
Monochromatic Colors of #EE64FA
Black with #EE64FA
Text Example
Text Example
White with #EE64FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE64FA; }
p { color: rgb(238,100,250); }
H1.HeaderClassName
{
color: #EE64FA;
}
.AnyTagClassName
{
color: #EE64FA;
}
</style>
background-color css
<style>
a { background-color: #EE64FA; }
a { background-color: rgb(238,100,250); }
div.DivClassName
{
background-color: #EE64FA;
}
.BgClassName
{
background-color: #EE64FA;
}
</style>
border-color css
<style>
span { border-color: #EE64FA; }
span { border-color: rgb(238,100,250); }
td.TdClassName
{
border-color: #EE64FA;
}
.TagClassName
{
border-color: #EE64FA;
}
</style>