Shades of Pink Flamingo #EF36FF
Tints of Pink Flamingo #EF36FF
RGB
CMYK
RGB Variations
Color information
#EF36FF (or 0xEF36FF) is known color: Pink Flamingo. HEX triplet: EF, 36 and FF. RGB value is (239,54,255). Sum of RGB (Red+Green+Blue) = 239+54+255=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 54 (21.48% from 255 or 9.85% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF36FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF36FF is #10C900. Grayscale: #838383. Windows color (decimal): -1100033 or 16725743. OLE color: 16725743.
HSL color Cylindrical-coordinate representation of color #EF36FF: hue angle of 295.22º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF36FF is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 54 | 255 | - |
| CMYK | 0.06 | 0.79 | 0 | 0 |
| HSL | 295.22º | 1% | 0.61% | - |
| HSV(B) | 295.22º | 0.79% | 1% | - |
| XYZ | 54.97 | 28.21 | 97.16 | - |
| YUV | 132.23 | 197.29 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 255 | 0.06 | 0.79 | 0 | 0 | 295.22 | 1 | 0.61 |
| Hex | EF | 36 | FF | 6 | 4F | 0 | 0 | 127 | 64 | 3D |
| Octal | 357 | 66 | 377 | 6 | 117 | 0 | 0 | 447 | 144 | 75 |
| Binary | 11101111 | 110110 | 11111111 | 110 | 1001111 | 0 | 0 | 100100111 | 1100100 | 111101 |
Color Harmonies of #EF36FF
Complementary color
Monochromatic Colors of #EF36FF
Black with #EF36FF
Text Example
Text Example
White with #EF36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF36FF; }
p { color: rgb(239,54,255); }
H1.HeaderClassName
{
color: #EF36FF;
}
.AnyTagClassName
{
color: #EF36FF;
}
</style>
background-color css
<style>
a { background-color: #EF36FF; }
a { background-color: rgb(239,54,255); }
div.DivClassName
{
background-color: #EF36FF;
}
.BgClassName
{
background-color: #EF36FF;
}
</style>
border-color css
<style>
span { border-color: #EF36FF; }
span { border-color: rgb(239,54,255); }
td.TdClassName
{
border-color: #EF36FF;
}
.TagClassName
{
border-color: #EF36FF;
}
</style>