Shades of Pink Flamingo #EF5CF8
Tints of Pink Flamingo #EF5CF8
RGB
CMYK
RGB Variations
Color information
#EF5CF8 (or 0xEF5CF8) is known color: Pink Flamingo. HEX triplet: EF, 5C and F8. RGB value is (239,92,248). Sum of RGB (Red+Green+Blue) = 239+92+248=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 92 (36.33% from 255 or 15.89% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF5CF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5CF8 is #10A307. Grayscale: #999999. Windows color (decimal): -1090312 or 16276719. OLE color: 16276719.
HSL color Cylindrical-coordinate representation of color #EF5CF8: hue angle of 296.54º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5CF8 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 92 | 248 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.03 |
| HSL | 296.54º | 0.92% | 0.67% | - |
| HSV(B) | 296.54º | 0.63% | 0.97% | - |
| XYZ | 56.37 | 32.78 | 92.16 | - |
| YUV | 153.74 | 181.2 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 248 | 0.04 | 0.63 | 0 | 0.03 | 296.54 | 0.92 | 0.67 |
| Hex | EF | 5C | F8 | 4 | 3F | 0 | 3 | 129 | 5C | 43 |
| Octal | 357 | 134 | 370 | 4 | 77 | 0 | 3 | 451 | 134 | 103 |
| Binary | 11101111 | 1011100 | 11111000 | 100 | 111111 | 0 | 11 | 100101001 | 1011100 | 1000011 |
Color Harmonies of #EF5CF8
Complementary color
Monochromatic Colors of #EF5CF8
Black with #EF5CF8
Text Example
Text Example
White with #EF5CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5CF8; }
p { color: rgb(239,92,248); }
H1.HeaderClassName
{
color: #EF5CF8;
}
.AnyTagClassName
{
color: #EF5CF8;
}
</style>
background-color css
<style>
a { background-color: #EF5CF8; }
a { background-color: rgb(239,92,248); }
div.DivClassName
{
background-color: #EF5CF8;
}
.BgClassName
{
background-color: #EF5CF8;
}
</style>
border-color css
<style>
span { border-color: #EF5CF8; }
span { border-color: rgb(239,92,248); }
td.TdClassName
{
border-color: #EF5CF8;
}
.TagClassName
{
border-color: #EF5CF8;
}
</style>