Shades of Pink Flamingo #EF62FE
Tints of Pink Flamingo #EF62FE
RGB
CMYK
RGB Variations
Color information
#EF62FE (or 0xEF62FE) is known color: Pink Flamingo. HEX triplet: EF, 62 and FE. RGB value is (239,98,254). Sum of RGB (Red+Green+Blue) = 239+98+254=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 98 (38.67% from 255 or 16.58% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF62FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF62FE is #109D01. Grayscale: #9D9D9D. Windows color (decimal): -1088770 or 16671471. OLE color: 16671471.
HSL color Cylindrical-coordinate representation of color #EF62FE: hue angle of 294.23º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF62FE is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 98 | 254 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.00 |
| HSL | 294.23º | 0.99% | 0.69% | - |
| HSV(B) | 294.23º | 0.61% | 1% | - |
| XYZ | 57.85 | 34.24 | 97.33 | - |
| YUV | 157.94 | 182.21 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 254 | 0.06 | 0.61 | 0 | 0.00 | 294.23 | 0.99 | 0.69 |
| Hex | EF | 62 | FE | 6 | 3D | 0 | 0 | 126 | 63 | 45 |
| Octal | 357 | 142 | 376 | 6 | 75 | 0 | 0 | 446 | 143 | 105 |
| Binary | 11101111 | 1100010 | 11111110 | 110 | 111101 | 0 | 0 | 100100110 | 1100011 | 1000101 |
Color Harmonies of #EF62FE
Complementary color
Monochromatic Colors of #EF62FE
Black with #EF62FE
Text Example
Text Example
White with #EF62FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF62FE; }
p { color: rgb(239,98,254); }
H1.HeaderClassName
{
color: #EF62FE;
}
.AnyTagClassName
{
color: #EF62FE;
}
</style>
background-color css
<style>
a { background-color: #EF62FE; }
a { background-color: rgb(239,98,254); }
div.DivClassName
{
background-color: #EF62FE;
}
.BgClassName
{
background-color: #EF62FE;
}
</style>
border-color css
<style>
span { border-color: #EF62FE; }
span { border-color: rgb(239,98,254); }
td.TdClassName
{
border-color: #EF62FE;
}
.TagClassName
{
border-color: #EF62FE;
}
</style>