Shades of Pink Flamingo #EF57F3
Tints of Pink Flamingo #EF57F3
RGB
CMYK
RGB Variations
Color information
#EF57F3 (or 0xEF57F3) is known color: Pink Flamingo. HEX triplet: EF, 57 and F3. RGB value is (239,87,243). Sum of RGB (Red+Green+Blue) = 239+87+243=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 87 (34.38% from 255 or 15.29% from 569); Blue value is 243 (95.31% from 255 or 42.71% from 569); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF57F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF57F3 is #10A80C. Grayscale: #959595. Windows color (decimal): -1091597 or 15947759. OLE color: 15947759.
HSL color Cylindrical-coordinate representation of color #EF57F3: hue angle of 298.46º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF57F3 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 87 | 243 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.05 |
| HSL | 298.46º | 0.87% | 0.65% | - |
| HSV(B) | 298.46º | 0.64% | 0.95% | - |
| XYZ | 55.18 | 31.64 | 87.99 | - |
| YUV | 150.23 | 180.36 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 243 | 0.02 | 0.64 | 0 | 0.05 | 298.46 | 0.87 | 0.65 |
| Hex | EF | 57 | F3 | 2 | 40 | 0 | 5 | 12A | 57 | 41 |
| Octal | 357 | 127 | 363 | 2 | 100 | 0 | 5 | 452 | 127 | 101 |
| Binary | 11101111 | 1010111 | 11110011 | 10 | 1000000 | 0 | 101 | 100101010 | 1010111 | 1000001 |
Color Harmonies of #EF57F3
Complementary color
Monochromatic Colors of #EF57F3
Black with #EF57F3
Text Example
Text Example
White with #EF57F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF57F3; }
p { color: rgb(239,87,243); }
H1.HeaderClassName
{
color: #EF57F3;
}
.AnyTagClassName
{
color: #EF57F3;
}
</style>
background-color css
<style>
a { background-color: #EF57F3; }
a { background-color: rgb(239,87,243); }
div.DivClassName
{
background-color: #EF57F3;
}
.BgClassName
{
background-color: #EF57F3;
}
</style>
border-color css
<style>
span { border-color: #EF57F3; }
span { border-color: rgb(239,87,243); }
td.TdClassName
{
border-color: #EF57F3;
}
.TagClassName
{
border-color: #EF57F3;
}
</style>