Shades of Pink Flamingo #EF67F1
Tints of Pink Flamingo #EF67F1
RGB
CMYK
RGB Variations
Color information
#EF67F1 (or 0xEF67F1) is known color: Pink Flamingo. HEX triplet: EF, 67 and F1. RGB value is (239,103,241). Sum of RGB (Red+Green+Blue) = 239+103+241=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 103 (40.62% from 255 or 17.67% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF67F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF67F1 is #10980E. Grayscale: #9E9E9E. Windows color (decimal): -1087503 or 15820783. OLE color: 15820783.
HSL color Cylindrical-coordinate representation of color #EF67F1: hue angle of 299.13º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF67F1 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 103 | 241 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.05 |
| HSL | 299.13º | 0.83% | 0.67% | - |
| HSV(B) | 299.13º | 0.57% | 0.95% | - |
| XYZ | 56.32 | 34.4 | 86.89 | - |
| YUV | 159.4 | 174.06 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 241 | 0.01 | 0.57 | 0 | 0.05 | 299.13 | 0.83 | 0.67 |
| Hex | EF | 67 | F1 | 1 | 39 | 0 | 5 | 12B | 53 | 43 |
| Octal | 357 | 147 | 361 | 1 | 71 | 0 | 5 | 453 | 123 | 103 |
| Binary | 11101111 | 1100111 | 11110001 | 1 | 111001 | 0 | 101 | 100101011 | 1010011 | 1000011 |
Color Harmonies of #EF67F1
Complementary color
Monochromatic Colors of #EF67F1
Black with #EF67F1
Text Example
Text Example
White with #EF67F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF67F1; }
p { color: rgb(239,103,241); }
H1.HeaderClassName
{
color: #EF67F1;
}
.AnyTagClassName
{
color: #EF67F1;
}
</style>
background-color css
<style>
a { background-color: #EF67F1; }
a { background-color: rgb(239,103,241); }
div.DivClassName
{
background-color: #EF67F1;
}
.BgClassName
{
background-color: #EF67F1;
}
</style>
border-color css
<style>
span { border-color: #EF67F1; }
span { border-color: rgb(239,103,241); }
td.TdClassName
{
border-color: #EF67F1;
}
.TagClassName
{
border-color: #EF67F1;
}
</style>