Shades of Pink Flamingo #EF4FF8
Tints of Pink Flamingo #EF4FF8
RGB
CMYK
RGB Variations
Color information
#EF4FF8 (or 0xEF4FF8) is known color: Pink Flamingo. HEX triplet: EF, 4F and F8. RGB value is (239,79,248). Sum of RGB (Red+Green+Blue) = 239+79+248=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 79 (31.25% from 255 or 13.96% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF4FF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4FF8 is #10B007. Grayscale: #919191. Windows color (decimal): -1093640 or 16273391. OLE color: 16273391.
HSL color Cylindrical-coordinate representation of color #EF4FF8: hue angle of 296.8º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4FF8 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 79 | 248 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.03 |
| HSL | 296.8º | 0.92% | 0.64% | - |
| HSV(B) | 296.8º | 0.68% | 0.97% | - |
| XYZ | 55.34 | 30.72 | 91.82 | - |
| YUV | 146.11 | 185.51 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 248 | 0.04 | 0.68 | 0 | 0.03 | 296.8 | 0.92 | 0.64 |
| Hex | EF | 4F | F8 | 4 | 44 | 0 | 3 | 129 | 5C | 40 |
| Octal | 357 | 117 | 370 | 4 | 104 | 0 | 3 | 451 | 134 | 100 |
| Binary | 11101111 | 1001111 | 11111000 | 100 | 1000100 | 0 | 11 | 100101001 | 1011100 | 1000000 |
Color Harmonies of #EF4FF8
Complementary color
Monochromatic Colors of #EF4FF8
Black with #EF4FF8
Text Example
Text Example
White with #EF4FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4FF8; }
p { color: rgb(239,79,248); }
H1.HeaderClassName
{
color: #EF4FF8;
}
.AnyTagClassName
{
color: #EF4FF8;
}
</style>
background-color css
<style>
a { background-color: #EF4FF8; }
a { background-color: rgb(239,79,248); }
div.DivClassName
{
background-color: #EF4FF8;
}
.BgClassName
{
background-color: #EF4FF8;
}
</style>
border-color css
<style>
span { border-color: #EF4FF8; }
span { border-color: rgb(239,79,248); }
td.TdClassName
{
border-color: #EF4FF8;
}
.TagClassName
{
border-color: #EF4FF8;
}
</style>