Shades of Pink Flamingo #EF5CF1
Tints of Pink Flamingo #EF5CF1
RGB
CMYK
RGB Variations
Color information
#EF5CF1 (or 0xEF5CF1) is known color: Pink Flamingo. HEX triplet: EF, 5C and F1. RGB value is (239,92,241). Sum of RGB (Red+Green+Blue) = 239+92+241=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 92 (36.33% from 255 or 16.08% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF5CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5CF1 is #10A30E. Grayscale: #989898. Windows color (decimal): -1090319 or 15817967. OLE color: 15817967.
HSL color Cylindrical-coordinate representation of color #EF5CF1: hue angle of 299.19º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5CF1 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 92 | 241 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.05 |
| HSL | 299.19º | 0.84% | 0.65% | - |
| HSV(B) | 299.19º | 0.62% | 0.95% | - |
| XYZ | 55.3 | 32.36 | 86.55 | - |
| YUV | 152.94 | 177.7 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 241 | 0.01 | 0.62 | 0 | 0.05 | 299.19 | 0.84 | 0.65 |
| Hex | EF | 5C | F1 | 1 | 3E | 0 | 5 | 12B | 54 | 41 |
| Octal | 357 | 134 | 361 | 1 | 76 | 0 | 5 | 453 | 124 | 101 |
| Binary | 11101111 | 1011100 | 11110001 | 1 | 111110 | 0 | 101 | 100101011 | 1010100 | 1000001 |
Color Harmonies of #EF5CF1
Complementary color
Monochromatic Colors of #EF5CF1
Black with #EF5CF1
Text Example
Text Example
White with #EF5CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5CF1; }
p { color: rgb(239,92,241); }
H1.HeaderClassName
{
color: #EF5CF1;
}
.AnyTagClassName
{
color: #EF5CF1;
}
</style>
background-color css
<style>
a { background-color: #EF5CF1; }
a { background-color: rgb(239,92,241); }
div.DivClassName
{
background-color: #EF5CF1;
}
.BgClassName
{
background-color: #EF5CF1;
}
</style>
border-color css
<style>
span { border-color: #EF5CF1; }
span { border-color: rgb(239,92,241); }
td.TdClassName
{
border-color: #EF5CF1;
}
.TagClassName
{
border-color: #EF5CF1;
}
</style>