Shades of Pink Flamingo #EF53FA
Tints of Pink Flamingo #EF53FA
RGB
CMYK
RGB Variations
Color information
#EF53FA (or 0xEF53FA) is known color: Pink Flamingo. HEX triplet: EF, 53 and FA. RGB value is (239,83,250). Sum of RGB (Red+Green+Blue) = 239+83+250=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 83 (32.81% from 255 or 14.51% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF53FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF53FA is #10AC05. Grayscale: #949494. Windows color (decimal): -1092614 or 16405487. OLE color: 16405487.
HSL color Cylindrical-coordinate representation of color #EF53FA: hue angle of 296.05º degrees, saturation: 0.94, 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 #EF53FA is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 83 | 250 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.02 |
| HSL | 296.05º | 0.94% | 0.65% | - |
| HSV(B) | 296.05º | 0.67% | 0.98% | - |
| XYZ | 55.95 | 31.44 | 93.56 | - |
| YUV | 148.68 | 185.18 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 250 | 0.04 | 0.67 | 0 | 0.02 | 296.05 | 0.94 | 0.65 |
| Hex | EF | 53 | FA | 4 | 43 | 0 | 2 | 128 | 5E | 41 |
| Octal | 357 | 123 | 372 | 4 | 103 | 0 | 2 | 450 | 136 | 101 |
| Binary | 11101111 | 1010011 | 11111010 | 100 | 1000011 | 0 | 10 | 100101000 | 1011110 | 1000001 |
Color Harmonies of #EF53FA
Complementary color
Monochromatic Colors of #EF53FA
Black with #EF53FA
Text Example
Text Example
White with #EF53FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53FA; }
p { color: rgb(239,83,250); }
H1.HeaderClassName
{
color: #EF53FA;
}
.AnyTagClassName
{
color: #EF53FA;
}
</style>
background-color css
<style>
a { background-color: #EF53FA; }
a { background-color: rgb(239,83,250); }
div.DivClassName
{
background-color: #EF53FA;
}
.BgClassName
{
background-color: #EF53FA;
}
</style>
border-color css
<style>
span { border-color: #EF53FA; }
span { border-color: rgb(239,83,250); }
td.TdClassName
{
border-color: #EF53FA;
}
.TagClassName
{
border-color: #EF53FA;
}
</style>