Shades of Pink Flamingo #EF55FD
Tints of Pink Flamingo #EF55FD
RGB
CMYK
RGB Variations
Color information
#EF55FD (or 0xEF55FD) is known color: Pink Flamingo. HEX triplet: EF, 55 and FD. RGB value is (239,85,253). Sum of RGB (Red+Green+Blue) = 239+85+253=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 85 (33.59% from 255 or 14.73% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF55FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF55FD is #10AA02. Grayscale: #959595. Windows color (decimal): -1092099 or 16602607. OLE color: 16602607.
HSL color Cylindrical-coordinate representation of color #EF55FD: hue angle of 295º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF55FD is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 85 | 253 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.01 |
| HSL | 295º | 0.98% | 0.66% | - |
| HSV(B) | 295º | 0.66% | 0.99% | - |
| XYZ | 56.57 | 31.94 | 96.11 | - |
| YUV | 150.2 | 186.02 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 253 | 0.06 | 0.66 | 0 | 0.01 | 295 | 0.98 | 0.66 |
| Hex | EF | 55 | FD | 6 | 42 | 0 | 1 | 127 | 62 | 42 |
| Octal | 357 | 125 | 375 | 6 | 102 | 0 | 1 | 447 | 142 | 102 |
| Binary | 11101111 | 1010101 | 11111101 | 110 | 1000010 | 0 | 1 | 100100111 | 1100010 | 1000010 |
Color Harmonies of #EF55FD
Complementary color
Monochromatic Colors of #EF55FD
Black with #EF55FD
Text Example
Text Example
White with #EF55FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF55FD; }
p { color: rgb(239,85,253); }
H1.HeaderClassName
{
color: #EF55FD;
}
.AnyTagClassName
{
color: #EF55FD;
}
</style>
background-color css
<style>
a { background-color: #EF55FD; }
a { background-color: rgb(239,85,253); }
div.DivClassName
{
background-color: #EF55FD;
}
.BgClassName
{
background-color: #EF55FD;
}
</style>
border-color css
<style>
span { border-color: #EF55FD; }
span { border-color: rgb(239,85,253); }
td.TdClassName
{
border-color: #EF55FD;
}
.TagClassName
{
border-color: #EF55FD;
}
</style>