Shades of Pink Flamingo #EF37FE
Tints of Pink Flamingo #EF37FE
RGB
CMYK
RGB Variations
Color information
#EF37FE (or 0xEF37FE) is known color: Pink Flamingo. HEX triplet: EF, 37 and FE. RGB value is (239,55,254). Sum of RGB (Red+Green+Blue) = 239+55+254=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 55 (21.88% from 255 or 10.04% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF37FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF37FE is #10C801. Grayscale: #848484. Windows color (decimal): -1099778 or 16660463. OLE color: 16660463.
HSL color Cylindrical-coordinate representation of color #EF37FE: hue angle of 295.48º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF37FE is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 55 | 254 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.00 |
| HSL | 295.48º | 0.99% | 0.61% | - |
| HSV(B) | 295.48º | 0.78% | 1% | - |
| XYZ | 54.85 | 28.24 | 96.33 | - |
| YUV | 132.7 | 196.46 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 254 | 0.06 | 0.78 | 0 | 0.00 | 295.48 | 0.99 | 0.61 |
| Hex | EF | 37 | FE | 6 | 4E | 0 | 0 | 127 | 63 | 3D |
| Octal | 357 | 67 | 376 | 6 | 116 | 0 | 0 | 447 | 143 | 75 |
| Binary | 11101111 | 110111 | 11111110 | 110 | 1001110 | 0 | 0 | 100100111 | 1100011 | 111101 |
Color Harmonies of #EF37FE
Complementary color
Monochromatic Colors of #EF37FE
Black with #EF37FE
Text Example
Text Example
White with #EF37FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF37FE; }
p { color: rgb(239,55,254); }
H1.HeaderClassName
{
color: #EF37FE;
}
.AnyTagClassName
{
color: #EF37FE;
}
</style>
background-color css
<style>
a { background-color: #EF37FE; }
a { background-color: rgb(239,55,254); }
div.DivClassName
{
background-color: #EF37FE;
}
.BgClassName
{
background-color: #EF37FE;
}
</style>
border-color css
<style>
span { border-color: #EF37FE; }
span { border-color: rgb(239,55,254); }
td.TdClassName
{
border-color: #EF37FE;
}
.TagClassName
{
border-color: #EF37FE;
}
</style>