Shades of Pink Flamingo #EF5FFE
Tints of Pink Flamingo #EF5FFE
RGB
CMYK
RGB Variations
Color information
#EF5FFE (or 0xEF5FFE) is known color: Pink Flamingo. HEX triplet: EF, 5F and FE. RGB value is (239,95,254). Sum of RGB (Red+Green+Blue) = 239+95+254=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 95 (37.5% from 255 or 16.16% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF5FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5FFE is #10A001. Grayscale: #9B9B9B. Windows color (decimal): -1089538 or 16670703. OLE color: 16670703.
HSL color Cylindrical-coordinate representation of color #EF5FFE: hue angle of 294.34º 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 #EF5FFE is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 95 | 254 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.00 |
| HSL | 294.34º | 0.99% | 0.68% | - |
| HSV(B) | 294.34º | 0.63% | 1% | - |
| XYZ | 57.58 | 33.69 | 97.23 | - |
| YUV | 156.18 | 183.21 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 95 | 254 | 0.06 | 0.63 | 0 | 0.00 | 294.34 | 0.99 | 0.68 |
| Hex | EF | 5F | FE | 6 | 3F | 0 | 0 | 126 | 63 | 44 |
| Octal | 357 | 137 | 376 | 6 | 77 | 0 | 0 | 446 | 143 | 104 |
| Binary | 11101111 | 1011111 | 11111110 | 110 | 111111 | 0 | 0 | 100100110 | 1100011 | 1000100 |
Color Harmonies of #EF5FFE
Complementary color
Monochromatic Colors of #EF5FFE
Black with #EF5FFE
Text Example
Text Example
White with #EF5FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5FFE; }
p { color: rgb(239,95,254); }
H1.HeaderClassName
{
color: #EF5FFE;
}
.AnyTagClassName
{
color: #EF5FFE;
}
</style>
background-color css
<style>
a { background-color: #EF5FFE; }
a { background-color: rgb(239,95,254); }
div.DivClassName
{
background-color: #EF5FFE;
}
.BgClassName
{
background-color: #EF5FFE;
}
</style>
border-color css
<style>
span { border-color: #EF5FFE; }
span { border-color: rgb(239,95,254); }
td.TdClassName
{
border-color: #EF5FFE;
}
.TagClassName
{
border-color: #EF5FFE;
}
</style>