Shades of Pink Flamingo #EF5CF5
Tints of Pink Flamingo #EF5CF5
RGB
CMYK
RGB Variations
Color information
#EF5CF5 (or 0xEF5CF5) is known color: Pink Flamingo. HEX triplet: EF, 5C and F5. RGB value is (239,92,245). Sum of RGB (Red+Green+Blue) = 239+92+245=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 92 (36.33% from 255 or 15.97% from 576); Blue value is 245 (96.09% from 255 or 42.53% from 576); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF5CF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5CF5 is #10A30A. Grayscale: #989898. Windows color (decimal): -1090315 or 16080111. OLE color: 16080111.
HSL color Cylindrical-coordinate representation of color #EF5CF5: hue angle of 297.65º 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 #EF5CF5 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 92 | 245 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.04 |
| HSL | 297.65º | 0.88% | 0.66% | - |
| HSV(B) | 297.65º | 0.62% | 0.96% | - |
| XYZ | 55.91 | 32.6 | 89.73 | - |
| YUV | 153.4 | 179.7 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 245 | 0.02 | 0.62 | 0 | 0.04 | 297.65 | 0.88 | 0.66 |
| Hex | EF | 5C | F5 | 2 | 3E | 0 | 4 | 12A | 58 | 42 |
| Octal | 357 | 134 | 365 | 2 | 76 | 0 | 4 | 452 | 130 | 102 |
| Binary | 11101111 | 1011100 | 11110101 | 10 | 111110 | 0 | 100 | 100101010 | 1011000 | 1000010 |
Color Harmonies of #EF5CF5
Complementary color
Monochromatic Colors of #EF5CF5
Black with #EF5CF5
Text Example
Text Example
White with #EF5CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5CF5; }
p { color: rgb(239,92,245); }
H1.HeaderClassName
{
color: #EF5CF5;
}
.AnyTagClassName
{
color: #EF5CF5;
}
</style>
background-color css
<style>
a { background-color: #EF5CF5; }
a { background-color: rgb(239,92,245); }
div.DivClassName
{
background-color: #EF5CF5;
}
.BgClassName
{
background-color: #EF5CF5;
}
</style>
border-color css
<style>
span { border-color: #EF5CF5; }
span { border-color: rgb(239,92,245); }
td.TdClassName
{
border-color: #EF5CF5;
}
.TagClassName
{
border-color: #EF5CF5;
}
</style>