Shades of Pink Flamingo #EF41FF
Tints of Pink Flamingo #EF41FF
RGB
CMYK
RGB Variations
Color information
#EF41FF (or 0xEF41FF) is known color: Pink Flamingo. HEX triplet: EF, 41 and FF. RGB value is (239,65,255). Sum of RGB (Red+Green+Blue) = 239+65+255=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 65 (25.78% from 255 or 11.63% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF41FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF41FF is #10BE00. Grayscale: #8A8A8A. Windows color (decimal): -1097217 or 16728559. OLE color: 16728559.
HSL color Cylindrical-coordinate representation of color #EF41FF: hue angle of 294.95º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF41FF is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 65 | 255 | - |
| CMYK | 0.06 | 0.75 | 0 | 0 |
| HSL | 294.95º | 1% | 0.63% | - |
| HSV(B) | 294.95º | 0.75% | 1% | - |
| XYZ | 55.54 | 29.35 | 97.35 | - |
| YUV | 138.69 | 193.65 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 255 | 0.06 | 0.75 | 0 | 0 | 294.95 | 1 | 0.63 |
| Hex | EF | 41 | FF | 6 | 4B | 0 | 0 | 127 | 64 | 3F |
| Octal | 357 | 101 | 377 | 6 | 113 | 0 | 0 | 447 | 144 | 77 |
| Binary | 11101111 | 1000001 | 11111111 | 110 | 1001011 | 0 | 0 | 100100111 | 1100100 | 111111 |
Color Harmonies of #EF41FF
Complementary color
Monochromatic Colors of #EF41FF
Black with #EF41FF
Text Example
Text Example
White with #EF41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF41FF; }
p { color: rgb(239,65,255); }
H1.HeaderClassName
{
color: #EF41FF;
}
.AnyTagClassName
{
color: #EF41FF;
}
</style>
background-color css
<style>
a { background-color: #EF41FF; }
a { background-color: rgb(239,65,255); }
div.DivClassName
{
background-color: #EF41FF;
}
.BgClassName
{
background-color: #EF41FF;
}
</style>
border-color css
<style>
span { border-color: #EF41FF; }
span { border-color: rgb(239,65,255); }
td.TdClassName
{
border-color: #EF41FF;
}
.TagClassName
{
border-color: #EF41FF;
}
</style>