Shades of Pink Flamingo #EF58EF
Tints of Pink Flamingo #EF58EF
RGB
CMYK
RGB Variations
Color information
#EF58EF (or 0xEF58EF) is known color: Pink Flamingo. HEX triplet: EF, 58 and EF. RGB value is (239,88,239). Sum of RGB (Red+Green+Blue) = 239+88+239=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 88 (34.77% from 255 or 15.55% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF58EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF58EF is #10A710. Grayscale: #959595. Windows color (decimal): -1091345 or 15685871. OLE color: 15685871.
HSL color Cylindrical-coordinate representation of color #EF58EF: hue angle of 300º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF58EF is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 239 | - |
| CMYK | 0 | 0.63 | 0 | 0.06 |
| HSL | 300º | 0.83% | 0.64% | - |
| HSV(B) | 300º | 0.63% | 0.94% | - |
| XYZ | 54.67 | 31.56 | 84.87 | - |
| YUV | 150.36 | 178.03 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 239 | 0 | 0.63 | 0 | 0.06 | 300 | 0.83 | 0.64 |
| Hex | EF | 58 | EF | 0 | 3F | 0 | 6 | 12C | 53 | 40 |
| Octal | 357 | 130 | 357 | 0 | 77 | 0 | 6 | 454 | 123 | 100 |
| Binary | 11101111 | 1011000 | 11101111 | 0 | 111111 | 0 | 110 | 100101100 | 1010011 | 1000000 |
Color Harmonies of #EF58EF
Complementary color
Monochromatic Colors of #EF58EF
Black with #EF58EF
Text Example
Text Example
White with #EF58EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58EF; }
p { color: rgb(239,88,239); }
H1.HeaderClassName
{
color: #EF58EF;
}
.AnyTagClassName
{
color: #EF58EF;
}
</style>
background-color css
<style>
a { background-color: #EF58EF; }
a { background-color: rgb(239,88,239); }
div.DivClassName
{
background-color: #EF58EF;
}
.BgClassName
{
background-color: #EF58EF;
}
</style>
border-color css
<style>
span { border-color: #EF58EF; }
span { border-color: rgb(239,88,239); }
td.TdClassName
{
border-color: #EF58EF;
}
.TagClassName
{
border-color: #EF58EF;
}
</style>