Shades of Pink Flamingo #EF61FE
Tints of Pink Flamingo #EF61FE
RGB
CMYK
RGB Variations
Color information
#EF61FE (or 0xEF61FE) is known color: Pink Flamingo. HEX triplet: EF, 61 and FE. RGB value is (239,97,254). Sum of RGB (Red+Green+Blue) = 239+97+254=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 97 (38.28% from 255 or 16.44% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF61FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF61FE is #109E01. Grayscale: #9C9C9C. Windows color (decimal): -1089026 or 16671215. OLE color: 16671215.
HSL color Cylindrical-coordinate representation of color #EF61FE: hue angle of 294.27º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF61FE is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 97 | 254 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.00 |
| HSL | 294.27º | 0.99% | 0.69% | - |
| HSV(B) | 294.27º | 0.62% | 1% | - |
| XYZ | 57.76 | 34.06 | 97.3 | - |
| YUV | 157.36 | 182.54 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 254 | 0.06 | 0.62 | 0 | 0.00 | 294.27 | 0.99 | 0.69 |
| Hex | EF | 61 | FE | 6 | 3E | 0 | 0 | 126 | 63 | 45 |
| Octal | 357 | 141 | 376 | 6 | 76 | 0 | 0 | 446 | 143 | 105 |
| Binary | 11101111 | 1100001 | 11111110 | 110 | 111110 | 0 | 0 | 100100110 | 1100011 | 1000101 |
Color Harmonies of #EF61FE
Complementary color
Monochromatic Colors of #EF61FE
Black with #EF61FE
Text Example
Text Example
White with #EF61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF61FE; }
p { color: rgb(239,97,254); }
H1.HeaderClassName
{
color: #EF61FE;
}
.AnyTagClassName
{
color: #EF61FE;
}
</style>
background-color css
<style>
a { background-color: #EF61FE; }
a { background-color: rgb(239,97,254); }
div.DivClassName
{
background-color: #EF61FE;
}
.BgClassName
{
background-color: #EF61FE;
}
</style>
border-color css
<style>
span { border-color: #EF61FE; }
span { border-color: rgb(239,97,254); }
td.TdClassName
{
border-color: #EF61FE;
}
.TagClassName
{
border-color: #EF61FE;
}
</style>