Shades of Pink Flamingo #EE65FA
Tints of Pink Flamingo #EE65FA
RGB
CMYK
RGB Variations
Color information
#EE65FA (or 0xEE65FA) is known color: Pink Flamingo. HEX triplet: EE, 65 and FA. RGB value is (238,101,250). Sum of RGB (Red+Green+Blue) = 238+101+250=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 101 (39.84% from 255 or 17.15% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE65FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE65FA is #119A05. Grayscale: #9E9E9E. Windows color (decimal): -1153542 or 16410094. OLE color: 16410094.
HSL color Cylindrical-coordinate representation of color #EE65FA: hue angle of 295.17º 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 #EE65FA is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 101 | 250 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.02 |
| HSL | 295.17º | 0.94% | 0.69% | - |
| HSV(B) | 295.17º | 0.6% | 0.98% | - |
| XYZ | 57.17 | 34.39 | 94.07 | - |
| YUV | 158.95 | 179.39 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 250 | 0.05 | 0.60 | 0 | 0.02 | 295.17 | 0.94 | 0.69 |
| Hex | EE | 65 | FA | 5 | 3C | 0 | 2 | 127 | 5E | 45 |
| Octal | 356 | 145 | 372 | 5 | 74 | 0 | 2 | 447 | 136 | 105 |
| Binary | 11101110 | 1100101 | 11111010 | 101 | 111100 | 0 | 10 | 100100111 | 1011110 | 1000101 |
Color Harmonies of #EE65FA
Complementary color
Monochromatic Colors of #EE65FA
Black with #EE65FA
Text Example
Text Example
White with #EE65FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE65FA; }
p { color: rgb(238,101,250); }
H1.HeaderClassName
{
color: #EE65FA;
}
.AnyTagClassName
{
color: #EE65FA;
}
</style>
background-color css
<style>
a { background-color: #EE65FA; }
a { background-color: rgb(238,101,250); }
div.DivClassName
{
background-color: #EE65FA;
}
.BgClassName
{
background-color: #EE65FA;
}
</style>
border-color css
<style>
span { border-color: #EE65FA; }
span { border-color: rgb(238,101,250); }
td.TdClassName
{
border-color: #EE65FA;
}
.TagClassName
{
border-color: #EE65FA;
}
</style>