Shades of Pink Flamingo #EF41FE
Tints of Pink Flamingo #EF41FE
RGB
CMYK
RGB Variations
Color information
#EF41FE (or 0xEF41FE) is known color: Pink Flamingo. HEX triplet: EF, 41 and FE. RGB value is (239,65,254). Sum of RGB (Red+Green+Blue) = 239+65+254=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 65 (25.78% from 255 or 11.65% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF41FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF41FE is #10BE01. Grayscale: #898989. Windows color (decimal): -1097218 or 16663023. OLE color: 16663023.
HSL color Cylindrical-coordinate representation of color #EF41FE: hue angle of 295.24º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF41FE is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 65 | 254 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.00 |
| HSL | 295.24º | 0.99% | 0.63% | - |
| HSV(B) | 295.24º | 0.74% | 1% | - |
| XYZ | 55.38 | 29.29 | 96.5 | - |
| YUV | 138.57 | 193.15 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 254 | 0.06 | 0.74 | 0 | 0.00 | 295.24 | 0.99 | 0.63 |
| Hex | EF | 41 | FE | 6 | 4A | 0 | 0 | 127 | 63 | 3F |
| Octal | 357 | 101 | 376 | 6 | 112 | 0 | 0 | 447 | 143 | 77 |
| Binary | 11101111 | 1000001 | 11111110 | 110 | 1001010 | 0 | 0 | 100100111 | 1100011 | 111111 |
Color Harmonies of #EF41FE
Complementary color
Monochromatic Colors of #EF41FE
Black with #EF41FE
Text Example
Text Example
White with #EF41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF41FE; }
p { color: rgb(239,65,254); }
H1.HeaderClassName
{
color: #EF41FE;
}
.AnyTagClassName
{
color: #EF41FE;
}
</style>
background-color css
<style>
a { background-color: #EF41FE; }
a { background-color: rgb(239,65,254); }
div.DivClassName
{
background-color: #EF41FE;
}
.BgClassName
{
background-color: #EF41FE;
}
</style>
border-color css
<style>
span { border-color: #EF41FE; }
span { border-color: rgb(239,65,254); }
td.TdClassName
{
border-color: #EF41FE;
}
.TagClassName
{
border-color: #EF41FE;
}
</style>