Shades of Pink Flamingo #EF44FE
Tints of Pink Flamingo #EF44FE
RGB
CMYK
RGB Variations
Color information
#EF44FE (or 0xEF44FE) is known color: Pink Flamingo. HEX triplet: EF, 44 and FE. RGB value is (239,68,254). Sum of RGB (Red+Green+Blue) = 239+68+254=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 68 (26.95% from 255 or 12.12% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF44FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF44FE is #10BB01. Grayscale: #8B8B8B. Windows color (decimal): -1096450 or 16663791. OLE color: 16663791.
HSL color Cylindrical-coordinate representation of color #EF44FE: hue angle of 295.16º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF44FE is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 68 | 254 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.00 |
| HSL | 295.16º | 0.99% | 0.63% | - |
| HSV(B) | 295.16º | 0.73% | 1% | - |
| XYZ | 55.55 | 29.64 | 96.56 | - |
| YUV | 140.33 | 192.15 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 254 | 0.06 | 0.73 | 0 | 0.00 | 295.16 | 0.99 | 0.63 |
| Hex | EF | 44 | FE | 6 | 49 | 0 | 0 | 127 | 63 | 3F |
| Octal | 357 | 104 | 376 | 6 | 111 | 0 | 0 | 447 | 143 | 77 |
| Binary | 11101111 | 1000100 | 11111110 | 110 | 1001001 | 0 | 0 | 100100111 | 1100011 | 111111 |
Color Harmonies of #EF44FE
Complementary color
Monochromatic Colors of #EF44FE
Black with #EF44FE
Text Example
Text Example
White with #EF44FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF44FE; }
p { color: rgb(239,68,254); }
H1.HeaderClassName
{
color: #EF44FE;
}
.AnyTagClassName
{
color: #EF44FE;
}
</style>
background-color css
<style>
a { background-color: #EF44FE; }
a { background-color: rgb(239,68,254); }
div.DivClassName
{
background-color: #EF44FE;
}
.BgClassName
{
background-color: #EF44FE;
}
</style>
border-color css
<style>
span { border-color: #EF44FE; }
span { border-color: rgb(239,68,254); }
td.TdClassName
{
border-color: #EF44FE;
}
.TagClassName
{
border-color: #EF44FE;
}
</style>