Shades of Pink Flamingo #EF4FFE
Tints of Pink Flamingo #EF4FFE
RGB
CMYK
RGB Variations
Color information
#EF4FFE (or 0xEF4FFE) is known color: Pink Flamingo. HEX triplet: EF, 4F and FE. RGB value is (239,79,254). Sum of RGB (Red+Green+Blue) = 239+79+254=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 79 (31.25% from 255 or 13.81% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF4FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4FFE is #10B001. Grayscale: #929292. Windows color (decimal): -1093634 or 16666607. OLE color: 16666607.
HSL color Cylindrical-coordinate representation of color #EF4FFE: hue angle of 294.86º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4FFE is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 79 | 254 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.00 |
| HSL | 294.86º | 0.99% | 0.65% | - |
| HSV(B) | 294.86º | 0.69% | 1% | - |
| XYZ | 56.28 | 31.1 | 96.8 | - |
| YUV | 146.79 | 188.51 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 254 | 0.06 | 0.69 | 0 | 0.00 | 294.86 | 0.99 | 0.65 |
| Hex | EF | 4F | FE | 6 | 45 | 0 | 0 | 127 | 63 | 41 |
| Octal | 357 | 117 | 376 | 6 | 105 | 0 | 0 | 447 | 143 | 101 |
| Binary | 11101111 | 1001111 | 11111110 | 110 | 1000101 | 0 | 0 | 100100111 | 1100011 | 1000001 |
Color Harmonies of #EF4FFE
Complementary color
Monochromatic Colors of #EF4FFE
Black with #EF4FFE
Text Example
Text Example
White with #EF4FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4FFE; }
p { color: rgb(239,79,254); }
H1.HeaderClassName
{
color: #EF4FFE;
}
.AnyTagClassName
{
color: #EF4FFE;
}
</style>
background-color css
<style>
a { background-color: #EF4FFE; }
a { background-color: rgb(239,79,254); }
div.DivClassName
{
background-color: #EF4FFE;
}
.BgClassName
{
background-color: #EF4FFE;
}
</style>
border-color css
<style>
span { border-color: #EF4FFE; }
span { border-color: rgb(239,79,254); }
td.TdClassName
{
border-color: #EF4FFE;
}
.TagClassName
{
border-color: #EF4FFE;
}
</style>