Shades of Pink Flamingo #EF3DFA
Tints of Pink Flamingo #EF3DFA
RGB
CMYK
RGB Variations
Color information
#EF3DFA (or 0xEF3DFA) is known color: Pink Flamingo. HEX triplet: EF, 3D and FA. RGB value is (239,61,250). Sum of RGB (Red+Green+Blue) = 239+61+250=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 61 (24.22% from 255 or 11.09% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF3DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3DFA is #10C205. Grayscale: #878787. Windows color (decimal): -1098246 or 16399855. OLE color: 16399855.
HSL color Cylindrical-coordinate representation of color #EF3DFA: hue angle of 296.51º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3DFA is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 61 | 250 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.02 |
| HSL | 296.51º | 0.95% | 0.61% | - |
| HSV(B) | 296.51º | 0.76% | 0.98% | - |
| XYZ | 54.52 | 28.59 | 93.09 | - |
| YUV | 135.77 | 192.47 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 250 | 0.04 | 0.76 | 0 | 0.02 | 296.51 | 0.95 | 0.61 |
| Hex | EF | 3D | FA | 4 | 4C | 0 | 2 | 129 | 5F | 3D |
| Octal | 357 | 75 | 372 | 4 | 114 | 0 | 2 | 451 | 137 | 75 |
| Binary | 11101111 | 111101 | 11111010 | 100 | 1001100 | 0 | 10 | 100101001 | 1011111 | 111101 |
Color Harmonies of #EF3DFA
Complementary color
Monochromatic Colors of #EF3DFA
Black with #EF3DFA
Text Example
Text Example
White with #EF3DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3DFA; }
p { color: rgb(239,61,250); }
H1.HeaderClassName
{
color: #EF3DFA;
}
.AnyTagClassName
{
color: #EF3DFA;
}
</style>
background-color css
<style>
a { background-color: #EF3DFA; }
a { background-color: rgb(239,61,250); }
div.DivClassName
{
background-color: #EF3DFA;
}
.BgClassName
{
background-color: #EF3DFA;
}
</style>
border-color css
<style>
span { border-color: #EF3DFA; }
span { border-color: rgb(239,61,250); }
td.TdClassName
{
border-color: #EF3DFA;
}
.TagClassName
{
border-color: #EF3DFA;
}
</style>