Shades of Pink Flamingo #EF4BFD
Tints of Pink Flamingo #EF4BFD
RGB
CMYK
RGB Variations
Color information
#EF4BFD (or 0xEF4BFD) is known color: Pink Flamingo. HEX triplet: EF, 4B and FD. RGB value is (239,75,253). Sum of RGB (Red+Green+Blue) = 239+75+253=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 75 (29.69% from 255 or 13.23% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF4BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4BFD is #10B402. Grayscale: #8F8F8F. Windows color (decimal): -1094659 or 16600047. OLE color: 16600047.
HSL color Cylindrical-coordinate representation of color #EF4BFD: hue angle of 295.28º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF4BFD is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 75 | 253 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.01 |
| HSL | 295.28º | 0.98% | 0.64% | - |
| HSV(B) | 295.28º | 0.7% | 0.99% | - |
| XYZ | 55.84 | 30.47 | 95.87 | - |
| YUV | 144.33 | 189.33 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 75 | 253 | 0.06 | 0.70 | 0 | 0.01 | 295.28 | 0.98 | 0.64 |
| Hex | EF | 4B | FD | 6 | 46 | 0 | 1 | 127 | 62 | 40 |
| Octal | 357 | 113 | 375 | 6 | 106 | 0 | 1 | 447 | 142 | 100 |
| Binary | 11101111 | 1001011 | 11111101 | 110 | 1000110 | 0 | 1 | 100100111 | 1100010 | 1000000 |
Color Harmonies of #EF4BFD
Complementary color
Monochromatic Colors of #EF4BFD
Black with #EF4BFD
Text Example
Text Example
White with #EF4BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4BFD; }
p { color: rgb(239,75,253); }
H1.HeaderClassName
{
color: #EF4BFD;
}
.AnyTagClassName
{
color: #EF4BFD;
}
</style>
background-color css
<style>
a { background-color: #EF4BFD; }
a { background-color: rgb(239,75,253); }
div.DivClassName
{
background-color: #EF4BFD;
}
.BgClassName
{
background-color: #EF4BFD;
}
</style>
border-color css
<style>
span { border-color: #EF4BFD; }
span { border-color: rgb(239,75,253); }
td.TdClassName
{
border-color: #EF4BFD;
}
.TagClassName
{
border-color: #EF4BFD;
}
</style>