Shades of Pink Flamingo #EF53FF
Tints of Pink Flamingo #EF53FF
RGB
CMYK
RGB Variations
Color information
#EF53FF (or 0xEF53FF) is known color: Pink Flamingo. HEX triplet: EF, 53 and FF. RGB value is (239,83,255). Sum of RGB (Red+Green+Blue) = 239+83+255=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 83 (32.81% from 255 or 14.38% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF53FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF53FF is #10AC00. Grayscale: #949494. Windows color (decimal): -1092609 or 16733167. OLE color: 16733167.
HSL color Cylindrical-coordinate representation of color #EF53FF: hue angle of 294.42º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF53FF is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 83 | 255 | - |
| CMYK | 0.06 | 0.67 | 0 | 0 |
| HSL | 294.42º | 1% | 0.66% | - |
| HSV(B) | 294.42º | 0.67% | 1% | - |
| XYZ | 56.74 | 31.76 | 97.75 | - |
| YUV | 149.25 | 187.68 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 255 | 0.06 | 0.67 | 0 | 0 | 294.42 | 1 | 0.66 |
| Hex | EF | 53 | FF | 6 | 43 | 0 | 0 | 126 | 64 | 42 |
| Octal | 357 | 123 | 377 | 6 | 103 | 0 | 0 | 446 | 144 | 102 |
| Binary | 11101111 | 1010011 | 11111111 | 110 | 1000011 | 0 | 0 | 100100110 | 1100100 | 1000010 |
Color Harmonies of #EF53FF
Complementary color
Monochromatic Colors of #EF53FF
Black with #EF53FF
Text Example
Text Example
White with #EF53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53FF; }
p { color: rgb(239,83,255); }
H1.HeaderClassName
{
color: #EF53FF;
}
.AnyTagClassName
{
color: #EF53FF;
}
</style>
background-color css
<style>
a { background-color: #EF53FF; }
a { background-color: rgb(239,83,255); }
div.DivClassName
{
background-color: #EF53FF;
}
.BgClassName
{
background-color: #EF53FF;
}
</style>
border-color css
<style>
span { border-color: #EF53FF; }
span { border-color: rgb(239,83,255); }
td.TdClassName
{
border-color: #EF53FF;
}
.TagClassName
{
border-color: #EF53FF;
}
</style>