Shades of Pink Flamingo #EF5DF5
Tints of Pink Flamingo #EF5DF5
RGB
CMYK
RGB Variations
Color information
#EF5DF5 (or 0xEF5DF5) is known color: Pink Flamingo. HEX triplet: EF, 5D and F5. RGB value is (239,93,245). Sum of RGB (Red+Green+Blue) = 239+93+245=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 93 (36.72% from 255 or 16.12% from 577); Blue value is 245 (96.09% from 255 or 42.46% from 577); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF5DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5DF5 is #10A20A. Grayscale: #999999. Windows color (decimal): -1090059 or 16080367. OLE color: 16080367.
HSL color Cylindrical-coordinate representation of color #EF5DF5: hue angle of 297.63º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5DF5 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 93 | 245 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.04 |
| HSL | 297.63º | 0.88% | 0.66% | - |
| HSV(B) | 297.63º | 0.62% | 0.96% | - |
| XYZ | 55.99 | 32.77 | 89.76 | - |
| YUV | 153.98 | 179.37 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 245 | 0.02 | 0.62 | 0 | 0.04 | 297.63 | 0.88 | 0.66 |
| Hex | EF | 5D | F5 | 2 | 3E | 0 | 4 | 12A | 58 | 42 |
| Octal | 357 | 135 | 365 | 2 | 76 | 0 | 4 | 452 | 130 | 102 |
| Binary | 11101111 | 1011101 | 11110101 | 10 | 111110 | 0 | 100 | 100101010 | 1011000 | 1000010 |
Color Harmonies of #EF5DF5
Complementary color
Monochromatic Colors of #EF5DF5
Black with #EF5DF5
Text Example
Text Example
White with #EF5DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5DF5; }
p { color: rgb(239,93,245); }
H1.HeaderClassName
{
color: #EF5DF5;
}
.AnyTagClassName
{
color: #EF5DF5;
}
</style>
background-color css
<style>
a { background-color: #EF5DF5; }
a { background-color: rgb(239,93,245); }
div.DivClassName
{
background-color: #EF5DF5;
}
.BgClassName
{
background-color: #EF5DF5;
}
</style>
border-color css
<style>
span { border-color: #EF5DF5; }
span { border-color: rgb(239,93,245); }
td.TdClassName
{
border-color: #EF5DF5;
}
.TagClassName
{
border-color: #EF5DF5;
}
</style>