Shades of Pink Flamingo #EF53F3
Tints of Pink Flamingo #EF53F3
RGB
CMYK
RGB Variations
Color information
#EF53F3 (or 0xEF53F3) is known color: Pink Flamingo. HEX triplet: EF, 53 and F3. RGB value is (239,83,243). Sum of RGB (Red+Green+Blue) = 239+83+243=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 83 (32.81% from 255 or 14.69% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF53F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF53F3 is #10AC0C. Grayscale: #939393. Windows color (decimal): -1092621 or 15946735. OLE color: 15946735.
HSL color Cylindrical-coordinate representation of color #EF53F3: hue angle of 298.5º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF53F3 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 83 | 243 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.05 |
| HSL | 298.5º | 0.87% | 0.64% | - |
| HSV(B) | 298.5º | 0.66% | 0.95% | - |
| XYZ | 54.87 | 31.01 | 87.89 | - |
| YUV | 147.88 | 181.68 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 243 | 0.02 | 0.66 | 0 | 0.05 | 298.5 | 0.87 | 0.64 |
| Hex | EF | 53 | F3 | 2 | 42 | 0 | 5 | 12A | 57 | 40 |
| Octal | 357 | 123 | 363 | 2 | 102 | 0 | 5 | 452 | 127 | 100 |
| Binary | 11101111 | 1010011 | 11110011 | 10 | 1000010 | 0 | 101 | 100101010 | 1010111 | 1000000 |
Color Harmonies of #EF53F3
Complementary color
Monochromatic Colors of #EF53F3
Black with #EF53F3
Text Example
Text Example
White with #EF53F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53F3; }
p { color: rgb(239,83,243); }
H1.HeaderClassName
{
color: #EF53F3;
}
.AnyTagClassName
{
color: #EF53F3;
}
</style>
background-color css
<style>
a { background-color: #EF53F3; }
a { background-color: rgb(239,83,243); }
div.DivClassName
{
background-color: #EF53F3;
}
.BgClassName
{
background-color: #EF53F3;
}
</style>
border-color css
<style>
span { border-color: #EF53F3; }
span { border-color: rgb(239,83,243); }
td.TdClassName
{
border-color: #EF53F3;
}
.TagClassName
{
border-color: #EF53F3;
}
</style>