Shades of Pink Flamingo #EF58FF
Tints of Pink Flamingo #EF58FF
RGB
CMYK
RGB Variations
Color information
#EF58FF (or 0xEF58FF) is known color: Pink Flamingo. HEX triplet: EF, 58 and FF. RGB value is (239,88,255). Sum of RGB (Red+Green+Blue) = 239+88+255=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 88 (34.77% from 255 or 15.12% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF58FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF58FF is #10A700. Grayscale: #979797. Windows color (decimal): -1091329 or 16734447. OLE color: 16734447.
HSL color Cylindrical-coordinate representation of color #EF58FF: hue angle of 294.25º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF58FF is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 88 | 255 | - |
| CMYK | 0.06 | 0.65 | 0 | 0 |
| HSL | 294.25º | 1% | 0.67% | - |
| HSV(B) | 294.25º | 0.65% | 1% | - |
| XYZ | 57.14 | 32.55 | 97.88 | - |
| YUV | 152.19 | 186.03 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 255 | 0.06 | 0.65 | 0 | 0 | 294.25 | 1 | 0.67 |
| Hex | EF | 58 | FF | 6 | 41 | 0 | 0 | 126 | 64 | 43 |
| Octal | 357 | 130 | 377 | 6 | 101 | 0 | 0 | 446 | 144 | 103 |
| Binary | 11101111 | 1011000 | 11111111 | 110 | 1000001 | 0 | 0 | 100100110 | 1100100 | 1000011 |
Color Harmonies of #EF58FF
Complementary color
Monochromatic Colors of #EF58FF
Black with #EF58FF
Text Example
Text Example
White with #EF58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58FF; }
p { color: rgb(239,88,255); }
H1.HeaderClassName
{
color: #EF58FF;
}
.AnyTagClassName
{
color: #EF58FF;
}
</style>
background-color css
<style>
a { background-color: #EF58FF; }
a { background-color: rgb(239,88,255); }
div.DivClassName
{
background-color: #EF58FF;
}
.BgClassName
{
background-color: #EF58FF;
}
</style>
border-color css
<style>
span { border-color: #EF58FF; }
span { border-color: rgb(239,88,255); }
td.TdClassName
{
border-color: #EF58FF;
}
.TagClassName
{
border-color: #EF58FF;
}
</style>