Shades of Pink Flamingo #EF5DFF
Tints of Pink Flamingo #EF5DFF
RGB
CMYK
RGB Variations
Color information
#EF5DFF (or 0xEF5DFF) is known color: Pink Flamingo. HEX triplet: EF, 5D and FF. RGB value is (239,93,255). Sum of RGB (Red+Green+Blue) = 239+93+255=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 93 (36.72% from 255 or 15.84% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF5DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5DFF is #10A200. Grayscale: #9A9A9A. Windows color (decimal): -1090049 or 16735727. OLE color: 16735727.
HSL color Cylindrical-coordinate representation of color #EF5DFF: hue angle of 294.07º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF5DFF is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 93 | 255 | - |
| CMYK | 0.06 | 0.64 | 0 | 0 |
| HSL | 294.07º | 1% | 0.68% | - |
| HSV(B) | 294.07º | 0.64% | 1% | - |
| XYZ | 57.56 | 33.4 | 98.02 | - |
| YUV | 155.12 | 184.37 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 255 | 0.06 | 0.64 | 0 | 0 | 294.07 | 1 | 0.68 |
| Hex | EF | 5D | FF | 6 | 40 | 0 | 0 | 126 | 64 | 44 |
| Octal | 357 | 135 | 377 | 6 | 100 | 0 | 0 | 446 | 144 | 104 |
| Binary | 11101111 | 1011101 | 11111111 | 110 | 1000000 | 0 | 0 | 100100110 | 1100100 | 1000100 |
Color Harmonies of #EF5DFF
Complementary color
Monochromatic Colors of #EF5DFF
Black with #EF5DFF
Text Example
Text Example
White with #EF5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5DFF; }
p { color: rgb(239,93,255); }
H1.HeaderClassName
{
color: #EF5DFF;
}
.AnyTagClassName
{
color: #EF5DFF;
}
</style>
background-color css
<style>
a { background-color: #EF5DFF; }
a { background-color: rgb(239,93,255); }
div.DivClassName
{
background-color: #EF5DFF;
}
.BgClassName
{
background-color: #EF5DFF;
}
</style>
border-color css
<style>
span { border-color: #EF5DFF; }
span { border-color: rgb(239,93,255); }
td.TdClassName
{
border-color: #EF5DFF;
}
.TagClassName
{
border-color: #EF5DFF;
}
</style>