Shades of Pink Flamingo #EE65F8
Tints of Pink Flamingo #EE65F8
RGB
CMYK
RGB Variations
Color information
#EE65F8 (or 0xEE65F8) is known color: Pink Flamingo. HEX triplet: EE, 65 and F8. RGB value is (238,101,248). Sum of RGB (Red+Green+Blue) = 238+101+248=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 101 (39.84% from 255 or 17.21% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE65F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE65F8 is #119A07. Grayscale: #9E9E9E. Windows color (decimal): -1153544 or 16279022. OLE color: 16279022.
HSL color Cylindrical-coordinate representation of color #EE65F8: hue angle of 295.92º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE65F8 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 101 | 248 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.03 |
| HSL | 295.92º | 0.91% | 0.68% | - |
| HSV(B) | 295.92º | 0.59% | 0.97% | - |
| XYZ | 56.86 | 34.26 | 92.42 | - |
| YUV | 158.72 | 178.39 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 248 | 0.04 | 0.59 | 0 | 0.03 | 295.92 | 0.91 | 0.68 |
| Hex | EE | 65 | F8 | 4 | 3B | 0 | 3 | 128 | 5B | 44 |
| Octal | 356 | 145 | 370 | 4 | 73 | 0 | 3 | 450 | 133 | 104 |
| Binary | 11101110 | 1100101 | 11111000 | 100 | 111011 | 0 | 11 | 100101000 | 1011011 | 1000100 |
Color Harmonies of #EE65F8
Complementary color
Monochromatic Colors of #EE65F8
Black with #EE65F8
Text Example
Text Example
White with #EE65F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE65F8; }
p { color: rgb(238,101,248); }
H1.HeaderClassName
{
color: #EE65F8;
}
.AnyTagClassName
{
color: #EE65F8;
}
</style>
background-color css
<style>
a { background-color: #EE65F8; }
a { background-color: rgb(238,101,248); }
div.DivClassName
{
background-color: #EE65F8;
}
.BgClassName
{
background-color: #EE65F8;
}
</style>
border-color css
<style>
span { border-color: #EE65F8; }
span { border-color: rgb(238,101,248); }
td.TdClassName
{
border-color: #EE65F8;
}
.TagClassName
{
border-color: #EE65F8;
}
</style>