Shades of Pink Flamingo #EF5CFA
Tints of Pink Flamingo #EF5CFA
RGB
CMYK
RGB Variations
Color information
#EF5CFA (or 0xEF5CFA) is known color: Pink Flamingo. HEX triplet: EF, 5C and FA. RGB value is (239,92,250). Sum of RGB (Red+Green+Blue) = 239+92+250=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 92 (36.33% from 255 or 15.83% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF5CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5CFA is #10A305. Grayscale: #999999. Windows color (decimal): -1090310 or 16407791. OLE color: 16407791.
HSL color Cylindrical-coordinate representation of color #EF5CFA: hue angle of 295.82º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5CFA is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 92 | 250 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.02 |
| HSL | 295.82º | 0.94% | 0.67% | - |
| HSV(B) | 295.82º | 0.63% | 0.98% | - |
| XYZ | 56.68 | 32.91 | 93.81 | - |
| YUV | 153.97 | 182.2 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 250 | 0.04 | 0.63 | 0 | 0.02 | 295.82 | 0.94 | 0.67 |
| Hex | EF | 5C | FA | 4 | 3F | 0 | 2 | 128 | 5E | 43 |
| Octal | 357 | 134 | 372 | 4 | 77 | 0 | 2 | 450 | 136 | 103 |
| Binary | 11101111 | 1011100 | 11111010 | 100 | 111111 | 0 | 10 | 100101000 | 1011110 | 1000011 |
Color Harmonies of #EF5CFA
Complementary color
Monochromatic Colors of #EF5CFA
Black with #EF5CFA
Text Example
Text Example
White with #EF5CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5CFA; }
p { color: rgb(239,92,250); }
H1.HeaderClassName
{
color: #EF5CFA;
}
.AnyTagClassName
{
color: #EF5CFA;
}
</style>
background-color css
<style>
a { background-color: #EF5CFA; }
a { background-color: rgb(239,92,250); }
div.DivClassName
{
background-color: #EF5CFA;
}
.BgClassName
{
background-color: #EF5CFA;
}
</style>
border-color css
<style>
span { border-color: #EF5CFA; }
span { border-color: rgb(239,92,250); }
td.TdClassName
{
border-color: #EF5CFA;
}
.TagClassName
{
border-color: #EF5CFA;
}
</style>