Shades of Pink Flamingo #EF4DF8
Tints of Pink Flamingo #EF4DF8
RGB
CMYK
RGB Variations
Color information
#EF4DF8 (or 0xEF4DF8) is known color: Pink Flamingo. HEX triplet: EF, 4D and F8. RGB value is (239,77,248). Sum of RGB (Red+Green+Blue) = 239+77+248=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 77 (30.47% from 255 or 13.65% from 564); Blue value is 248 (97.27% from 255 or 43.97% from 564); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF4DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4DF8 is #10B207. Grayscale: #909090. Windows color (decimal): -1094152 or 16272879. OLE color: 16272879.
HSL color Cylindrical-coordinate representation of color #EF4DF8: hue angle of 296.84º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4DF8 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 77 | 248 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.03 |
| HSL | 296.84º | 0.92% | 0.64% | - |
| HSV(B) | 296.84º | 0.69% | 0.97% | - |
| XYZ | 55.19 | 30.44 | 91.77 | - |
| YUV | 144.93 | 186.17 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 248 | 0.04 | 0.69 | 0 | 0.03 | 296.84 | 0.92 | 0.64 |
| Hex | EF | 4D | F8 | 4 | 45 | 0 | 3 | 129 | 5C | 40 |
| Octal | 357 | 115 | 370 | 4 | 105 | 0 | 3 | 451 | 134 | 100 |
| Binary | 11101111 | 1001101 | 11111000 | 100 | 1000101 | 0 | 11 | 100101001 | 1011100 | 1000000 |
Color Harmonies of #EF4DF8
Complementary color
Monochromatic Colors of #EF4DF8
Black with #EF4DF8
Text Example
Text Example
White with #EF4DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4DF8; }
p { color: rgb(239,77,248); }
H1.HeaderClassName
{
color: #EF4DF8;
}
.AnyTagClassName
{
color: #EF4DF8;
}
</style>
background-color css
<style>
a { background-color: #EF4DF8; }
a { background-color: rgb(239,77,248); }
div.DivClassName
{
background-color: #EF4DF8;
}
.BgClassName
{
background-color: #EF4DF8;
}
</style>
border-color css
<style>
span { border-color: #EF4DF8; }
span { border-color: rgb(239,77,248); }
td.TdClassName
{
border-color: #EF4DF8;
}
.TagClassName
{
border-color: #EF4DF8;
}
</style>