Shades of Pink Flamingo #EF64ED
Tints of Pink Flamingo #EF64ED
RGB
CMYK
RGB Variations
Color information
#EF64ED (or 0xEF64ED) is known color: Pink Flamingo. HEX triplet: EF, 64 and ED. RGB value is (239,100,237). Sum of RGB (Red+Green+Blue) = 239+100+237=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 100 (39.45% from 255 or 17.36% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF64ED is #109B12. Grayscale: #9C9C9C. Windows color (decimal): -1088275 or 15557871. OLE color: 15557871.
HSL color Cylindrical-coordinate representation of color #EF64ED: hue angle of 300.86º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64ED is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 237 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.06 |
| HSL | 300.86º | 0.81% | 0.66% | - |
| HSV(B) | 300.86º | 0.58% | 0.94% | - |
| XYZ | 55.44 | 33.58 | 83.68 | - |
| YUV | 157.18 | 173.05 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 237 | 0 | 0.58 | 0.01 | 0.06 | 300.86 | 0.81 | 0.66 |
| Hex | EF | 64 | ED | 0 | 3A | 1 | 6 | 12D | 51 | 42 |
| Octal | 357 | 144 | 355 | 0 | 72 | 1 | 6 | 455 | 121 | 102 |
| Binary | 11101111 | 1100100 | 11101101 | 0 | 111010 | 1 | 110 | 100101101 | 1010001 | 1000010 |
Color Harmonies of #EF64ED
Complementary color
Monochromatic Colors of #EF64ED
Black with #EF64ED
Text Example
Text Example
White with #EF64ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64ED; }
p { color: rgb(239,100,237); }
H1.HeaderClassName
{
color: #EF64ED;
}
.AnyTagClassName
{
color: #EF64ED;
}
</style>
background-color css
<style>
a { background-color: #EF64ED; }
a { background-color: rgb(239,100,237); }
div.DivClassName
{
background-color: #EF64ED;
}
.BgClassName
{
background-color: #EF64ED;
}
</style>
border-color css
<style>
span { border-color: #EF64ED; }
span { border-color: rgb(239,100,237); }
td.TdClassName
{
border-color: #EF64ED;
}
.TagClassName
{
border-color: #EF64ED;
}
</style>