Shades of Pink Flamingo #EF5DFE
Tints of Pink Flamingo #EF5DFE
RGB
CMYK
RGB Variations
Color information
#EF5DFE (or 0xEF5DFE) is known color: Pink Flamingo. HEX triplet: EF, 5D and FE. RGB value is (239,93,254). Sum of RGB (Red+Green+Blue) = 239+93+254=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 93 (36.72% from 255 or 15.87% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF5DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5DFE is #10A201. Grayscale: #9A9A9A. Windows color (decimal): -1090050 or 16670191. OLE color: 16670191.
HSL color Cylindrical-coordinate representation of color #EF5DFE: hue angle of 294.41º 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 #EF5DFE is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 93 | 254 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.00 |
| HSL | 294.41º | 0.99% | 0.68% | - |
| HSV(B) | 294.41º | 0.63% | 1% | - |
| XYZ | 57.4 | 33.34 | 97.17 | - |
| YUV | 155.01 | 183.87 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 254 | 0.06 | 0.63 | 0 | 0.00 | 294.41 | 0.99 | 0.68 |
| Hex | EF | 5D | FE | 6 | 3F | 0 | 0 | 126 | 63 | 44 |
| Octal | 357 | 135 | 376 | 6 | 77 | 0 | 0 | 446 | 143 | 104 |
| Binary | 11101111 | 1011101 | 11111110 | 110 | 111111 | 0 | 0 | 100100110 | 1100011 | 1000100 |
Color Harmonies of #EF5DFE
Complementary color
Monochromatic Colors of #EF5DFE
Black with #EF5DFE
Text Example
Text Example
White with #EF5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5DFE; }
p { color: rgb(239,93,254); }
H1.HeaderClassName
{
color: #EF5DFE;
}
.AnyTagClassName
{
color: #EF5DFE;
}
</style>
background-color css
<style>
a { background-color: #EF5DFE; }
a { background-color: rgb(239,93,254); }
div.DivClassName
{
background-color: #EF5DFE;
}
.BgClassName
{
background-color: #EF5DFE;
}
</style>
border-color css
<style>
span { border-color: #EF5DFE; }
span { border-color: rgb(239,93,254); }
td.TdClassName
{
border-color: #EF5DFE;
}
.TagClassName
{
border-color: #EF5DFE;
}
</style>