Shades of Pink Flamingo #EF3FFF
Tints of Pink Flamingo #EF3FFF
RGB
CMYK
RGB Variations
Color information
#EF3FFF (or 0xEF3FFF) is known color: Pink Flamingo. HEX triplet: EF, 3F and FF. RGB value is (239,63,255). Sum of RGB (Red+Green+Blue) = 239+63+255=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 63 (25% from 255 or 11.31% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF3FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3FFF is #10C000. Grayscale: #888888. Windows color (decimal): -1097729 or 16728047. OLE color: 16728047.
HSL color Cylindrical-coordinate representation of color #EF3FFF: hue angle of 295º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3FFF is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 63 | 255 | - |
| CMYK | 0.06 | 0.75 | 0 | 0 |
| HSL | 295º | 1% | 0.62% | - |
| HSV(B) | 295º | 0.75% | 1% | - |
| XYZ | 55.42 | 29.13 | 97.31 | - |
| YUV | 137.51 | 194.31 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 63 | 255 | 0.06 | 0.75 | 0 | 0 | 295 | 1 | 0.62 |
| Hex | EF | 3F | FF | 6 | 4B | 0 | 0 | 127 | 64 | 3E |
| Octal | 357 | 77 | 377 | 6 | 113 | 0 | 0 | 447 | 144 | 76 |
| Binary | 11101111 | 111111 | 11111111 | 110 | 1001011 | 0 | 0 | 100100111 | 1100100 | 111110 |
Color Harmonies of #EF3FFF
Complementary color
Monochromatic Colors of #EF3FFF
Black with #EF3FFF
Text Example
Text Example
White with #EF3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3FFF; }
p { color: rgb(239,63,255); }
H1.HeaderClassName
{
color: #EF3FFF;
}
.AnyTagClassName
{
color: #EF3FFF;
}
</style>
background-color css
<style>
a { background-color: #EF3FFF; }
a { background-color: rgb(239,63,255); }
div.DivClassName
{
background-color: #EF3FFF;
}
.BgClassName
{
background-color: #EF3FFF;
}
</style>
border-color css
<style>
span { border-color: #EF3FFF; }
span { border-color: rgb(239,63,255); }
td.TdClassName
{
border-color: #EF3FFF;
}
.TagClassName
{
border-color: #EF3FFF;
}
</style>