Shades of Pink Flamingo #EF45FF
Tints of Pink Flamingo #EF45FF
RGB
CMYK
RGB Variations
Color information
#EF45FF (or 0xEF45FF) is known color: Pink Flamingo. HEX triplet: EF, 45 and FF. RGB value is (239,69,255). Sum of RGB (Red+Green+Blue) = 239+69+255=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 69 (27.34% from 255 or 12.26% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF45FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF45FF is #10BA00. Grayscale: #8C8C8C. Windows color (decimal): -1096193 or 16729583. OLE color: 16729583.
HSL color Cylindrical-coordinate representation of color #EF45FF: hue angle of 294.84º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF45FF is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 69 | 255 | - |
| CMYK | 0.06 | 0.73 | 0 | 0 |
| HSL | 294.84º | 1% | 0.64% | - |
| HSV(B) | 294.84º | 0.73% | 1% | - |
| XYZ | 55.77 | 29.83 | 97.43 | - |
| YUV | 141.03 | 192.32 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 255 | 0.06 | 0.73 | 0 | 0 | 294.84 | 1 | 0.64 |
| Hex | EF | 45 | FF | 6 | 49 | 0 | 0 | 127 | 64 | 40 |
| Octal | 357 | 105 | 377 | 6 | 111 | 0 | 0 | 447 | 144 | 100 |
| Binary | 11101111 | 1000101 | 11111111 | 110 | 1001001 | 0 | 0 | 100100111 | 1100100 | 1000000 |
Color Harmonies of #EF45FF
Complementary color
Monochromatic Colors of #EF45FF
Black with #EF45FF
Text Example
Text Example
White with #EF45FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF45FF; }
p { color: rgb(239,69,255); }
H1.HeaderClassName
{
color: #EF45FF;
}
.AnyTagClassName
{
color: #EF45FF;
}
</style>
background-color css
<style>
a { background-color: #EF45FF; }
a { background-color: rgb(239,69,255); }
div.DivClassName
{
background-color: #EF45FF;
}
.BgClassName
{
background-color: #EF45FF;
}
</style>
border-color css
<style>
span { border-color: #EF45FF; }
span { border-color: rgb(239,69,255); }
td.TdClassName
{
border-color: #EF45FF;
}
.TagClassName
{
border-color: #EF45FF;
}
</style>