Shades of Pink Flamingo #EF5EFE
Tints of Pink Flamingo #EF5EFE
RGB
CMYK
RGB Variations
Color information
#EF5EFE (or 0xEF5EFE) is known color: Pink Flamingo. HEX triplet: EF, 5E and FE. RGB value is (239,94,254). Sum of RGB (Red+Green+Blue) = 239+94+254=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 94 (37.11% from 255 or 16.01% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF5EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5EFE is #10A101. Grayscale: #9B9B9B. Windows color (decimal): -1089794 or 16670447. OLE color: 16670447.
HSL color Cylindrical-coordinate representation of color #EF5EFE: hue angle of 294.38º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5EFE is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 94 | 254 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.00 |
| HSL | 294.38º | 0.99% | 0.68% | - |
| HSV(B) | 294.38º | 0.63% | 1% | - |
| XYZ | 57.49 | 33.51 | 97.2 | - |
| YUV | 155.6 | 183.54 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 254 | 0.06 | 0.63 | 0 | 0.00 | 294.38 | 0.99 | 0.68 |
| Hex | EF | 5E | FE | 6 | 3F | 0 | 0 | 126 | 63 | 44 |
| Octal | 357 | 136 | 376 | 6 | 77 | 0 | 0 | 446 | 143 | 104 |
| Binary | 11101111 | 1011110 | 11111110 | 110 | 111111 | 0 | 0 | 100100110 | 1100011 | 1000100 |
Color Harmonies of #EF5EFE
Complementary color
Monochromatic Colors of #EF5EFE
Black with #EF5EFE
Text Example
Text Example
White with #EF5EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5EFE; }
p { color: rgb(239,94,254); }
H1.HeaderClassName
{
color: #EF5EFE;
}
.AnyTagClassName
{
color: #EF5EFE;
}
</style>
background-color css
<style>
a { background-color: #EF5EFE; }
a { background-color: rgb(239,94,254); }
div.DivClassName
{
background-color: #EF5EFE;
}
.BgClassName
{
background-color: #EF5EFE;
}
</style>
border-color css
<style>
span { border-color: #EF5EFE; }
span { border-color: rgb(239,94,254); }
td.TdClassName
{
border-color: #EF5EFE;
}
.TagClassName
{
border-color: #EF5EFE;
}
</style>