Shades of Pink Flamingo #EF33FA
Tints of Pink Flamingo #EF33FA
RGB
CMYK
RGB Variations
Color information
#EF33FA (or 0xEF33FA) is known color: Pink Flamingo. HEX triplet: EF, 33 and FA. RGB value is (239,51,250). Sum of RGB (Red+Green+Blue) = 239+51+250=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 51 (20.31% from 255 or 9.44% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF33FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF33FA is #10CC05. Grayscale: #818181. Windows color (decimal): -1100806 or 16397295. OLE color: 16397295.
HSL color Cylindrical-coordinate representation of color #EF33FA: hue angle of 296.68º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF33FA is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 51 | 250 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.02 |
| HSL | 296.68º | 0.95% | 0.59% | - |
| HSV(B) | 296.68º | 0.8% | 0.98% | - |
| XYZ | 54.04 | 27.62 | 92.93 | - |
| YUV | 129.9 | 195.78 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 250 | 0.04 | 0.80 | 0 | 0.02 | 296.68 | 0.95 | 0.59 |
| Hex | EF | 33 | FA | 4 | 50 | 0 | 2 | 129 | 5F | 3B |
| Octal | 357 | 63 | 372 | 4 | 120 | 0 | 2 | 451 | 137 | 73 |
| Binary | 11101111 | 110011 | 11111010 | 100 | 1010000 | 0 | 10 | 100101001 | 1011111 | 111011 |
Color Harmonies of #EF33FA
Complementary color
Monochromatic Colors of #EF33FA
Black with #EF33FA
Text Example
Text Example
White with #EF33FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF33FA; }
p { color: rgb(239,51,250); }
H1.HeaderClassName
{
color: #EF33FA;
}
.AnyTagClassName
{
color: #EF33FA;
}
</style>
background-color css
<style>
a { background-color: #EF33FA; }
a { background-color: rgb(239,51,250); }
div.DivClassName
{
background-color: #EF33FA;
}
.BgClassName
{
background-color: #EF33FA;
}
</style>
border-color css
<style>
span { border-color: #EF33FA; }
span { border-color: rgb(239,51,250); }
td.TdClassName
{
border-color: #EF33FA;
}
.TagClassName
{
border-color: #EF33FA;
}
</style>