Shades of Pink Flamingo #EF52FF
Tints of Pink Flamingo #EF52FF
RGB
CMYK
RGB Variations
Color information
#EF52FF (or 0xEF52FF) is known color: Pink Flamingo. HEX triplet: EF, 52 and FF. RGB value is (239,82,255). Sum of RGB (Red+Green+Blue) = 239+82+255=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 82 (32.42% from 255 or 14.24% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF52FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF52FF is #10AD00. Grayscale: #949494. Windows color (decimal): -1092865 or 16732911. OLE color: 16732911.
HSL color Cylindrical-coordinate representation of color #EF52FF: hue angle of 294.45º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF52FF is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 82 | 255 | - |
| CMYK | 0.06 | 0.68 | 0 | 0 |
| HSL | 294.45º | 1% | 0.66% | - |
| HSV(B) | 294.45º | 0.68% | 1% | - |
| XYZ | 56.66 | 31.61 | 97.72 | - |
| YUV | 148.67 | 188.01 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 255 | 0.06 | 0.68 | 0 | 0 | 294.45 | 1 | 0.66 |
| Hex | EF | 52 | FF | 6 | 44 | 0 | 0 | 126 | 64 | 42 |
| Octal | 357 | 122 | 377 | 6 | 104 | 0 | 0 | 446 | 144 | 102 |
| Binary | 11101111 | 1010010 | 11111111 | 110 | 1000100 | 0 | 0 | 100100110 | 1100100 | 1000010 |
Color Harmonies of #EF52FF
Complementary color
Monochromatic Colors of #EF52FF
Black with #EF52FF
Text Example
Text Example
White with #EF52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF52FF; }
p { color: rgb(239,82,255); }
H1.HeaderClassName
{
color: #EF52FF;
}
.AnyTagClassName
{
color: #EF52FF;
}
</style>
background-color css
<style>
a { background-color: #EF52FF; }
a { background-color: rgb(239,82,255); }
div.DivClassName
{
background-color: #EF52FF;
}
.BgClassName
{
background-color: #EF52FF;
}
</style>
border-color css
<style>
span { border-color: #EF52FF; }
span { border-color: rgb(239,82,255); }
td.TdClassName
{
border-color: #EF52FF;
}
.TagClassName
{
border-color: #EF52FF;
}
</style>