Shades of Pink Flamingo #EF53F1
Tints of Pink Flamingo #EF53F1
RGB
CMYK
RGB Variations
Color information
#EF53F1 (or 0xEF53F1) is known color: Pink Flamingo. HEX triplet: EF, 53 and F1. RGB value is (239,83,241). Sum of RGB (Red+Green+Blue) = 239+83+241=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 83 (32.81% from 255 or 14.74% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF53F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF53F1 is #10AC0E. Grayscale: #939393. Windows color (decimal): -1092623 or 15815663. OLE color: 15815663.
HSL color Cylindrical-coordinate representation of color #EF53F1: hue angle of 299.24º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF53F1 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 83 | 241 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.05 |
| HSL | 299.24º | 0.85% | 0.64% | - |
| HSV(B) | 299.24º | 0.66% | 0.95% | - |
| XYZ | 54.57 | 30.89 | 86.31 | - |
| YUV | 147.66 | 180.68 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 241 | 0.01 | 0.66 | 0 | 0.05 | 299.24 | 0.85 | 0.64 |
| Hex | EF | 53 | F1 | 1 | 42 | 0 | 5 | 12B | 55 | 40 |
| Octal | 357 | 123 | 361 | 1 | 102 | 0 | 5 | 453 | 125 | 100 |
| Binary | 11101111 | 1010011 | 11110001 | 1 | 1000010 | 0 | 101 | 100101011 | 1010101 | 1000000 |
Color Harmonies of #EF53F1
Complementary color
Monochromatic Colors of #EF53F1
Black with #EF53F1
Text Example
Text Example
White with #EF53F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53F1; }
p { color: rgb(239,83,241); }
H1.HeaderClassName
{
color: #EF53F1;
}
.AnyTagClassName
{
color: #EF53F1;
}
</style>
background-color css
<style>
a { background-color: #EF53F1; }
a { background-color: rgb(239,83,241); }
div.DivClassName
{
background-color: #EF53F1;
}
.BgClassName
{
background-color: #EF53F1;
}
</style>
border-color css
<style>
span { border-color: #EF53F1; }
span { border-color: rgb(239,83,241); }
td.TdClassName
{
border-color: #EF53F1;
}
.TagClassName
{
border-color: #EF53F1;
}
</style>