Shades of Pink Flamingo #EF53FB
Tints of Pink Flamingo #EF53FB
RGB
CMYK
RGB Variations
Color information
#EF53FB (or 0xEF53FB) is known color: Pink Flamingo. HEX triplet: EF, 53 and FB. RGB value is (239,83,251). Sum of RGB (Red+Green+Blue) = 239+83+251=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 83 (32.81% from 255 or 14.49% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF53FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF53FB is #10AC04. Grayscale: #949494. Windows color (decimal): -1092613 or 16471023. OLE color: 16471023.
HSL color Cylindrical-coordinate representation of color #EF53FB: hue angle of 295.71º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF53FB is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 83 | 251 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.02 |
| HSL | 295.71º | 0.95% | 0.65% | - |
| HSV(B) | 295.71º | 0.67% | 0.98% | - |
| XYZ | 56.1 | 31.5 | 94.39 | - |
| YUV | 148.8 | 185.68 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 251 | 0.05 | 0.67 | 0 | 0.02 | 295.71 | 0.95 | 0.65 |
| Hex | EF | 53 | FB | 5 | 43 | 0 | 2 | 128 | 5F | 41 |
| Octal | 357 | 123 | 373 | 5 | 103 | 0 | 2 | 450 | 137 | 101 |
| Binary | 11101111 | 1010011 | 11111011 | 101 | 1000011 | 0 | 10 | 100101000 | 1011111 | 1000001 |
Color Harmonies of #EF53FB
Complementary color
Monochromatic Colors of #EF53FB
Black with #EF53FB
Text Example
Text Example
White with #EF53FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53FB; }
p { color: rgb(239,83,251); }
H1.HeaderClassName
{
color: #EF53FB;
}
.AnyTagClassName
{
color: #EF53FB;
}
</style>
background-color css
<style>
a { background-color: #EF53FB; }
a { background-color: rgb(239,83,251); }
div.DivClassName
{
background-color: #EF53FB;
}
.BgClassName
{
background-color: #EF53FB;
}
</style>
border-color css
<style>
span { border-color: #EF53FB; }
span { border-color: rgb(239,83,251); }
td.TdClassName
{
border-color: #EF53FB;
}
.TagClassName
{
border-color: #EF53FB;
}
</style>